summaryrefslogtreecommitdiffstats
path: root/components/aai-graphadmin/resources/config/janusgraph-cached.properties
diff options
context:
space:
mode:
Diffstat (limited to 'components/aai-graphadmin/resources/config/janusgraph-cached.properties')
-rw-r--r--components/aai-graphadmin/resources/config/janusgraph-cached.properties13
1 files changed, 6 insertions, 7 deletions
diff --git a/components/aai-graphadmin/resources/config/janusgraph-cached.properties b/components/aai-graphadmin/resources/config/janusgraph-cached.properties
index a943ba0..232262e 100644
--- a/components/aai-graphadmin/resources/config/janusgraph-cached.properties
+++ b/components/aai-graphadmin/resources/config/janusgraph-cached.properties
@@ -22,17 +22,16 @@ query.smart-limit=false
{{ if .Values.global.config.cluster.cassandra.dynamic }}
-storage.backend=cassandra
+storage.backend=cql
storage.hostname={{.Values.global.cassandra.serviceName}}
+storage.cql.keyspace=aaigraph
storage.username={{.Values.global.cassandra.username}}
storage.password={{.Values.global.cassandra.password}}
-storage.cassandra.keyspace=aaigraph
-
-storage.cassandra.read-consistency-level=LOCAL_QUORUM
-storage.cassandra.write-consistency-level=LOCAL_QUORUM
-storage.cassandra.replication-factor={{.Values.global.cassandra.replicas}}
-storage.cassandra.replication-strategy-class=org.apache.cassandra.locator.SimpleStrategy
+storage.cql.read-consistency-level=LOCAL_QUORUM
+storage.cql.write-consistency-level=LOCAL_QUORUM
+storage.cql.replication-factor={{.Values.global.cassandra.replicas}}
+storage.cql.only-use-local-consistency-for-system-operations=true
{{ else }}