summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMandeep Khinda <Mandeep.Khinda@amdocs.com>2018-09-12 14:27:09 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-12 14:27:09 +0000
commita94c8f8ecf47982e609afa70d7bc88bdcab5cea5 (patch)
treea7b6f5f2791c165ce760587cb98d4338d8cf01c1
parent63d275457861fe3bc7a140006647eb709e450c9a (diff)
parent9fe7a42f299e81bdaf1f5851469c25c2e51e632f (diff)
Merge "use https for healthchecks and vfw script"
-rw-r--r--resources/config/eteshare/config/integration_robot_properties.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/config/eteshare/config/integration_robot_properties.py b/resources/config/eteshare/config/integration_robot_properties.py
index a4a359a..bcdd42b 100644
--- a/resources/config/eteshare/config/integration_robot_properties.py
+++ b/resources/config/eteshare/config/integration_robot_properties.py
@@ -105,7 +105,7 @@ GLOBAL_PACKET_GENERATOR_USERNAME = "admin"
GLOBAL_PACKET_GENERATOR_PASSWORD = "admin"
GLOBAL_PGN_PORT = "2831"
# policy info - everything is from the private oam network (also called onap private network)
-GLOBAL_POLICY_SERVER_PROTOCOL = "http"
+GLOBAL_POLICY_SERVER_PROTOCOL = "https"
GLOBAL_POLICY_SERVER_PORT = "8081"
GLOBAL_POLICY_HEALTHCHECK_PORT = "6969"
GLOBAL_POLICY_AUTH = "dGVzdHBkcDphbHBoYTEyMw=="