diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2018-04-25 21:24:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-25 21:24:47 +0000 |
commit | 072b797007a0890733cc62decec81e7cf2a12a36 (patch) | |
tree | 9eac4ef1f67b9cd531148b054fe10c49a07383ba /kubernetes/aai/charts/aai-resources/resources/config/janusgraph-cached.properties | |
parent | 7f66e9ed1b5ec99ff5997cf294a8b608c556ad6b (diff) | |
parent | c0431299bb87c4fdfa175497cf651035c1c850c7 (diff) |
Merge "Fix the janus graph cached properties"
Diffstat (limited to 'kubernetes/aai/charts/aai-resources/resources/config/janusgraph-cached.properties')
-rw-r--r-- | kubernetes/aai/charts/aai-resources/resources/config/janusgraph-cached.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/aai/charts/aai-resources/resources/config/janusgraph-cached.properties b/kubernetes/aai/charts/aai-resources/resources/config/janusgraph-cached.properties index 7e94ae4418..e3128b8fa5 100644 --- a/kubernetes/aai/charts/aai-resources/resources/config/janusgraph-cached.properties +++ b/kubernetes/aai/charts/aai-resources/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 |