update link to upper-constraints.txt
[integration.git] / test / vcpe / preload_templates / template.vcpe_gwgra_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": "vgw-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": "mux_gw_private_net_id",
34               "value": "${mux_gw_net}"
35             },
36             {
37               "name": "mux_gw_private_subnet_id",
38               "value": "${mux_gw_subnet}"
39             },
40             {
41               "name": "mux_gw_private_net_cidr",
42               "value": "10.5.0.0/24"
43             },
44             {
45               "name": "cpe_public_net_id",
46               "value": "${cpe_public_net}"
47             },
48             {
49               "name": "cpe_public_subnet_id",
50               "value": "${cpe_public_subnet}"
51             },
52             {
53               "name": "cpe_public_net_cidr",
54               "value": "10.2.0.0/24"
55             },
56             {
57               "name": "vgw_private_ip_0",
58               "value": "10.5.0.92"
59             },
60             {
61               "name": "vgw_private_ip_1",
62               "value": "10.0.101.92"
63             },
64             {
65               "name": "vgw_private_ip_2",
66               "value": "10.2.0.7"
67             },
68             {
69               "name": "vgw_name_0",
70               "value": "zdcpe1cpe01gw01_${suffix}"
71             },
72             {
73               "name": "mux_ip_addr",
74               "value": "10.5.0.21"
75             },
76             {
77               "name": "vg_vgmux_tunnel_vni",
78               "value": "92"
79             },
80             {
81               "name": "onap_private_net_id",
82               "value": "${oam_onap_net}"
83             },
84             {
85               "name": "onap_private_subnet_id",
86               "value": "${oam_onap_subnet}"
87             },
88             {
89               "name": "onap_private_net_cidr",
90               "value": "10.0.0.0/16"
91             },
92             {
93               "name": "repo_url_blob",
94               "value": "https://nexus.onap.org/content/sites/raw"
95             },
96             {
97               "name": "repo_url_artifacts",
98               "value": "https://nexus.onap.org/content/repositories/releases"
99             },
100             {
101               "name": "demo_artifacts_version",
102               "value": "1.1.1"
103             },
104             {
105               "name": "script_version",
106               "value": "1.3.0"
107             },
108             {
109               "name": "key_name",
110               "value": "vgw_key"
111             },
112             {
113               "name": "pub_key",
114               "value": "${pub_key}"
115             },
116             {
117               "name": "cloud_env",
118               "value": "openstack"
119             }
120           ]
121         },
122         "vf-module-assignments": {},
123         "vf-module-topology-identifier": {
124           "vf-module-name": "VGW2BRG-${brg_mac}"
125         }
126       },
127       "vnf-resource-assignments": {},
128       "vnf-topology-identifier-structure": {
129         "nf-type": "vgw",
130         "vnf-id": "VGW2BRG-${brg_mac}"
131       }
132     }
133   }
134 }