blob: 811124dc0a7b453c02a2fba2b6e36c79833ab730 [file] [log] [blame]
Haibin Huang9b514232019-05-09 14:36:05 +08001{
2 "open_cli_product" : "onap-dublin",
Haibin Huangee3b43d2019-05-21 10:53:59 +08003 "open_cli_home" : "/opt/oclip",
Haibin Huang48dc6812019-05-16 11:51:20 +00004 "aai_url" : "https://10.12.5.224:30233",
Haibin Huang9b514232019-05-09 14:36:05 +08005 "aai_username" : "AAI",
6 "aai_password" : "AAI",
Haibin Huang169a51b2019-05-22 14:39:08 +08007 "sdc_onboarding_url" : "http://10.12.5.202:8081",
8 "sdc_catalog_url" : "http://10.12.5.180:30205",
Haibin Huang9b514232019-05-09 14:36:05 +08009 "sdc_password" : "demo123456!",
10 "sdc_creator" : "cs0008",
Haibin Huang169a51b2019-05-22 14:39:08 +080011 "sdc_tester" : "jm0007",
12 "sdc_governor" : "gv0001",
13 "sdc_operator" : "op0001",
Haibin Huang9b514232019-05-09 14:36:05 +080014
Haibin Huang48dc6812019-05-16 11:51:20 +000015 "multicloud_url" : "http://10.12.5.224:30280",
Haibin Huang9b514232019-05-09 14:36:05 +080016 "policy_url" : "https://10.12.6.235:30240",
17 "policy_username" : "testpdp",
18 "policy_password" : "alpha123",
19 "policy_models_directory" : "/root/tosca/optf-osdf/osdf/models/policy/placement/tosca_upload/",
20 "policy_directory" : "/root/tosca/vcpe_policies",
21 "policy_scope" : "OSDF_DUBLIN",
22 "policy_onapName" : "SampleDemo",
23 "policy_config_type": "MicroService",
24 "policy_pdp_group" : "default",
25 "//" : "Put in a temp resource module name, should be the same in policy files, script will replace it in policies",
26 "temp_resource_module_name" : "resource_name",
27
28 "//" : "#Parameters required to create cloud complex",
29 "complex_name" : "clli1",
30 "street1" : "street1",
31 "street2" : "street2",
32 "physical_location" : "phy_type",
33 "data_center_code" : "code1",
34 "latitude" : "32.89948",
35 "longitude" : "97.045443",
36 "lata" : "example-lata-val-28399",
37 "elevation" : "example-elevation-val-28399",
38 "region" : "northwest",
39 "state" : "oregon",
40 "city" : "hillsboro",
41 "postal-code" : "00000",
42 "country" : "USA",
43 "identity_url" : "example-identity-url-val-56898",
44 "service-model-name" : "vfw-hpa",
45 "//" : "#Dictionary containing cloud regions and their Parameters",
46
47 "cloud_region_data":{
48 "ONAP-POD-01-Rail-05":{
49 "cloud-region-version" : "titanium_cloud",
50 "esr-system-info-id":"5c85ce1f-aa78-4ebf-8d6f-4b62784e9bc7",
51 "service-url": "http://10.12.11.1:5000/v3",
52 "user-name":"${cloud-username}",
53 "password":"${cloud-password}",
54 "system-type": "VIM",
55 "ssl-insecure":true,
56 "cloud-domain":"Default",
57 "default-tenant":"Integration-HPA",
58 "tenant-id" : "709ba629fe194f8699b12f9d6ffd86a0",
59 "cloud-type" : "openstack",
60 "identity-url": "WillBeUpdatedByMultiCloud",
61 "system-status":"active"
62 },
63 "ONAP-POD-01-Rail-06":{
64 "cloud-region-version" : "titanium_cloud",
65 "esr-system-info-id":"5c85ce1f-aa78-4ebf-8d6f-4b62773e9bc7",
66 "service-url": "http://10.12.11.1:5000/v3",
67 "user-name":"${cloud-username}",
68 "password":"${cloud-password}",
69 "system-type": "VIM",
70 "ssl-insecure":true,
71 "cloud-domain":"Default",
72 "default-tenant":"Integration-HPA",
73 "tenant-id" : "709ba629fe194f8699b12f9d6ffd86a0",
74 "cloud-type" : "openstack",
75 "identity-url": "WillBeUpdatedByMultiCloud",
76 "system-status":"active"
77 },
78 "ONAP-POD-01-Rail-07":{
79 "cloud-region-version" : "titanium_cloud",
80 "esr-system-info-id":"4c85ce1f-aa78-4ebf-8d6f-4b62773e9bc7",
81 "service-url": "http://10.12.11.1:5000/v3",
82 "user-name":"${cloud-username}",
83 "password":"${cloud-password}",
84 "system-type": "VIM",
85 "ssl-insecure":true,
86 "cloud-domain":"Default",
87 "default-tenant":"Integration-HPA",
88 "tenant-id" : "709ba629fe194f8699b12f9d6ffd86a0",
89 "cloud-type" : "openstack",
90 "identity-url": "WillBeUpdatedByMultiCloud",
91 "system-status":"active"
92 }
93 },
94
95 "//" : "#Parameters to register cloud region",
96 "cloud-owner" : "CloudOwner",
97 "owner-defined-type" : "t1",
98 "cloud-zone" : "CloudZone",
99
Haibin Huang169a51b2019-05-22 14:39:08 +0800100 "service_name" : "vCPE",
101 "customer_name" : "hpa_cust",
102 "subscriber_name" : "hpa_cust",
103
104 "//" : "Onboarding parameters",
105 "vendor-name" : "Intel",
106 "entitlement-pool-name" : "hpa-pool",
107 "entitlement-description" : "hpa-pool",
108 "start-date" : "04/23/2019",
109 "expiry-date" : "12/31/2040",
110 "key-group-name" : "hpa-key",
111 "key-group-type" : "Universal",
112 "feature-grp-name" : "hpa-feature",
113 "feature-grp-desc" : "hpa-feature",
114 "part-no" : "hpa-part",
115 "agreement-name" : "hpa-agreement",
116 "agreement-desc" : "hpa-agreement",
117
118 "onboarding-method" : "NetworkPackage",
119
120 "//" : "Be sure to include single quotes in parameters that have spaces",
121 "project-code" : "000000",
122 "service-model-name" : "vcpe-hpa",
123 "service-model-desc" : "'hpa service model'",
124 "icon-id" : "network_l_1-3",
125 "category-display" : "'Network L1-3'",
126 "category" : "'network l1-3'",
127
128 "service-test-remarks" : "test",
129 "service-accept-remarks" : "accepted",
130 "service-approve-remarks" : "approved",
131
Haibin Huang9b514232019-05-09 14:36:05 +0800132 "//" : "#Parameters to vfc",
Haibin Huangee3b43d2019-05-21 10:53:59 +0800133 "vfc-url": "http://10.12.6.88:30280",
134 "vnfs":{
135 "infra":{
136 "path": "/root/oclip/dublin/infra.csar",
137 "csar-id": "You need change it",
Haibin Huang169a51b2019-05-22 14:39:08 +0800138 "vsp-name" : "infra-hpa-vsp",
139 "vsp-desc" : "infra-hpa-vsp-desc",
140 "vsp-version" : "1.0",
141 "vf-name" : "infra-hpa-vf",
142 "vf-description" : "infra-hpa-vf",
143 "vf-remarks" :"remarkss",
144 "vf-version" : "1.0",
Haibin Huangee3b43d2019-05-21 10:53:59 +0800145 "key": "key2",
146 "value": "value2"
147 },
148 "vgmux":{
149 "path": "/root/oclip/dublin/vgmux.csar",
150 "csar-id": "You need change it",
Haibin Huang169a51b2019-05-22 14:39:08 +0800151 "vsp-name" : "vgmux-hpa-vsp",
152 "vsp-desc" : "vgmux-hpa-vsp-desc",
153 "vsp-version" : "1.0",
154 "vf-name" : "vgmux-hpa-vf",
155 "vf-description" : "vgmux-hpa-vf",
156 "vf-remarks" :"remarkss",
157 "vf-version" : "1.0",
Haibin Huangee3b43d2019-05-21 10:53:59 +0800158 "key": "key2",
159 "value": "value2"
160 },
161 "vbng":{
162 "path": "/root/oclip/dublin/vbng.csar",
163 "csar-id": "You need change it",
Haibin Huang169a51b2019-05-22 14:39:08 +0800164 "vsp-name" : "vbng-hpa-vsp",
165 "vsp-desc" : "vbng-hpa-vsp-desc",
166 "vsp-version" : "1.0",
167 "vf-name" : "vbng-hpa-vf",
168 "vf-description" : "vbng-hpa-vf",
169 "vf-remarks" :"remarkss",
170 "vf-version" : "1.0",
Haibin Huangee3b43d2019-05-21 10:53:59 +0800171 "key": "key2",
172 "value": "value2"
173 },
174 "vbrgemu":{
175 "path": "/root/oclip/dublin/vbrgemu.csar",
176 "csar-id": "You need change it",
Haibin Huang169a51b2019-05-22 14:39:08 +0800177 "vsp-name" : "vbrgemu-hpa-vsp",
178 "vsp-desc" : "vbgremu-hpa-vsp-desc",
179 "vsp-version" : "1.0",
180 "vf-name" : "vbgremu-hpa-vf",
181 "vf-description" : "vbgremu-hpa-vf",
182 "vf-remarks" :"remarkss",
183 "vf-version" : "1.0",
Haibin Huangee3b43d2019-05-21 10:53:59 +0800184 "key": "key2",
185 "value": "value2"
186 },
187 "vgw":{
188 "path": "/opt/oclip/dublin/vgw.csar",
189 "csar-id": "You need change it",
Haibin Huang169a51b2019-05-22 14:39:08 +0800190 "vsp-name" : "vgw-hpa-vsp",
191 "vsp-desc" : "vgw-hpa-vsp-desc",
192 "vsp-version" : "1.0",
193 "vf-name" : "vgw-hpa-vf",
194 "vf-description" : "vgw-hpa-vf",
195 "vf-remarks" :"remarkss",
196 "vf-version" : "1.0",
Haibin Huangee3b43d2019-05-21 10:53:59 +0800197 "key": "key2",
198 "value": "value2"
199 }
Haibin Huang9b514232019-05-09 14:36:05 +0800200 },
Haibin Huangee3b43d2019-05-21 10:53:59 +0800201 "ns":{
202 "csar-id": "You need change it",
203 "key": "key1",
204 "value": "value1",
205 "path": "/opt/oclip/dublin/ns_vgw.csar",
206 "name": "vcpe1"
207 },
208 "location": "CloudOwner_ONAP-POD-01-Rail-07",
Haibin Huang9b514232019-05-09 14:36:05 +0800209 "location-constraints":[
210 {
211 "vnfProfileId": "3fca3543-07f5-492f-812c-ed462e4f94f4",
212 "locationConstraints": {
213 "vimId": "INTEL_ONAP-POD-01-Rail-07"
214 }
215 },
216 {
217 "vnfProfileId": "0408f076-e6c0-4c82-9940-272fddbb82de",
218 "locationConstraints": {
219 "vimId": "INTEL_ONAP-POD-01-Rail-07"
220 }
221 },
222 {
223 "vnfProfileId": "b1bb0ce7-2222-4fa7-95ed-4840d70a1100",
224 "locationConstraints": {
225 "vimId": "INTEL_ONAP-POD-01-Rail-07"
226 }
227 },
228 {
229 "vnfProfileId": "b1bb0ce7-2222-4fa7-95ed-4840d70a1101",
230 "locationConstraints": {
231 "vimId": "INTEL_ONAP-POD-01-Rail-07"
232 }
233 },
234 {
235 "vnfProfileId": "b1bb0ce7-2222-4fa7-95ed-4840d70a1102",
236 "locationConstraints": {
237 "vimId": "INTEL_ONAP-POD-01-Rail-07"
238 }
239 }
240 ],
Haibin Huang48dc6812019-05-16 11:51:20 +0000241 "vnfm_params":{
242 "GVNFMDRIVER":{
243 "type": "gvnfmdriver",
244 "vendor": "vfc",
245 "version": "v1.0",
246 "url": "http://msb-iag:80/",
247 "vim-id": "CloudOwner_ONAP-POD-01-Rail-07",
248 "user-name": "admin",
249 "user-password": "admin",
250 "vnfm-version": "v1.0"
251 }
252 },
Haibin Huang9b514232019-05-09 14:36:05 +0800253 "sdc-controller-id": "2"
254}