Change graph name to match resources 21/45121/1
authorDaniel Silverthorn <daniel.silverthorn@amdocs.com>
Fri, 27 Apr 2018 14:25:50 +0000 (14:25 +0000)
committerDaniel Silverthorn <daniel.silverthorn@amdocs.com>
Fri, 27 Apr 2018 14:27:32 +0000 (14:27 +0000)
Change-Id: Iad21b14e5dde25271c3f274dfc437b423c6d46e9
Issue-ID: OOM-1015
Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
kubernetes/aai/charts/aai-champ/resources/config/dynamic/conf/champ-beans.xml

index 6a66811..a271402 100644 (file)
@@ -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>