diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-04-06 19:32:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-06 19:32:27 +0000 |
commit | 18ab46f8dec964b4eedf21c8b996b505a908e62a (patch) | |
tree | d91271139392c891a195a58ed487f8d4a2c3ac1f /resources/config/eteshare | |
parent | d857a37e778ff6fb0ebf18aa4ca36d66218fb127 (diff) | |
parent | a8680a4f55c7d1acbbca3e5bf71a35120752ebd7 (diff) |
Merge "Correcting portal k8s configmap service names"
Diffstat (limited to 'resources/config/eteshare')
-rwxr-xr-x | resources/config/eteshare/config/vm_properties.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/config/eteshare/config/vm_properties.py b/resources/config/eteshare/config/vm_properties.py index 7900eac..c62c440 100755 --- a/resources/config/eteshare/config/vm_properties.py +++ b/resources/config/eteshare/config/vm_properties.py @@ -25,7 +25,7 @@ GLOBAL_INJECTED_OPENSTACK_TENANT_ID = "{{ .Values.openStackTenantId }}" GLOBAL_INJECTED_OPENSTACK_USERNAME = "{{ .Values.openStackUserName }}" GLOBAL_INJECTED_POLICY_IP_ADDR = "pdp.{{include "common.namespace" .}}" GLOBAL_INJECTED_POLICY_HEALTHCHECK_IP_ADDR = "{{.Release.Name}}-drools.{{include "common.namespace" .}}" -GLOBAL_INJECTED_PORTAL_IP_ADDR = "{{.Release.Name}}-portalapps.{{include "common.namespace" .}}" +GLOBAL_INJECTED_PORTAL_IP_ADDR = "{{.Release.Name}}-portal-app.{{include "common.namespace" .}}" GLOBAL_INJECTED_REGION = "{{ .Values.openStackRegion }}" GLOBAL_INJECTED_REMOTE_REPO = "http://gerrit.onap.org/r/testsuite/properties.git" GLOBAL_INJECTED_SDC_IP_ADDR = "{{.Release.Name}}-sdc-be.{{include "common.namespace" .}}" |