4d5b2d42565ea0522498c0b8fd3a2cc923201963
[integration.git] / test / vcpe / preload_templates / template.vcpe_brgemugra_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": "vbrg-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": "vbrgemu_bng_private_net_id",
34                                                     "value": "${brg_bng_net}"
35                                                 },
36                                                 {
37                                                     "name": "vbrgemu_bng_private_subnet_id",
38                                                     "value": "${brg_bng_subnet}"
39                                                 },
40                                                 {
41                                                     "name": "onap_private_net_id",
42                                                     "value": "${oam_onap_net}"
43                                                 },
44                                                 {
45                                                     "name": "onap_private_subnet_id",
46                                                     "value": "${oam_onap_subnet}"
47                                                 },
48                                                 {
49                                                     "name": "onap_private_net_cidr",
50                                                     "value": "10.0.0.0/16"
51                                                 },
52                                                 {
53                                                     "name": "compile_state",
54                                                     "value": "done"
55                                                 },
56                                                 {
57                                                     "name": "vbrgemu_bng_private_net_cidr",
58                                                     "value": "10.3.0.0/24"
59                                                 },
60                                                 {
61                                                     "name": "vbrgemu_private_ip_0",
62                                                     "value": "10.3.0.21"
63                                                 },
64                                                 {
65                                                     "name": "sdnc_ip",
66                                                     "value": "${sdnc_oam_ip}"
67                                                 },
68                                                 {
69                                                     "name": "vbrgemu_name_0",
70                                                     "value": "zdcpe1cpe01brgemu01_${suffix}"
71                                                 },
72                                                 {
73                                                     "name": "vnf_id",
74                                                     "value": "vCPE_Infrastructure_BGREMU_demo_app_${suffix}"
75                                                 },
76                                                 {
77                                                     "name": "vf_module_id",
78                                                     "value": "vCPE_Customer_BRGEMU_${suffix}"
79                                                 },
80                                                 {
81                                                     "name": "repo_url_blob",
82                                                     "value": "https://nexus.onap.org/content/sites/raw"
83                                                 },
84                                                 {
85                                                     "name": "repo_url_artifacts",
86                                                     "value": "https://nexus.onap.org/content/repositories/releases"
87                                                 },
88                                                 {
89                                                     "name": "demo_artifacts_version",
90                                                     "value": "1.1.1"
91                                                 },
92                                                 {
93                                                     "name": "script_version",
94                                                     "value": "1.3.0"
95                                                 },
96                                                 {
97                                                     "name": "key_name",
98                                                     "value": "vbrgemu_key"
99                                                 },
100                                                 {
101                                                     "name": "pub_key",
102                                                     "value": "${pub_key}"
103                                                 },
104                                                 {
105                                                     "name": "cloud_env",
106                                                     "value": "openstack"
107                                                 },
108                                                 {
109                                                     "name": "vpp_source_repo_url",
110                                                     "value": "https://gerrit.fd.io/r/vpp"
111                                                 },
112                                                 {
113                                                     "name": "vpp_source_repo_branch",
114                                                     "value": "stable/1704"
115                                                 },
116                                                 {
117                                                     "name": "hc2vpp_source_repo_url",
118                                                     "value": "https://gerrit.fd.io/r/hc2vpp"
119                                                 },
120                                                 {
121                                                     "name": "hc2vpp_source_repo_branch",
122                                                     "value": "stable/1704"
123                                                 },
124                                                 {
125                                                     "name": "vpp_patch_url",
126                                                     "value": "https://git.onap.org/demo/plain/vnfs/vCPE/vpp-option-82-for-vbrg/src/patches/VPP-Add-Option82-Nat-Filter-For-vBRG.patch"
127                                                 }
128                                 ] },
129                                 "vf-module-assignments":  {},
130                                 "vf-module-topology-identifier": {
131                                         "vf-module-name": "${vnf_name}"
132                                 }
133                         },
134                        "vnf-resource-assignments": {},
135                         "vnf-topology-identifier-structure": {
136                                         "nf-type": "${vnf_type}",
137                                         "vnf-id": "${vnf_name}"
138                        }
139                }
140       }
141 }