summaryrefslogtreecommitdiffstats
path: root/charts/aai-traversal
diff options
context:
space:
mode:
authorJames Forsyth <jf2512@att.com>2019-05-08 15:04:50 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-08 15:04:50 +0000
commitc7303bf88f39d68bb6638a7c5ae84580370e918f (patch)
treefc6d4e14a9e0e1ecf2a2796d16be7cbeb0f09735 /charts/aai-traversal
parent459205f75a77711479daad529aa97e0de8d67b18 (diff)
parent4741afb6a2f1c94481ee73406b9590456a4e8c0f (diff)
Merge "Enable AAI to authenticate with cassandra"
Diffstat (limited to 'charts/aai-traversal')
-rw-r--r--charts/aai-traversal/resources/config/janusgraph-cached.properties2
-rw-r--r--charts/aai-traversal/resources/config/janusgraph-realtime.properties2
2 files changed, 4 insertions, 0 deletions
diff --git a/charts/aai-traversal/resources/config/janusgraph-cached.properties b/charts/aai-traversal/resources/config/janusgraph-cached.properties
index 9dc6636..5b9fd07 100644
--- a/charts/aai-traversal/resources/config/janusgraph-cached.properties
+++ b/charts/aai-traversal/resources/config/janusgraph-cached.properties
@@ -28,6 +28,8 @@ query.smart-limit=false
storage.backend=cassandra
storage.hostname={{.Values.global.cassandra.serviceName}}
storage.cassandra.keyspace=aaigraph
+storage.username={{.Values.global.cassandra.username}}
+storage.password={{.Values.global.cassandra.password}}
storage.cassandra.read-consistency-level=LOCAL_QUORUM
storage.cassandra.write-consistency-level=LOCAL_QUORUM
diff --git a/charts/aai-traversal/resources/config/janusgraph-realtime.properties b/charts/aai-traversal/resources/config/janusgraph-realtime.properties
index 8791a0b..3b99d8a 100644
--- a/charts/aai-traversal/resources/config/janusgraph-realtime.properties
+++ b/charts/aai-traversal/resources/config/janusgraph-realtime.properties
@@ -26,6 +26,8 @@ query.smart-limit=false
storage.backend=cassandra
storage.hostname={{.Values.global.cassandra.serviceName}}
storage.cassandra.keyspace=aaigraph
+storage.username={{.Values.global.cassandra.username}}
+storage.password={{.Values.global.cassandra.password}}
storage.cassandra.read-consistency-level=LOCAL_QUORUM
storage.cassandra.write-consistency-level=LOCAL_QUORUM