diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2018-09-12 14:27:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-12 14:27:09 +0000 |
commit | 908fc8cb12a093a7b81fc4f8a938fafbdd9356d8 (patch) | |
tree | 66a4b74a1be59d61274986925b74f67d261a8675 /kubernetes/robot/resources/config/eteshare | |
parent | 37fc0875f12b54f3992160f99eb136b0134ad79e (diff) | |
parent | f30d5c2d6c1102c5f4ccf285444ffe6aafed6bba (diff) |
Merge "use https for healthchecks and vfw script"
Diffstat (limited to 'kubernetes/robot/resources/config/eteshare')
-rw-r--r-- | kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py b/kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py index a4a359a9dd..bcdd42bd14 100644 --- a/kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py +++ b/kubernetes/robot/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==" |