summaryrefslogtreecommitdiffstats
path: root/kubernetes/robot
diff options
context:
space:
mode:
authorTaka Cho <takamune.cho@att.com>2019-03-21 17:34:39 -0400
committerTaka Cho <takamune.cho@att.com>2019-03-21 17:35:20 -0400
commit31145acc938b20c14f0a25d0e0bc3c9c88a897ce (patch)
tree0a0700e54eb8ef286c7a1fe098a7fda4a800ff8a /kubernetes/robot
parent4e4c628e28b5b6c16f30afbb8e2eba50f9f4280e (diff)
move cdt GUI to https
change http to https for appc's robot Change-Id: I0656e656eb062e2c6a1597db7b0589647831e87f Issue-ID: APPC-1551 Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'kubernetes/robot')
-rw-r--r--kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py b/kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py
index c23accd82f..d55fa8faca 100644
--- a/kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py
+++ b/kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py
@@ -26,7 +26,7 @@ GLOBAL_APPC_SERVER_PROTOCOL = "http"
GLOBAL_APPC_SERVER_PORT = "8282"
GLOBAL_APPC_USERNAME = "{{ .Values.appcUsername }}"
GLOBAL_APPC_PASSWORD = "{{ .Values.appcPassword }}"
-GLOBAL_APPC_CDT_SERVER_PROTOCOL = "http"
+GLOBAL_APPC_CDT_SERVER_PROTOCOL = "https"
GLOBAL_APPC_CDT_SERVER_PORT = "18080"
GLOBAL_APPC_CDT_USERNAME = "demo"
# sdc info - everything is from the private oam network (also called onap private network)