Merge "Change graph name to match resources"
authorMandeep Khinda <Mandeep.Khinda@amdocs.com>
Wed, 2 May 2018 17:43:46 +0000 (17:43 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 2 May 2018 17:43:46 +0000 (17:43 +0000)
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>