aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKanagaraj Manickam <mkr1481@gmail.com>2020-04-09 08:53:28 +0530
committerKanagaraj Manickam <kanagaraj.manickam@huawei.com>2020-04-09 08:53:28 +0530
commita995fce78ae63d33a0c48d825001ed7faea3b18f (patch)
treec2042e6975592442c9296a6914adb9a82395144c
parent4b3ce28d5c42f2bc8ca9445545895aa34ff09a03 (diff)
Robot HC CLI port setting
Issue-ID: CLI-261 Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com> Change-Id: I11ea69bf16f5e57b680c7a8260453c893a4bdd02
-rw-r--r--resources/config/eteshare/config/robot_properties.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/config/eteshare/config/robot_properties.py b/resources/config/eteshare/config/robot_properties.py
index 974a996..afbd2d2 100644
--- a/resources/config/eteshare/config/robot_properties.py
+++ b/resources/config/eteshare/config/robot_properties.py
@@ -152,7 +152,7 @@ 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 = "https"
-GLOBAL_CLI_SERVER_PORT = "8443"
+GLOBAL_CLI_SERVER_PORT = "443"
# dcae info - everything is from the private oam network (also called onap private network)
GLOBAL_DCAE_SERVER_PROTOCOL = "http"
GLOBAL_DCAE_HEALTH_SERVER_PORT = "80"