diff options
author | Marco Platania <platania@research.att.com> | 2018-08-13 12:59:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-13 12:59:50 +0000 |
commit | abaa8ecf29b2b93f25d8cd369ba0f333f367de04 (patch) | |
tree | 3c1660b651d0859b9e922be294ecc1e403443c98 | |
parent | 29002f98fefbc8171d0b5fc458eb70f3ffba0c6d (diff) | |
parent | 7c6ae09e80545a888f0d7eb5e5e3a44fbbf714cd (diff) |
Merge "Update SO container endpoints"
-rw-r--r-- | boot/robot/integration_robot_properties.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/boot/robot/integration_robot_properties.py b/boot/robot/integration_robot_properties.py index a701dd41..5facd54f 100644 --- a/boot/robot/integration_robot_properties.py +++ b/boot/robot/integration_robot_properties.py @@ -52,6 +52,16 @@ GLOBAL_MR_SERVER_PORT = "3904" # mso info - everything is from the private oam network (also called onap private network) GLOBAL_MSO_SERVER_PROTOCOL = "http" GLOBAL_MSO_SERVER_PORT = "8080" +# SO containers +GLOBAL_MSO_APIHAND_SERVER_PORT = "8080" +GLOBAL_MSO_ASDCHAND_SERVER_PORT = "8085" +GLOBAL_MSO_BPMN_SERVER_PORT = "8081" +GLOBAL_MSO_CATDB_SERVER_PORT = "8082" +GLOBAL_MSO_OPENSTACK_SERVER_PORT = "8087" +GLOBAL_MSO_REQDB_SERVER_PORT = "8083" +GLOBAL_MSO_SDNC_SERVER_PORT = "8090" +GLOBAL_MSO_VFC_SERVER_PORT = "8084" + GLOBAL_MSO_USERNAME = "InfraPortalClient" GLOBAL_MSO_PASSWORD = "password1$" # music info - everything is from the private oam network (also called onap private network) |