diff options
Diffstat (limited to 'test/hpa_automation/tosca/vcpe_config.json')
-rwxr-xr-x | test/hpa_automation/tosca/vcpe_config.json | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/test/hpa_automation/tosca/vcpe_config.json b/test/hpa_automation/tosca/vcpe_config.json index bfdbb0d6b..1277461ff 100755 --- a/test/hpa_automation/tosca/vcpe_config.json +++ b/test/hpa_automation/tosca/vcpe_config.json @@ -1,14 +1,14 @@ { "open_cli_product" : "onap-dublin", "open_cli_home" : "/root/cli/deployment/zip/target/deployunzip", - "aai_url" : "https://10.12.6.235:30233", + "aai_url" : "https://10.12.5.224:30233", "aai_username" : "AAI", "aai_password" : "AAI", "sdc_catalog_url" : "http://10.12.6.235:30205", "sdc_password" : "demo123456!", "sdc_creator" : "cs0008", - "multicloud_url" : "http://10.12.6.235:30280", + "multicloud_url" : "http://10.12.5.224:30280", "policy_url" : "https://10.12.6.235:30240", "policy_username" : "testpdp", "policy_password" : "alpha123", @@ -135,5 +135,17 @@ } } ], + "vnfm_params":{ + "GVNFMDRIVER":{ + "type": "gvnfmdriver", + "vendor": "vfc", + "version": "v1.0", + "url": "http://msb-iag:80/", + "vim-id": "CloudOwner_ONAP-POD-01-Rail-07", + "user-name": "admin", + "user-password": "admin", + "vnfm-version": "v1.0" + } + }, "sdc-controller-id": "2" } |