Merge "AAI-UI es index are not getting populated" into beijing
authorBorislav Glozman <Borislav.Glozman@amdocs.com>
Wed, 18 Jul 2018 16:21:28 +0000 (16:21 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 18 Jul 2018 16:21:28 +0000 (16:21 +0000)
kubernetes/aai/charts/aai-champ/resources/config/dynamic/conf/champ-beans.xml

index b3d7bc2..b2c41ec 100644 (file)
@@ -30,7 +30,7 @@ xsi:schemaLocation="
 
         {{- $seed_size := default 1 .Values.global.cassandra.replicas | int -}}
         {{- $global := . }}
-        <entry key="storage.hostname" value="{{- range $i, $e := until $seed_size }}{{ $global.Release.Name }}-aai-cassandra-{{ $i }},{{- end }}"/>
+        <entry key="storage.hostname" value="{{- range $i, $e := until $seed_size }}{{ $global.Release.Name }}-{{$global.Values.global.cassandra.serviceName}}-{{ $i }}.{{$global.Values.global.cassandra.serviceName}},{{- end }}"/>
         <entry key="storage.port" value="9160"/>
     </util:map>