diff options
Diffstat (limited to 'test/hpa_automation/tosca/vcpe_config.json')
-rwxr-xr-x | test/hpa_automation/tosca/vcpe_config.json | 73 |
1 files changed, 72 insertions, 1 deletions
diff --git a/test/hpa_automation/tosca/vcpe_config.json b/test/hpa_automation/tosca/vcpe_config.json index 3daba8a0a..811124dc0 100755 --- a/test/hpa_automation/tosca/vcpe_config.json +++ b/test/hpa_automation/tosca/vcpe_config.json @@ -4,9 +4,13 @@ "aai_url" : "https://10.12.5.224:30233", "aai_username" : "AAI", "aai_password" : "AAI", - "sdc_catalog_url" : "http://10.12.6.235:30205", + "sdc_onboarding_url" : "http://10.12.5.202:8081", + "sdc_catalog_url" : "http://10.12.5.180:30205", "sdc_password" : "demo123456!", "sdc_creator" : "cs0008", + "sdc_tester" : "jm0007", + "sdc_governor" : "gv0001", + "sdc_operator" : "op0001", "multicloud_url" : "http://10.12.5.224:30280", "policy_url" : "https://10.12.6.235:30240", @@ -93,36 +97,103 @@ "owner-defined-type" : "t1", "cloud-zone" : "CloudZone", + "service_name" : "vCPE", + "customer_name" : "hpa_cust", + "subscriber_name" : "hpa_cust", + + "//" : "Onboarding parameters", + "vendor-name" : "Intel", + "entitlement-pool-name" : "hpa-pool", + "entitlement-description" : "hpa-pool", + "start-date" : "04/23/2019", + "expiry-date" : "12/31/2040", + "key-group-name" : "hpa-key", + "key-group-type" : "Universal", + "feature-grp-name" : "hpa-feature", + "feature-grp-desc" : "hpa-feature", + "part-no" : "hpa-part", + "agreement-name" : "hpa-agreement", + "agreement-desc" : "hpa-agreement", + + "onboarding-method" : "NetworkPackage", + + "//" : "Be sure to include single quotes in parameters that have spaces", + "project-code" : "000000", + "service-model-name" : "vcpe-hpa", + "service-model-desc" : "'hpa service model'", + "icon-id" : "network_l_1-3", + "category-display" : "'Network L1-3'", + "category" : "'network l1-3'", + + "service-test-remarks" : "test", + "service-accept-remarks" : "accepted", + "service-approve-remarks" : "approved", + "//" : "#Parameters to vfc", "vfc-url": "http://10.12.6.88:30280", "vnfs":{ "infra":{ "path": "/root/oclip/dublin/infra.csar", "csar-id": "You need change it", + "vsp-name" : "infra-hpa-vsp", + "vsp-desc" : "infra-hpa-vsp-desc", + "vsp-version" : "1.0", + "vf-name" : "infra-hpa-vf", + "vf-description" : "infra-hpa-vf", + "vf-remarks" :"remarkss", + "vf-version" : "1.0", "key": "key2", "value": "value2" }, "vgmux":{ "path": "/root/oclip/dublin/vgmux.csar", "csar-id": "You need change it", + "vsp-name" : "vgmux-hpa-vsp", + "vsp-desc" : "vgmux-hpa-vsp-desc", + "vsp-version" : "1.0", + "vf-name" : "vgmux-hpa-vf", + "vf-description" : "vgmux-hpa-vf", + "vf-remarks" :"remarkss", + "vf-version" : "1.0", "key": "key2", "value": "value2" }, "vbng":{ "path": "/root/oclip/dublin/vbng.csar", "csar-id": "You need change it", + "vsp-name" : "vbng-hpa-vsp", + "vsp-desc" : "vbng-hpa-vsp-desc", + "vsp-version" : "1.0", + "vf-name" : "vbng-hpa-vf", + "vf-description" : "vbng-hpa-vf", + "vf-remarks" :"remarkss", + "vf-version" : "1.0", "key": "key2", "value": "value2" }, "vbrgemu":{ "path": "/root/oclip/dublin/vbrgemu.csar", "csar-id": "You need change it", + "vsp-name" : "vbrgemu-hpa-vsp", + "vsp-desc" : "vbgremu-hpa-vsp-desc", + "vsp-version" : "1.0", + "vf-name" : "vbgremu-hpa-vf", + "vf-description" : "vbgremu-hpa-vf", + "vf-remarks" :"remarkss", + "vf-version" : "1.0", "key": "key2", "value": "value2" }, "vgw":{ "path": "/opt/oclip/dublin/vgw.csar", "csar-id": "You need change it", + "vsp-name" : "vgw-hpa-vsp", + "vsp-desc" : "vgw-hpa-vsp-desc", + "vsp-version" : "1.0", + "vf-name" : "vgw-hpa-vf", + "vf-description" : "vgw-hpa-vf", + "vf-remarks" :"remarkss", + "vf-version" : "1.0", "key": "key2", "value": "value2" } |