Fix issue with Champ startup 91/41791/1
authorsblimkie <steven.blimkie@amdocs.com>
Mon, 9 Apr 2018 19:01:02 +0000 (15:01 -0400)
committersblimkie <steven.blimkie@amdocs.com>
Mon, 9 Apr 2018 19:01:02 +0000 (15:01 -0400)
Change-Id: If8636287f1071ba664b0c62a60cb7bc7185b2a47
Issue-ID: AAI-1012
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
champ-service/dynamic/conf/champ-beans.xml
docker-compose-app.yml

index a239a80..e254ed9 100644 (file)
         <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 -->
index 5ca3638..6a71ecc 100644 (file)
@@ -154,7 +154,7 @@ services:
       - AJSC_JETTY_BLOCKING_QUEUE_SIZE=200
       - MAX_HEAP=1024
       - SERVICE_BEANS=/opt/app/champ-service/dynamic/conf
-      - GRAPHIMPL=titan-deps
+      - GRAPHIMPL=janus-deps
     logging:
       driver: "json-file"
       options: