diff options
author | ac2550 <ac2550@intl.att.com> | 2018-10-12 10:31:17 +0200 |
---|---|---|
committer | ac2550 <ac2550@intl.att.com> | 2018-10-12 10:31:51 +0200 |
commit | 8b0a156f7b0e758fa837190e0d6aff502b7b2a7b (patch) | |
tree | 063d3b302ddd8cf0ac503e6ea5fb774392f39f08 /resources/config | |
parent | 4d88f110417f151dee0d41092e70e4ca513f7ca6 (diff) |
Use HTTPS for Clamp HC
Issue-ID: CLAMP-231
Change-Id: I23f9b896d5cd1a5a35f291e00aa1e773278d0c6c
Signed-off-by: ac2550 <ac2550@intl.att.com>
Diffstat (limited to 'resources/config')
-rw-r--r-- | resources/config/eteshare/config/integration_robot_properties.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/resources/config/eteshare/config/integration_robot_properties.py b/resources/config/eteshare/config/integration_robot_properties.py index ad09e44..f459e9d 100644 --- a/resources/config/eteshare/config/integration_robot_properties.py +++ b/resources/config/eteshare/config/integration_robot_properties.py @@ -37,8 +37,8 @@ GLOBAL_ASDC_BE_ONBOARD_PORT = "8081" GLOBAL_ASDC_BE_USERNAME = "beep" GLOBAL_ASDC_BE_PASSWORD = "boop" # clamp info - everything is from the private oam network (also called onap private network) -GLOBAL_CLAMP_SERVER_PROTOCOL = "http" -GLOBAL_CLAMP_SERVER_PORT = "8080" +GLOBAL_CLAMP_SERVER_PROTOCOL = "https" +GLOBAL_CLAMP_SERVER_PORT = "8443" # nbi info - everything is from the private oam network (also called onap private network) GLOBAL_NBI_SERVER_PROTOCOL = "http" GLOBAL_NBI_SERVER_PORT = "8080" @@ -147,4 +147,3 @@ GLOBAL_PROXY_WARNING_CONTINUE_XPATH="" GLOBAL_DNS_TRAFFIC_DURATION = "600" # location where heat templates are loaded from GLOBAL_HEAT_TEMPLATES_FOLDER = "/var/opt/OpenECOMP_ETE/demo/heat" - |