diff options
author | Brian Freeman <bf1936@att.com> | 2018-09-17 15:24:48 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2018-09-17 15:24:57 -0500 |
commit | 3a7551d63b16310a2cba23698d26e22f09bd73ad (patch) | |
tree | 84a673af6473e52d185ade01ebd308c4e88af8e2 | |
parent | 9b5fa0aa7a77c0dede61bf9237e2e4acfa4a5a3b (diff) |
Update VID for AAF/HTTPS
Issue-ID: VID-260
Change-Id: I8fd1d505bef2311975d54542410939cfdd472dab
Signed-off-by: Brian Freeman <bf1936@att.com>
-rw-r--r-- | resources/config/eteshare/config/integration_robot_properties.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/config/eteshare/config/integration_robot_properties.py b/resources/config/eteshare/config/integration_robot_properties.py index bcdd42b..9111644 100644 --- a/resources/config/eteshare/config/integration_robot_properties.py +++ b/resources/config/eteshare/config/integration_robot_properties.py @@ -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" |