Update VID for AAF/HTTPS 15/67115/1
authorBrian Freeman <bf1936@att.com>
Mon, 17 Sep 2018 20:24:48 +0000 (15:24 -0500)
committerBrian Freeman <bf1936@att.com>
Mon, 17 Sep 2018 20:24:57 +0000 (15:24 -0500)
Issue-ID: VID-260
Change-Id: I8fd1d505bef2311975d54542410939cfdd472dab
Signed-off-by: Brian Freeman <bf1936@att.com>
kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py

index bcdd42b..9111644 100644 (file)
@@ -128,8 +128,8 @@ GLOBAL_SMS_SERVER_PROTOCOL = "https"
 GLOBAL_SMS_SERVER_NAME = "aaf-sms.{{include "common.namespace" .}}"
 GLOBAL_SMS_SERVER_PORT = "10443"
 # vid info - everything is from the private oam network (also called onap private network)
-GLOBAL_VID_SERVER_PROTOCOL = "http"
-GLOBAL_VID_SERVER_PORT = "8080"
+GLOBAL_VID_SERVER_PROTOCOL = "https"
+GLOBAL_VID_SERVER_PORT = "8443"
 GLOBAL_VID_USERNAME = "demo"
 GLOBAL_VID_PASSWORD = "Kp8bJ4SXszM0WX"
 GLOBAL_VID_HEALTH_USERNAME = "Default"