From a995fce78ae63d33a0c48d825001ed7faea3b18f Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam Date: Thu, 9 Apr 2020 08:53:28 +0530 Subject: Robot HC CLI port setting Issue-ID: CLI-261 Signed-off-by: Kanagaraj Manickam Change-Id: I11ea69bf16f5e57b680c7a8260453c893a4bdd02 --- resources/config/eteshare/config/robot_properties.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.2.3-korg