summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>2019-05-09 03:52:46 +0000
committerMahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>2019-05-09 03:53:28 +0000
commite2e3db41778f3c2b2502699c651ac8d2b1eb6a5f (patch)
treee7bbfab486d758065d86fdaffb6d3cdc0e5aa12f
parent59dfc695d54cc5499cc654449dabcf82f6d63f9c (diff)
Enable AAI to authenticate with cassandra
Change-Id: I7de526ea6dc1f01c6aad1db005853d5f5797700d Issue-ID: OOM-1835 Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
-rw-r--r--charts/aai-graphadmin/resources/config/migration/janusgraph-migration-cached.properties2
-rw-r--r--charts/aai-graphadmin/resources/config/migration/janusgraph-migration-real.properties2
2 files changed, 4 insertions, 0 deletions
diff --git a/charts/aai-graphadmin/resources/config/migration/janusgraph-migration-cached.properties b/charts/aai-graphadmin/resources/config/migration/janusgraph-migration-cached.properties
index 28e3089..ecfe54e 100644
--- a/charts/aai-graphadmin/resources/config/migration/janusgraph-migration-cached.properties
+++ b/charts/aai-graphadmin/resources/config/migration/janusgraph-migration-cached.properties
@@ -24,6 +24,8 @@ storage.backend=cassandra
#In case of upgrades from Casablanca provide the override aai.global.cassandra.existingInstServiceName=aai-cassandra
storage.hostname={{ .Values.global.cassandra.existingInstServiceName | default .Values.global.cassandra.serviceName }}
+storage.username={{.Values.global.cassandra.username}}
+storage.password={{.Values.global.cassandra.password}}
storage.cassandra.keyspace=aaigraph
storage.cassandra.read-consistency-level=LOCAL_QUORUM
diff --git a/charts/aai-graphadmin/resources/config/migration/janusgraph-migration-real.properties b/charts/aai-graphadmin/resources/config/migration/janusgraph-migration-real.properties
index 4c28b20..8ef28c9 100644
--- a/charts/aai-graphadmin/resources/config/migration/janusgraph-migration-real.properties
+++ b/charts/aai-graphadmin/resources/config/migration/janusgraph-migration-real.properties
@@ -24,6 +24,8 @@ storage.backend=cassandra
#In case of upgrades from Casablanca provide the override aai.global.cassandra.existingInstServiceName=aai-cassandra
storage.hostname={{ .Values.global.cassandra.existingInstServiceName | default .Values.global.cassandra.serviceName }}
+storage.username={{.Values.global.cassandra.username}}
+storage.password={{.Values.global.cassandra.password}}
storage.cassandra.keyspace=aaigraph
storage.cassandra.read-consistency-level=LOCAL_QUORUM