diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-08-08 14:45:35 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-08-08 14:45:35 -0700 |
commit | 684b119eb6fa4fed925da0b1668cc314b2ca9e56 (patch) | |
tree | c5c8fcd34ed393d24eac2a55a7e5b2b107b9b402 /boot/robot/integration_robot_properties.py | |
parent | 248e0fb8c855fcbde71b5e69e53aae6fbd8956f5 (diff) |
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 <gary.i.wu@huawei.com>
Diffstat (limited to 'boot/robot/integration_robot_properties.py')
-rw-r--r-- | boot/robot/integration_robot_properties.py | 8 |
1 files 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" |