blob: 09ae40440e2f67bad79de955ae1c08a7bf9f5777 [file] [log] [blame]
Brian Freeman9b3d6ca2019-11-06 13:22:53 -05001{
Bartek Grzybowski8531fe62020-02-26 15:04:08 +01002 "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": "vgmux-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": "bng_gmux_private_net_id",
34 "value": "${bng_mux_net}"
35 },
36 {
37 "name": "bng_gmux_private_subnet_id",
38 "value": "${bng_mux_subnet}"
39 },
40 {
41 "name": "mux_gw_private_net_id",
42 "value": "${mux_gw_net}"
43 },
44 {
45 "name": "mux_gw_private_subnet_id",
46 "value": "${mux_gw_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": "mux_gw_private_net_cidr",
62 "value": "10.5.0.0/24"
63 },
64 {
65 "name": "bng_gmux_private_net_cidr",
66 "value": "10.1.0.0/24"
67 },
68 {
69 "name": "vgmux_private_ip_0",
70 "value": "10.1.0.21"
71 },
72 {
73 "name": "vgmux_private_ip_1",
74 "value": "10.0.101.21"
75 },
76 {
77 "name": "vgmux_private_ip_2",
78 "value": "10.5.0.21"
79 },
80 {
81 "name": "vgmux_name_0",
82 "value": "zdcpe1cpe01mux01_${suffix}"
83 },
84 {
85 "name": "vnf_id",
86 "value": "vCPE_Infrastructure_Metro_vGMUX_demo_app"
87 },
88 {
89 "name": "vf_module_id",
90 "value": "vCPE_Intrastructure_Metro_vGMUX"
91 },
92 {
93 "name": "dcae_collector_ip",
94 "value": "10.0.4.102"
95 },
96 {
97 "name": "dcae_collector_port",
98 "value": "8080"
99 },
100 {
101 "name": "repo_url_blob",
102 "value": "https://nexus.onap.org/content/sites/raw"
103 },
104 {
105 "name": "repo_url_artifacts",
106 "value": "https://nexus.onap.org/content/repositories/releases"
107 },
108 {
109 "name": "demo_artifacts_version",
110 "value": "1.1.1"
111 },
112 {
113 "name": "script_version",
114 "value": "1.3.0"
115 },
116 {
117 "name": "key_name",
118 "value": "vgmux_key"
119 },
120 {
121 "name": "pub_key",
122 "value": "${pub_key}"
123 },
124 {
125 "name": "cloud_env",
126 "value": "openstack"
127 },
128 {
129 "name": "vpp_source_repo_url",
130 "value": "https://gerrit.fd.io/r/vpp"
131 },
132 {
133 "name": "vpp_source_repo_branch",
134 "value": "stable/1704"
135 },
136 {
137 "name": "vpp_patch_url",
138 "value": "https://git.onap.org/demo/plain/vnfs/vCPE/vpp-ves-agent-for-vgmux/src/patches/Vpp-Add-VES-agent-for-vG-MUX.patch"
139 },
140 {
141 "name": "hc2vpp_patch_url",
142 "value": "https://git.onap.org/demo/plain/vnfs/vCPE/vpp-ves-agent-for-vgmux/src/patches/Hc2vpp-Add-VES-agent-for-vG-MUX.patch"
143 },
144 {
145 "name": "libevel_patch_url",
146 "value": "https://git.onap.org/demo/plain/vnfs/vCPE/vpp-ves-agent-for-vgmux/src/patches/vCPE-vG-MUX-libevel-fixup.patch"
Brian Freeman9b3d6ca2019-11-06 13:22:53 -0500147 }
Bartek Grzybowski8531fe62020-02-26 15:04:08 +0100148 ]
149 },
150 "vf-module-assignments": {},
151 "vf-module-topology-identifier": {
152 "vf-module-name": "${vnf_name}"
153 }
154 },
155 "vnf-resource-assignments": {},
156 "vnf-topology-identifier-structure": {
157 "nf-type": "${vnf_type}",
158 "vnf-id": "${vnf_name}"
Brian Freeman9b3d6ca2019-11-06 13:22:53 -0500159 }
Bartek Grzybowski8531fe62020-02-26 15:04:08 +0100160 }
161 }
Brian Freeman9b3d6ca2019-11-06 13:22:53 -0500162}