blob: 0ae10636856fce530107920872cb303a27721265 [file] [log] [blame]
root@rancher6c68bee2019-05-01 16:39:12 -07001{
2
3"open_cli_product" : "onap-dublin",
Itohan Ukponmwan63929cf2019-09-13 00:08:39 +00004"open_cli_home" : "/opt/oclip",
root@rancher6c68bee2019-05-01 16:39:12 -07005"aai_url" : "https://10.12.6.235:30233",
6"aai_username" : "AAI",
7"aai_password" : "AAI",
8"sdc_onboarding_url" : "http://10.43.246.144:8081",
9"sdc_catalog_url" : "http://10.12.6.235:30205",
10"sdc_password" : "demo123456!",
11"sdc_creator" : "cs0008",
12"sdc_tester" : "jm0007",
13"sdc_governor" : "gv0001",
14"sdc_operator" : "op0001",
15"csar-file-path" : "/root/automation_stuff/hpa_zip_files/vfw_hpa.zip",
Itohan Ukponmwan63929cf2019-09-13 00:08:39 +000016"sdnc_url" : "http://10.12.6.235:30208",
root@rancher6c68bee2019-05-01 16:39:12 -070017"sdnc_user" : "admin",
18"sdnc_password" : "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U",
Itohan Ukponmwan63929cf2019-09-13 00:08:39 +000019"sdnc_preload_file" : "/root/integration/test/hpa_automation/heat/sample_vfw_hpa_preload.txt",
root@rancher6c68bee2019-05-01 16:39:12 -070020"so_url" : "http://10.12.6.235:30277",
21"so_username" : "InfraPortalClient",
22"so_password" : "password1$",
23"so_mariadb_host" : "10.42.6.13",
24"so_mariadb_user" : "root",
25"so_mariadb_password" : "secretpassword",
26"so_mariadb_db" : "catalogdb",
27"multicloud_url" : "http://10.12.6.235:30280",
Itohan1f3c8d62019-05-24 23:52:26 +000028"policy_url" : "https://10.12.6.235:30694",
root@rancher6c68bee2019-05-01 16:39:12 -070029"policy_username" : "testpdp",
30"policy_password" : "alpha123",
Itohan Ukponmwan63929cf2019-09-13 00:08:39 +000031"policy_directory" : "/root/integration/test/hpa_automation/heat/sample_vfw_policies",
32"policy_scope" : "OSDF_DUBLIN",
root@rancher6c68bee2019-05-01 16:39:12 -070033"policy_onapName" : "SampleDemo",
34"policy_config_type": "MicroService",
35"policy_pdp_group" : "default",
Itohan1f3c8d62019-05-24 23:52:26 +000036"policy_db_ip" : "10.42.5.60",
37"policy_db_user" : "root",
38"policy_db_password" : "secret",
Itohan454b2792019-05-06 23:18:34 +000039"//" : "Put in a temp resource module name, should be the same in policy files, script will replace it in policies",
40"temp_resource_module_name" : "resource_name",
root@rancher6c68bee2019-05-01 16:39:12 -070041
42"//" : "#Parameters required to create cloud complex",
43"complex_name" : "clli1",
44"street1" : "street1",
45"street2" : "street2",
46"physical_location" : "phy_type",
47"data_center_code" : "code1",
48"latitude" : "32.89948",
49"longitude" : "97.045443",
50"lata" : "example-lata-val-28399",
51"elevation" : "example-elevation-val-28399",
52"region" : "northwest",
53"state" : "oregon",
54"city" : "hillsboro",
55"postal-code" : "00000",
56"country" : "USA",
57"identity_url" : "example-identity-url-val-56898",
58
59"//" : "#Dictionary containing cloud regions and their Parameters",
60
61
62 "cloud_region_data":{
63 "ONAP-POD-01-Rail-05":{
64 "cloud-region-version" : "titanium_cloud",
65 "esr-system-info-id":"5c85ce1f-aa78-4ebf-8d6f-4b62784e9bc7",
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
79 "ONAP-POD-01-Rail-06":{
80 "cloud-region-version" : "titanium_cloud",
81 "esr-system-info-id":"5c85ce1f-aa78-4ebf-8d6f-4b62773e9bc7",
82 "service-url": "http://10.12.11.1:5000/v3",
83 "user-name":"${cloud-username}",
84 "password":"${cloud-password}",
85 "system-type": "VIM",
86 "ssl-insecure":true,
87 "cloud-domain":"Default",
88 "default-tenant":"Integration-HPA",
89 "tenant-id" : "709ba629fe194f8699b12f9d6ffd86a0",
90 "cloud-type" : "openstack",
91 "identity-url": "WillBeUpdatedByMultiCloud",
92 "system-status":"active"
93 },
94
95 "ONAP-POD-01-Rail-07":{
96 "cloud-region-version" : "titanium_cloud",
97 "esr-system-info-id":"4c85ce1f-aa78-4ebf-8d6f-4b62773e9bc7",
98 "service-url": "http://10.12.11.1:5000/v3",
99 "user-name":"${cloud-username}",
100 "password":"${cloud-password}",
101 "system-type": "VIM",
102 "ssl-insecure":true,
103 "cloud-domain":"Default",
104 "default-tenant":"Integration-HPA",
105 "tenant-id" : "709ba629fe194f8699b12f9d6ffd86a0",
106 "cloud-type" : "openstack",
107 "identity-url": "WillBeUpdatedByMultiCloud",
108 "system-status":"active"
109 }
110 },
111
112
113"//" : "#Parameters to register cloud region",
114"cloud-owner" : "CloudOwner",
115"owner-defined-type" : "t1",
116"cloud-zone" : "CloudZone",
117
118"service_name" : "vFW",
119"customer_name" : "hpa_cust",
120"subscriber_name" : "hpa_cust",
121
122"//" : "Onboarding parameters",
123"vendor-name" : "hpa-vendor",
124"entitlement-pool-name" : "hpa-pool",
125"entitlement-description" : "hpa-pool",
126"start-date" : "04/23/2019",
127"expiry-date" : "12/31/2040",
128"key-group-name" : "hpa-key",
129"key-group-type" : "Universal",
130"feature-grp-name" : "hpa-feature",
131"feature-grp-desc" : "hpa-feature",
132"part-no" : "hpa-part",
133"agreement-name" : "hpa-agreement",
134"agreement-desc" : "hpa-agreement",
135
136"onboarding-method" : "NetworkPackage",
137"vsp-name" : "hpa-vsp",
138"vsp-desc" : "hpa-vsp-desc",
139"vsp-version" : "1.0",
140
141"vf-name" : "hpa-vf",
142"vf-description" : "hpa-vf",
143"vf-remarks" :"remarkss",
144"vf-version" : "1.0",
145
Itohan8ec5f1f2019-05-04 00:21:47 +0000146"//" : "Be sure to include single quotes in parameters that have spaces",
root@rancher6c68bee2019-05-01 16:39:12 -0700147"project-code" : "000000",
148"service-model-name" : "vfw-hpa",
Itohan8ec5f1f2019-05-04 00:21:47 +0000149"service-model-desc" : "'hpa service model'",
root@rancher6c68bee2019-05-01 16:39:12 -0700150"icon-id" : "network_l_1-3",
Itohan8ec5f1f2019-05-04 00:21:47 +0000151"category-display" : "'Network L1-3'",
152"category" : "'network l1-3'",
root@rancher6c68bee2019-05-01 16:39:12 -0700153
154"service-test-remarks" : "test",
155"service-accept-remarks" : "accepted",
156"service-approve-remarks" : "approved",
157
158
159"//" : "service instance parameters",
160"instance-name" : "hpa-instance",
161"requestor-id" : "demo",
162"customer-latitude":"32.897480",
163"customer-longitude":"97.040443",
164"company-name":"some_company",
165"homing-solution" : "oof",
166"orchestrator" : "multicloud",
167"owning-entity-name":"OE-Demonstration",
168"projectName" : "Project-Demonstration",
169"a-la-carte" : true,
170"test-api" : "VNF_API",
171
172"//" : "vnf parameters",
173"platform-name" : "Platform-Demonstration",
174"lob-name" : "LOB-Demonstration",
175"generic-vnf-name" : "vfw-hpa-vnf",
176
177"vf-module-name" : "vfw-sriov-cli",
178"supress-rollback" : "false",
179"use-preload" : "true"
180}