blob: ced57ca6ad65346296061bc6969eb9ec969740e2 [file] [log] [blame]
Brian Freeman81f6e9e2018-11-11 22:36:20 -05001{
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": "public_net_id",
22 "value": "${public_net_id}"
23 },
24 {
25 "name": "mux_gw_private_net_id",
26 "value": "${mux_gw_net}"
27 },
28 {
29 "name": "mux_gw_private_subnet_id",
30 "value": "${mux_gw_subnet}"
31 },
32 {
33 "name": "mux_gw_private_net_cidr",
34 "value": "10.5.0.0/24"
35 },
36 {
37 "name": "cpe_public_net_id",
38 "value": "${cpe_public_net}"
39 },
40 {
41 "name": "cpe_public_subnet_id",
42 "value": "${cpe_public_subnet}"
43 },
44 {
45 "name": "cpe_public_net_cidr",
46 "value": "10.2.0.0/24"
47 },
48 {
49 "name": "vgw_private_ip_0",
50 "value": "10.5.0.92"
51 },
52 {
53 "name": "vgw_private_ip_1",
54 "value": "10.0.101.92"
55 },
56 {
57 "name": "vgw_private_ip_2",
58 "value": "10.2.0.7"
59 },
60 {
61 "name": "vgw_name_0",
62 "value": "zdcpe1cpe01gw01_${suffix}"
63 },
64 {
65 "name": "mux_ip_addr",
66 "value": "10.5.0.21"
67 },
68 {
69 "name": "vg_vgmux_tunnel_vni",
70 "value": "92"
71 },
72 {
73 "name": "onap_private_net_id",
74 "value": "${oam_onap_net}"
75 },
76 {
77 "name": "onap_private_subnet_id",
78 "value": "${oam_onap_subnet}"
79 },
80 {
81 "name": "onap_private_net_cidr",
82 "value": "10.0.0.0/16"
83 },
84 {
85 "name": "repo_url_blob",
86 "value": "https://nexus.onap.org/content/sites/raw"
87 },
88 {
89 "name": "repo_url_artifacts",
90 "value": "https://nexus.onap.org/content/groups/staging"
91 },
92 {
93 "name": "demo_artifacts_version",
94 "value": "1.1.1"
95 },
96 {
97 "name": "install_script_version",
98 "value": "1.1.1"
99 },
100 {
101 "name": "key_name",
102 "value": "vgw_key"
103 },
104 {
105 "name": "pub_key",
106 "value": "${pub_key}"
107 },
108 {
109 "name": "cloud_env",
110 "value": "openstack"
111 }
112 ] },
113 "vf-module-assignments": {},
114 "vf-module-topology-identifier": {
Brian Freeman8076a872018-11-13 11:34:48 -0500115 "vf-module-name": "zRegionOne${vgw_vfmod_name_index}_base_vcpe_vgw_0"
Brian Freeman81f6e9e2018-11-11 22:36:20 -0500116 }
117 },
118 "vnf-resource-assignments": {},
119 "vnf-topology-identifier-structure": {
120 "nf-type": "vgw",
121 "vnf-id": "VGW2BRG-${brg_mac}"
122 }
123 }
124 }
125}