summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenkata Harish Kajur <vk250x@att.com>2019-05-09 19:54:00 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-09 19:54:00 +0000
commite67a94e6be333271c8237d6ebd5fb0f489401350 (patch)
tree2256574e62b297d349e3bc50717810c009b7f40d
parent1b28e45136d5096ef4c07f4142c76b45224b3cf4 (diff)
parente2e3db41778f3c2b2502699c651ac8d2b1eb6a5f (diff)
Merge "Enable AAI to authenticate with cassandra"
-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