diff options
author | Haibin Huang <haibin.huang@intel.com> | 2019-05-16 11:51:20 +0000 |
---|---|---|
committer | Haibin Huang <haibin.huang@intel.com> | 2019-05-16 11:53:47 +0000 |
commit | 48dc6812243324d8ec45dece818fdfa2b996d094 (patch) | |
tree | 284ef57eedcd91827b40bb113a5559cce854490d /test/hpa_automation/tosca/vcpe_config.json | |
parent | 56c1b328b0c982efa3bc42ba78656c062553be8e (diff) |
Add vnfm register for vfc
Change-Id: I942c5740b30c7ca9fdd9af2c8cfa7f38af258cbf
Issue-ID: INT-795
Signed-off-by: Haibin Huang <haibin.huang@intel.com>
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" } |