summaryrefslogtreecommitdiffstats
path: root/charts/aai-traversal/resources
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2018-04-25 16:44:35 -0400
committerKajur, Harish (vk250x) <vk250x@att.com>2018-04-25 16:46:27 -0400
commit41481c56c6d583ea6df95159db413fc9e9640d6a (patch)
treedb8eb9422084b6b29a9059e4c65f15c78c4525ae /charts/aai-traversal/resources
parentaba3de5ac8ab12ddc8beebd439f776b994e0b1ad (diff)
Fix the janus graph cached properties
missing the global release name Change-Id: Ieebed34bd115763dadd4452cf91ab1205f0f9c53 Issue-ID: AAI-1100 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'charts/aai-traversal/resources')
-rw-r--r--charts/aai-traversal/resources/config/janusgraph-cached.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/charts/aai-traversal/resources/config/janusgraph-cached.properties b/charts/aai-traversal/resources/config/janusgraph-cached.properties
index 7e94ae4..e3128b8 100644
--- a/charts/aai-traversal/resources/config/janusgraph-cached.properties
+++ b/charts/aai-traversal/resources/config/janusgraph-cached.properties
@@ -24,10 +24,10 @@ query.fast-property=true
query.smart-limit=false
{{- $seed_size := default 1 .Values.global.cassandra.replicas | int -}}
+{{- $global := . }}
-# the following parameters are not reloaded automatically and require a manual bounce
storage.backend=cassandra
-storage.hostname={{- range $i, $e := until $seed_size }}aai-cassandra-{{ $i }},{{- end }}
+storage.hostname={{- range $i, $e := until $seed_size }}{{ $global.Release.Name }}-aai-cassandra-{{ $i }},{{- end }}
storage.cassandra.keyspace=aaigraph