Add portal props at correct path
[aai/test-config.git] / champ-service / dynamic / conf / champ-beans.xml
index 28b4d8c..8abe258 100644 (file)
@@ -8,8 +8,7 @@
        http://www.springframework.org/schema/util/spring-util.xsd
        ">
 
-
-    <bean id="champEventPublisher" class="com.att.ecomp.event.client.DMaaPEventPublisher">
+    <bean id="champEventPublisher" class="org.onap.aai.event.client.DMaaPEventPublisher">
         <constructor-arg name="host" value="mr.api.simpledemo.openecomp.org:3904"/>
         <constructor-arg name="topic" value="champRawEventsOnap"/>
         <constructor-arg name="username" value="test"/>
         <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-onap.dev"/>
-        <entry key="storage.backend" value="hbase"/>
+        <entry key="graph.name" value="aaigraph"/>
+        <entry key="storage.backend" value="cassandra"/>
         <entry key="storage.hostname" value="aai.hbase.simpledemo.onap.org"/>
 
-        <!-- Hbase Config -->
+        <!-- Hbase Config 
         <entry key="storage.hbase.ext.hbase.zookeeper.property.clientPort" value="2181"/>
         <entry key="storage.hbase.ext.zookeeper.znode.parent" value="/hbase-unsecure"/>
+        -->
 
         <!-- Cassandra Config -->
-        <entry key="storage.port" value="2181"/>
+        <entry key="storage.port" value="9160"/>
     </util:map>
 
     <!-- Titan Implementation -->
+    <!--
     <bean id="graphBuilder" class="org.onap.aai.champtitan.graph.impl.TitanChampGraphImpl$Builder">
         <constructor-arg value="aaigraph-onap.dev"/>
         <constructor-arg ref="props" />
@@ -46,9 +47,9 @@
     <bean id="graphImpl" class="org.onap.aai.champtitan.graph.impl.TitanChampGraphImpl">
         <constructor-arg ref="graphBuilder" />
     </bean>
+    -->
 
     <!-- Janus Implementation -->
-<!--
     <bean id="graphBuilder" class="org.onap.aai.champjanus.graph.impl.JanusChampGraphImpl$Builder">
         <constructor-arg value="<%= @CHAMP_GRAPH_NAME %>"/>
         <constructor-arg ref="props"/>
@@ -56,7 +57,6 @@
     <bean id="graphImpl" class="org.onap.aai.champjanus.graph.impl.JanusChampGraphImpl">
         <constructor-arg ref="graphBuilder"/>
     </bean>
--->
 
     <bean id="champUUIDService" class="org.onap.champ.service.ChampUUIDService">
         <constructor-arg name="graphImpl" ref="graphImpl"/>