diff options
author | Daniel Silverthorn <daniel.silverthorn@amdocs.com> | 2018-04-27 14:25:50 +0000 |
---|---|---|
committer | Daniel Silverthorn <daniel.silverthorn@amdocs.com> | 2018-04-27 14:27:32 +0000 |
commit | 3130b90d74e3c896afef0e8db097af5bf54b87fc (patch) | |
tree | efac51e76df2f2ab1dfb8279942e938d5303ecb9 /kubernetes | |
parent | 880fa5c26aab08e504a887e2659828693c2b12fd (diff) |
Change graph name to match resources
Change-Id: Iad21b14e5dde25271c3f274dfc437b423c6d46e9
Issue-ID: OOM-1015
Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/aai/charts/aai-champ/resources/config/dynamic/conf/champ-beans.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/kubernetes/aai/charts/aai-champ/resources/config/dynamic/conf/champ-beans.xml b/kubernetes/aai/charts/aai-champ/resources/config/dynamic/conf/champ-beans.xml index 6a66811e8c..a271402637 100644 --- a/kubernetes/aai/charts/aai-champ/resources/config/dynamic/conf/champ-beans.xml +++ b/kubernetes/aai/charts/aai-champ/resources/config/dynamic/conf/champ-beans.xml @@ -21,9 +21,8 @@ xsi:schemaLocation=" <entry key="champcore.event.stream.publisher-pool-size" value="10" value-type="java.lang.Integer"/> <entry key="champcore.event.stream.publisher" value-ref="champEventPublisher"/> - <entry key="graph.name" value="aaigraph.dev"/> + <entry key="graph.name" value="aaigraph"/> <entry key="storage.backend" value="cassandra"/> - <entry key="storage.cassandra.keyspace" value="aaigraph"/> <entry key="storage.cassandra.read-consistency-level" value="LOCAL_QUORUM"/> <entry key="storage.cassandra.write-consistency-level" value="LOCAL_QUORUM"/> <entry key="storage.cassandra.replication-factor" value="3"/> @@ -37,7 +36,7 @@ xsi:schemaLocation=" <!-- Janus Implementation --> <bean id="graphBuilder" class="org.onap.aai.champjanus.graph.impl.JanusChampGraphImpl$Builder"> - <constructor-arg value="aaigraph.dev"/> + <constructor-arg value="aaigraph"/> <constructor-arg ref="props" /> </bean> |