summaryrefslogtreecommitdiffstats
path: root/champ-service
diff options
context:
space:
mode:
authorsblimkie <steven.blimkie@amdocs.com>2018-04-09 15:01:02 -0400
committersblimkie <steven.blimkie@amdocs.com>2018-04-09 15:01:02 -0400
commit0176ae204f206d67de2cfb505f4617d135a732c9 (patch)
tree9804313022a5153f49d144a7aed82478ba399d93 /champ-service
parent06910241dc9e8b48fa44f0796583bb4e0de7bf55 (diff)
Fix issue with Champ startup
Change-Id: If8636287f1071ba664b0c62a60cb7bc7185b2a47 Issue-ID: AAI-1012 Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
Diffstat (limited to 'champ-service')
-rw-r--r--champ-service/dynamic/conf/champ-beans.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/champ-service/dynamic/conf/champ-beans.xml b/champ-service/dynamic/conf/champ-beans.xml
index a239a80..e254ed9 100644
--- a/champ-service/dynamic/conf/champ-beans.xml
+++ b/champ-service/dynamic/conf/champ-beans.xml
@@ -25,16 +25,17 @@
<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 -->