diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-03-25 17:38:41 +0100 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2020-03-25 17:38:41 +0100 |
commit | 656326e3073f9f8fd4139bb1e585722d8025cb75 (patch) | |
tree | a557ea43005278fce876658539ff2e6a444f43e3 /resources/config | |
parent | ac2783f70a211de9642de744a0a1d3c3dbe920c6 (diff) |
Adapt NBI robot healthcheck to HTTPS
Issue-ID: EXTAPI-415
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I9caaf093c56bf6a6b0d7564dca7485cec811cb22
Diffstat (limited to 'resources/config')
-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 c2ba755..22bac78 100644 --- a/resources/config/eteshare/config/robot_properties.py +++ b/resources/config/eteshare/config/robot_properties.py @@ -148,8 +148,8 @@ GLOBAL_SDC_AUTHENTICATION = [GLOBAL_SDC_USERNAME, GLOBAL_SDC_PASSWORD] GLOBAL_CLAMP_SERVER_PROTOCOL = "https" GLOBAL_CLAMP_SERVER_PORT = "8443" # nbi info - everything is from the private oam network (also called onap private network) -GLOBAL_NBI_SERVER_PROTOCOL = "http" -GLOBAL_NBI_SERVER_PORT = "8080" +GLOBAL_NBI_SERVER_PROTOCOL = "https" +GLOBAL_NBI_SERVER_PORT = "8443" # cli info - everything is from the private oam network (also called onap private network) GLOBAL_CLI_SERVER_PROTOCOL = "http" GLOBAL_CLI_SERVER_PORT = "8080" |