diff options
author | mrichomme <morgan.richomme@orange.com> | 2019-11-26 09:50:14 +0100 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2019-11-26 09:56:42 +0100 |
commit | eb01b0f5e5f9919499d76e5aaff997c9fafdda93 (patch) | |
tree | ad29d24e8244f530e551b35c3c102f495ed8bc15 | |
parent | 31450dcb11d18b81098b43d0d0b7ecdb0d69e238 (diff) |
Update MSB end point to https
change protocol from http to https
and port from 80 to 443
impacted healthcheck tests: msb, multicloud, vfc
Issue-ID: VFC-1591
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I44d03d14df43b6e1df81b27da0ee455cc9045ce4
-rw-r--r-- | resources/config/eteshare/config/robot_properties.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/config/eteshare/config/robot_properties.py b/resources/config/eteshare/config/robot_properties.py index 0c93cc2..80d8a6a 100644 --- a/resources/config/eteshare/config/robot_properties.py +++ b/resources/config/eteshare/config/robot_properties.py @@ -200,8 +200,8 @@ GLOBAL_POMBA_ELASTICSEARCH_PORT = "9200" GLOBAL_POMBA_CONTEXTAGGREGATOR_PORT = "9529" # microservice bus info - everything is from the private oam network (also called onap private network) -GLOBAL_MSB_SERVER_PROTOCOL = "http" -GLOBAL_MSB_SERVER_PORT = "80" +GLOBAL_MSB_SERVER_PROTOCOL = "https" +GLOBAL_MSB_SERVER_PORT = "443" # message router info - everything is from the private oam network (also called onap private network) GLOBAL_MR_SERVER_PROTOCOL = "http" GLOBAL_MR_SERVER_PORT = "3904" |