Fix JSON files linter issues in test/vcpe
[integration.git] / test / vcpe / preload_templates / template.vcpe_bnggra_vfmodule.json
1 {
2   "GENERIC-RESOURCE-API:input": {
3     "GENERIC-RESOURCE-API:request-information": {
4       "GENERIC-RESOURCE-API:notification-url": "https://so.onap.org",
5       "GENERIC-RESOURCE-API:order-number": "robot12",
6       "GENERIC-RESOURCE-API:order-version": "1.0",
7       "GENERIC-RESOURCE-API:request-action": "PreloadVfModuleRequest",
8       "GENERIC-RESOURCE-API:request-id": "robot12",
9       "GENERIC-RESOURCE-API:source": "VID"
10     },
11     "GENERIC-RESOURCE-API:sdnc-request-header": {
12       "GENERIC-RESOURCE-API:svc-action": "reserve",
13       "GENERIC-RESOURCE-API:svc-notification-url": "https://son.onap.org",
14       "GENERIC-RESOURCE-API:svc-request-id": "robot12"
15     },
16     "preload-vf-module-topology-information": {
17       "vf-module-topology": {
18         "vf-module-parameters": {
19           "param": [
20             {
21               "name": "vcpe_image_name",
22               "value": "vbng-casa-base-ubuntu-16-04"
23             },
24             {
25               "name": "vcpe_flavor_name",
26               "value": "m1.medium"
27             },
28             {
29               "name": "public_net_id",
30               "value": "${public_net_id}"
31             },
32             {
33               "name": "brgemu_bng_private_net_id",
34               "value": "${brg_bng_net}"
35             },
36             {
37               "name": "brgemu_bng_private_subnet_id",
38               "value": "${brg_bng_subnet}"
39             },
40             {
41               "name": "bng_gmux_private_net_id",
42               "value": "${bng_mux_net}"
43             },
44             {
45               "name": "bng_gmux_private_subnet_id",
46               "value": "${bng_mux_subnet}"
47             },
48             {
49               "name": "onap_private_net_id",
50               "value": "${oam_onap_net}"
51             },
52             {
53               "name": "onap_private_subnet_id",
54               "value": "${oam_onap_subnet}"
55             },
56             {
57               "name": "onap_private_net_cidr",
58               "value": "10.0.0.0/16"
59             },
60             {
61               "name": "cpe_signal_net_id",
62               "value": "${cpe_signal_net}"
63             },
64             {
65               "name": "cpe_signal_subnet_id",
66               "value": "${cpe_signal_subnet}"
67             },
68             {
69               "name": "brgemu_bng_private_net_cidr",
70               "value": "10.3.0.0/24"
71             },
72             {
73               "name": "bng_gmux_private_net_cidr",
74               "value": "10.1.0.0/24"
75             },
76             {
77               "name": "cpe_signal_private_net_cidr",
78               "value": "10.4.0.0/24"
79             },
80             {
81               "name": "sdnc_ip_addr",
82               "value": "${sdnc_oam_ip}"
83             },
84             {
85               "name": "vbng_private_ip_0",
86               "value": "10.3.0.1"
87             },
88             {
89               "name": "vbng_private_ip_1",
90               "value": "10.0.101.10"
91             },
92             {
93               "name": "vbng_private_ip_2",
94               "value": "10.4.0.3"
95             },
96             {
97               "name": "vbng_private_ip_3",
98               "value": "10.1.0.10"
99             },
100             {
101               "name": "vbng_name_0",
102               "value": "zdcpe1cpe01bng01_${suffix}"
103             },
104             {
105               "name": "vnf_id",
106               "value": "vCPE_Infrastructure_Metro_vBNG_demo_app"
107             },
108             {
109               "name": "vf_module_id",
110               "value": "vCPE_Intrastructure_Metro_vBNG"
111             },
112             {
113               "name": "dcae_collector_ip",
114               "value": "10.0.4.102"
115             },
116             {
117               "name": "dcae_collector_port",
118               "value": "8080"
119             },
120             {
121               "name": "repo_url_blob",
122               "value": "https://nexus.onap.org/content/sites/raw"
123             },
124             {
125               "name": "repo_url_artifacts",
126               "value": "https://nexus.onap.org/content/repositories/releases"
127             },
128             {
129               "name": "demo_artifacts_version",
130               "value": "1.1.1"
131             },
132             {
133               "name": "script_version",
134               "value": "1.3.0"
135             },
136             {
137               "name": "key_name",
138               "value": "vbng_key"
139             },
140             {
141               "name": "pub_key",
142               "value": "${pub_key}"
143             },
144             {
145               "name": "cloud_env",
146               "value": "openstack"
147             },
148             {
149               "name": "vpp_source_repo_url",
150               "value": "https://gerrit.fd.io/r/vpp"
151             },
152             {
153               "name": "vpp_source_repo_branch",
154               "value": "stable/1704"
155             },
156             {
157               "name": "vpp_patch_url",
158               "value": "https://git.onap.org/demo/plain/vnfs/vCPE/vpp-radius-client-for-vbng/src/patches/Vpp-Integrate-FreeRADIUS-Client-for-vBNG.patch"
159             }
160           ]
161         },
162         "vf-module-assignments": {},
163         "vf-module-topology-identifier": {
164           "vf-module-name": "${vnf_name}"
165         }
166       },
167       "vnf-resource-assignments": {},
168       "vnf-topology-identifier-structure": {
169         "nf-type": "${vnf_type}",
170         "vnf-id": "${vnf_name}"
171       }
172     }
173   }
174 }