diff options
author | jmac <james.macnider@amdocs.com> | 2018-05-03 18:26:44 +0000 |
---|---|---|
committer | jmac <james.macnider@amdocs.com> | 2018-05-03 18:27:33 +0000 |
commit | 8379c527eac3f69a1180ed3b9ddc95f2f2c7952d (patch) | |
tree | d3e90d570e6bf353f8a9b98a017829f9f90254b1 /kubernetes/robot/resources | |
parent | 0c6d4b84819ef03fceaf64d220854432f4cbb6ca (diff) |
Fix old references to portalapps service
Change-Id: Icd3291be17b5c42ac9706e9c7b40ed26c9617300
Signed-off-by: jmac <james.macnider@amdocs.com>
Issue-ID: OOM-1042
Diffstat (limited to 'kubernetes/robot/resources')
-rwxr-xr-x | kubernetes/robot/resources/config/eteshare/config/vm_properties.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/robot/resources/config/eteshare/config/vm_properties.py b/kubernetes/robot/resources/config/eteshare/config/vm_properties.py index 7bb8c1c13c..6077626ff0 100755 --- a/kubernetes/robot/resources/config/eteshare/config/vm_properties.py +++ b/kubernetes/robot/resources/config/eteshare/config/vm_properties.py @@ -84,7 +84,7 @@ GLOBAL_INJECTED_PROPERTIES = { "GLOBAL_INJECTED_OPENSTACK_USERNAME" : "{{ .Values.openStackUserName }}", "GLOBAL_INJECTED_POLICY_IP_ADDR" : "pdp.{{include "common.namespace" .}}", "GLOBAL_INJECTED_POLICY_HEALTHCHECK_IP_ADDR" : "drools.{{include "common.namespace" .}}", - "GLOBAL_INJECTED_PORTAL_IP_ADDR" : "portalapps.{{include "common.namespace" .}}", + "GLOBAL_INJECTED_PORTAL_IP_ADDR" : "portal-app.{{include "common.namespace" .}}", "GLOBAL_INJECTED_PUBLIC_NET_ID" : "{{ .Values.openStackPublicNetId }}", "GLOBAL_INJECTED_REGION" : "{{ .Values.openStackRegion }}", "GLOBAL_INJECTED_REMOTE_REPO" : "http://gerrit.onap.org/r/testsuite/properties.git", |