From 684b119eb6fa4fed925da0b1668cc314b2ca9e56 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Wed, 8 Aug 2018 14:45:35 -0700 Subject: [PATCH] Refactor HEAT robot properties Change properties file in HEAT to match OOM as much as possible to facilitate diffing between the two. Change-Id: I4c52281fc24dd81a5b4e878db7f31fd40a9e54e5 Issue-ID: INT-605 Signed-off-by: Gary Wu --- boot/robot/integration_robot_properties.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/boot/robot/integration_robot_properties.py b/boot/robot/integration_robot_properties.py index f7a9905c..a701dd41 100644 --- a/boot/robot/integration_robot_properties.py +++ b/boot/robot/integration_robot_properties.py @@ -82,16 +82,16 @@ GLOBAL_PORTAL_SERVER_PROTOCOL = "http" GLOBAL_PORTAL_SERVER_PORT = "8989" GLOBAL_PORTAL_USERNAME = "demo" GLOBAL_PORTAL_PASSWORD = "Kp8bJ4SXszM0WXlhak3eHlcse" -# secret management service info -GLOBAL_SMS_SERVER_PROTOCOL = "https" -GLOBAL_SMS_SERVER_NAME = "aaf-sms.api.simpledemo.onap.org" -GLOBAL_SMS_SERVER_PORT = "10443" # sdngc info - everything is from the private oam network (also called onap private network) GLOBAL_SDNGC_SERVER_PROTOCOL = "http" GLOBAL_SDNGC_REST_PORT = "8282" GLOBAL_SDNGC_ADMIN_PORT = "8843" GLOBAL_SDNGC_USERNAME = "admin" GLOBAL_SDNGC_PASSWORD = "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U" +# sms (AAF) info +GLOBAL_SMS_SERVER_PROTOCOL = "https" +GLOBAL_SMS_SERVER_NAME = "aaf-sms.api.simpledemo.onap.org" +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" -- 2.16.6