summaryrefslogtreecommitdiffstats
path: root/kubernetes/robot/resources/config/eteshare
diff options
context:
space:
mode:
authorBilal A <bilal@research.att.com>2019-05-07 10:11:27 -0400
committerBilal A <bilal@research.att.com>2019-05-07 10:11:27 -0400
commit33fa54e73450ac9426c4d1992bc95d45830d385b (patch)
tree78768e54a0f2582b1c9885669bc0368e5fc2ec1e /kubernetes/robot/resources/config/eteshare
parent66c17a58abc0ba40e3129fdb5e5729022ae86453 (diff)
Authentication Params for New Policy Components
Updating username and password for new policy components' healthchecks. Change-Id: Ib1f0240a8fc8d106add81a98244bb78351bc8e40 Issue-ID: POLICY-1684 Signed-off-by: Bilal A <bilal@research.att.com>
Diffstat (limited to 'kubernetes/robot/resources/config/eteshare')
-rw-r--r--kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py2
1 files changed, 2 insertions, 0 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 b765db23d6..b3a3e2fc48 100644
--- a/kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py
+++ b/kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py
@@ -133,6 +133,8 @@ GLOBAL_POLICY_AUTH = "{{ .Values.policyAuth}}"
GLOBAL_POLICY_CLIENTAUTH = "{{ .Values.policyClientAuth}}"
GLOBAL_POLICY_USERNAME = "{{ .Values.policyUsername }}"
GLOBAL_POLICY_PASSWORD = "{{ .Values.policyPassword }}"
+GLOBAL_POLICY_HEALTHCHECK_USERNAME = "{{ .Values.policyComponentUsername }}"
+GLOBAL_POLICY_HEALTHCHECK_PASSWORD = "{{ .Values.policyComponentPassword }}"
# portal info - everything is from the private oam network (also called onap private network)
GLOBAL_PORTAL_SERVER_PROTOCOL = "http"
GLOBAL_PORTAL_SERVER_PORT = "8989"