Simplify CBA by removing unnecessary variables
[demo.git] / heat / vFW_CNF_CDS / templates / cba / Definitions / data_types.json
1 {
2   "data_types" : {
3     "dt-config-deploy-properties" : {
4       "description" : "Dynamic DataType definition for workflow(config-deploy).",
5       "version" : "1.0.0",
6       "properties" : {
7         "vpg_onap_private_ip_0" : {
8           "description" : "",
9           "required" : false,
10           "type" : "string",
11           "status" : "",
12           "constraints" : [ { } ],
13           "entry_schema" : {
14             "type" : ""
15           }
16         },
17         "vnf-id" : {
18           "description" : "",
19           "required" : false,
20           "type" : "string",
21           "status" : "",
22           "constraints" : [ { } ],
23           "entry_schema" : {
24             "type" : ""
25           }
26         },
27         "service-instance-id" : {
28           "description" : "",
29           "required" : false,
30           "type" : "string",
31           "status" : "",
32           "constraints" : [ { } ],
33           "entry_schema" : {
34             "type" : ""
35           }
36         },
37         "active-streams" : {
38           "description" : "",
39           "required" : false,
40           "type" : "string",
41           "status" : "",
42           "constraints" : [ { } ],
43           "entry_schema" : {
44             "type" : ""
45           }
46         },
47         "put-active-streams" : {
48           "description" : "",
49           "required" : false,
50           "type" : "string",
51           "status" : "",
52           "constraints" : [ { } ],
53           "entry_schema" : {
54             "type" : ""
55           }
56         }
57       },
58       "derived_from" : "tosca.datatypes.Dynamic"
59     },
60     "dt-resource-assignment-properties" : {
61       "description" : "Dynamic DataType definition for workflow(resource-assignment).",
62       "version" : "1.0.0",
63       "properties" : {
64         "vpg-management-port" : {
65             "description" : "SSH external port of ssh. When 0 ssh service will not be exposed",
66             "type" : "string",
67             "default" : "0"
68         },
69         "k8s-rb-profile-namespace" : {
70           "description" : "K8s namespace to create helm chart for specified profile",
71           "type" : "string"
72         },
73         "k8s-rb-profile-name" : {
74           "description" : "Profile name used in multicloud/k8s plugin to identify Helm chart(s) where this mapping is providing override values.",
75           "type" : "string"
76         },
77         "private1-prefix-id" : {
78           "description" : "",
79           "required" : false,
80           "type" : "string"
81         },
82         "private2-prefix-id" : {
83           "description" : "",
84           "required" : false,
85           "type" : "string"
86         },
87         "vnf-id" : {
88           "description" : "",
89           "required" : false,
90           "type" : "string"
91         },
92         "service-instance-id" : {
93           "description" : "",
94           "required" : false,
95           "type" : "string"
96         },
97         "vnf_name" : {
98           "description" : "",
99           "required" : false,
100           "type" : "string"
101         },
102         "demo_artifacts_version" : {
103           "description" : "",
104           "required" : false,
105           "type" : "string",
106           "default" : "1.5.0"
107         },
108         "aic-cloud-region" : {
109           "description" : "",
110           "required" : false,
111           "type" : "string"
112         },
113         "vf-module-model-customization-uuid" : {
114           "description" : "",
115           "required" : false,
116           "type" : "string"
117         },
118         "onap_private_net_cidr" : {
119           "description" : "",
120           "required" : false,
121           "type" : "string"
122         },
123         "management-prefix-id" : {
124           "description" : "",
125           "required" : false,
126           "type" : "string"
127         },
128         "dcae_collector_ip" : {
129           "description" : "",
130           "required" : false,
131           "type" : "string",
132           "default" : "10.0.4.1"
133         },
134         "int_private1_net_cidr" : {
135           "description" : "",
136           "required" : false,
137           "type" : "string"
138         },
139         "vf-module-id" : {
140           "description" : "",
141           "required" : false,
142           "type" : "string"
143         },
144         "dcae_collector_port" : {
145           "description" : "",
146           "required" : false,
147           "type" : "string",
148           "default" : "30235"
149         },
150         "vf-module-label" : {
151           "description" : "",
152           "required" : false,
153           "type" : "string"
154         },
155         "vf-module-model-invariant-uuid" : {
156           "type" : "string"
157         },
158         "vf-naming-policy" : {
159           "description" : "",
160           "required" : false,
161           "type" : "string"
162         },
163         "int_private2_net_cidr" : {
164           "description" : "",
165           "required" : false,
166           "type" : "string"
167         },
168         "vf-module-model-version" : {
169           "type" : "string"
170         }
171       },
172       "derived_from" : "tosca.datatypes.Dynamic"
173     }
174   }
175 }