Refactor HEAT robot properties 43/59743/1
authorGary Wu <gary.i.wu@huawei.com>
Wed, 8 Aug 2018 21:45:35 +0000 (14:45 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Wed, 8 Aug 2018 21:45:35 +0000 (14:45 -0700)
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 <gary.i.wu@huawei.com>
boot/robot/integration_robot_properties.py

index f7a9905..a701dd4 100644 (file)
@@ -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"