diff options
author | Itohan Ukponmwan <itohan.ukponmwan@intel.com> | 2019-09-13 00:08:39 +0000 |
---|---|---|
committer | Itohan Ukponmwan <itohan.ukponmwan@intel.com> | 2019-09-13 00:46:18 +0000 |
commit | 63929cfc099d8a39bf9854dd7fbb1f32490e1147 (patch) | |
tree | 841dcf831655ed805f7572a525e9864532b8555f /test/hpa_automation/heat/hpa_automation_config.json | |
parent | 0b06f78094bf11112f57d32d741e349108c34042 (diff) |
Fixed Bugs in HPA automtion script
Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com>
Issue-ID: INT-1137
Change-Id: I89fefb02d7d58453d490499716c581cb66895b59
Diffstat (limited to 'test/hpa_automation/heat/hpa_automation_config.json')
-rwxr-xr-x | test/hpa_automation/heat/hpa_automation_config.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/hpa_automation/heat/hpa_automation_config.json b/test/hpa_automation/heat/hpa_automation_config.json index 94ef7c81b..0ae106368 100755 --- a/test/hpa_automation/heat/hpa_automation_config.json +++ b/test/hpa_automation/heat/hpa_automation_config.json @@ -1,7 +1,7 @@ { "open_cli_product" : "onap-dublin", -"open_cli_home" : "/root/cli/deployment/zip/target/deployunzip", +"open_cli_home" : "/opt/oclip", "aai_url" : "https://10.12.6.235:30233", "aai_username" : "AAI", "aai_password" : "AAI", @@ -13,10 +13,10 @@ "sdc_governor" : "gv0001", "sdc_operator" : "op0001", "csar-file-path" : "/root/automation_stuff/hpa_zip_files/vfw_hpa.zip", -"sdnc_url" : "http://10.12.6.235:30202", +"sdnc_url" : "http://10.12.6.235:30208", "sdnc_user" : "admin", "sdnc_password" : "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U", -"sdnc_preload_file" : "/root/automation_stuff/vfw_hpa_preload.txt", +"sdnc_preload_file" : "/root/integration/test/hpa_automation/heat/sample_vfw_hpa_preload.txt", "so_url" : "http://10.12.6.235:30277", "so_username" : "InfraPortalClient", "so_password" : "password1$", @@ -28,8 +28,8 @@ "policy_url" : "https://10.12.6.235:30694", "policy_username" : "testpdp", "policy_password" : "alpha123", -"policy_directory" : "/root/automation_stuff/vfw_policies", -"policy_scope" : "OSDF_CASABLANCA", +"policy_directory" : "/root/integration/test/hpa_automation/heat/sample_vfw_policies", +"policy_scope" : "OSDF_DUBLIN", "policy_onapName" : "SampleDemo", "policy_config_type": "MicroService", "policy_pdp_group" : "default", |