Merge "Correcting portal k8s configmap service names"
authorMike Elliott <mike.elliott@amdocs.com>
Fri, 6 Apr 2018 19:32:27 +0000 (19:32 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 6 Apr 2018 19:32:27 +0000 (19:32 +0000)
1  2 
kubernetes/robot/resources/config/eteshare/config/vm_properties.py

@@@ -23,9 -23,9 +23,9 @@@ GLOBAL_INJECTED_OPENO_IP_ADDR = "msb-ia
  GLOBAL_INJECTED_OPENSTACK_PASSWORD = "{{ .Values.openStackEncryptedPassword }}"
  GLOBAL_INJECTED_OPENSTACK_TENANT_ID = "{{ .Values.openStackTenantId }}"
  GLOBAL_INJECTED_OPENSTACK_USERNAME = "{{ .Values.openStackUserName }}"
 -GLOBAL_INJECTED_POLICY_IP_ADDR = "{{.Release.Name}}-pypdp.{{include "common.namespace" .}}"
 +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" .}}"