Simplify CBA by removing unnecessary variables
[demo.git] / heat / vFW_CNF_CDS / templates / cba / Templates / vnf-mapping.json
1 [
2     {
3         "name": "dcae_collector_ip",
4         "property": {
5             "description": "",
6             "required": false,
7             "type": "string",
8             "default": "10.0.4.1"
9         },
10         "input-param": false,
11         "dictionary-name": "dcae_collector_ip",
12         "dictionary-source": "default",
13         "dependencies": [],
14         "version": 0
15     },
16     {
17         "name": "dcae_collector_port",
18         "property": {
19             "description": "",
20             "required": false,
21             "type": "string",
22             "default": "30235"
23         },
24         "input-param": false,
25         "dictionary-name": "dcae_collector_port",
26         "dictionary-source": "default",
27         "dependencies": [],
28         "version": 0
29     },
30     {
31         "name": "int_private1_net_cidr",
32         "property": {
33             "description": "",
34             "required": false,
35             "type": "string"
36         },
37         "input-param": true,
38         "dictionary-name": "int_private1_net_cidr",
39         "dictionary-source": "processor-db",
40         "dependencies": [],
41         "version": 0
42     },
43     {
44         "name": "onap_private_net_cidr",
45         "property": {
46             "description": "",
47             "required": false,
48             "type": "string"
49         },
50         "input-param": true,
51         "dictionary-name": "onap_private_net_cidr",
52         "dictionary-source": "processor-db",
53         "dependencies": [],
54         "version": 0
55     },
56     {
57         "name": "int_private2_net_cidr",
58         "property": {
59             "description": "",
60             "required": false,
61             "type": "string"
62         },
63         "input-param": true,
64         "dictionary-name": "int_private2_net_cidr",
65         "dictionary-source": "processor-db",
66         "dependencies": [],
67         "version": 0
68     },
69     {
70         "name": "demo_artifacts_version",
71         "property": {
72             "description": "",
73             "required": false,
74             "type": "string",
75             "default": "1.5.0"
76         },
77         "input-param": false,
78         "dictionary-name": "demo_artifacts_version",
79         "dictionary-source": "default",
80         "dependencies": [],
81         "version": 0
82     },
83     {
84         "name": "vnf-id",
85         "property": {
86             "description": "",
87             "required": false,
88             "type": "string"
89         },
90         "input-param": false,
91         "dictionary-name": "vnf-id",
92         "dictionary-source": "input",
93         "dependencies": [],
94         "version": 0
95     },
96     {
97         "name": "vf-naming-policy",
98         "property": {
99             "description": "",
100             "required": false,
101             "type": "string",
102             "default": "SDNC_Policy.Config_MS_ONAP_CNF_NAMING_TIMESTAMP"
103         },
104         "input-param": false,
105         "dictionary-name": "vf-naming-policy",
106         "dictionary-source": "default",
107         "dependencies": [],
108         "version": 0
109     },
110     {
111         "name": "aic-cloud-region",
112         "property": {
113             "description": "",
114             "required": false,
115             "type": "string"
116         },
117         "input-param": false,
118         "dictionary-name": "aic-cloud-region",
119         "dictionary-source": "input",
120         "dependencies": [],
121         "version": 0
122     },
123     {
124         "name": "service-instance-id",
125         "property": {
126             "description": "",
127             "required": false,
128             "type": "string"
129         },
130         "input-param": false,
131         "dictionary-name": "service-instance-id",
132         "dictionary-source": "input",
133         "dependencies": [],
134         "version": 0
135     },
136     {
137         "name": "private1-prefix-id",
138         "property": {
139             "description": "",
140             "required": false,
141             "type": "string"
142         },
143         "input-param": false,
144         "dictionary-name": "private1-prefix-id",
145         "dictionary-source": "processor-db",
146         "dependencies": [],
147         "version": 0
148     },
149     {
150         "name": "private2-prefix-id",
151         "property": {
152             "description": "",
153             "required": false,
154             "type": "string"
155         },
156         "input-param": false,
157         "dictionary-name": "private2-prefix-id",
158         "dictionary-source": "processor-db",
159         "dependencies": [],
160         "version": 0
161     },
162     {
163         "name": "k8s-rb-profile-name",
164         "property": {
165             "description": "Profile name used in multicloud/k8s plugin to identify Helm chart(s) where this mapping is providing override values.",
166             "type": "string",
167             "default": "vfw-cnf-cds-base-profile"
168         },
169         "input-param": false,
170         "dictionary-name": "k8s-rb-profile-name",
171         "dictionary-source": "default",
172         "dependencies": []
173     },
174     {
175         "name": "k8s-rb-profile-namespace",
176         "property": {
177             "description": "K8s namespace to create helm chart for specified profile",
178             "type": "string",
179             "default": "default"
180         },
181         "input-param": false,
182         "dictionary-name": "k8s-rb-profile-namespace",
183         "dictionary-source": "default",
184         "dependencies": []
185     }
186 ]