aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/charts/aai-resources/resources/config/janusgraph-realtime.properties
diff options
context:
space:
mode:
authorBorislav Glozman <Borislav.Glozman@amdocs.com>2018-05-14 17:43:40 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-14 17:43:40 +0000
commitd15a0f33b9fc5b21a94968b6e21a4606488b6436 (patch)
tree6bc748784bdface40a14ff4686652b58e04a1850 /kubernetes/aai/charts/aai-resources/resources/config/janusgraph-realtime.properties
parent32c36bd877ab102d35151e5e72ac9e17230693cd (diff)
parent26b650faf9e28c3d9c93250dca8d0d3c19c65dfe (diff)
Merge "Fix aai-cassandra service"
Diffstat (limited to 'kubernetes/aai/charts/aai-resources/resources/config/janusgraph-realtime.properties')
-rw-r--r--kubernetes/aai/charts/aai-resources/resources/config/janusgraph-realtime.properties3
1 files changed, 1 insertions, 2 deletions
diff --git a/kubernetes/aai/charts/aai-resources/resources/config/janusgraph-realtime.properties b/kubernetes/aai/charts/aai-resources/resources/config/janusgraph-realtime.properties
index 875a8a5977..d8f6f71f80 100644
--- a/kubernetes/aai/charts/aai-resources/resources/config/janusgraph-realtime.properties
+++ b/kubernetes/aai/charts/aai-resources/resources/config/janusgraph-realtime.properties
@@ -26,8 +26,7 @@ query.smart-limit=false
# the following parameters are not reloaded automatically and require a manual bounce
storage.backend=cassandra
-storage.hostname={{- range $i, $e := until $seed_size }}{{ $global.Release.Name }}-aai-cassandra-{{ $i }},{{- end }}
-
+storage.hostname={{- range $i, $e := until $seed_size }}{{ $global.Release.Name }}-{{$global.Values.global.cassandra.serviceName}}-{{ $i }}.{{$global.Values.global.cassandra.serviceName}},{{- end }}
storage.cassandra.keyspace=aaigraph
storage.cassandra.read-consistency-level=LOCAL_QUORUM