diff options
author | James Forsyth <jf2512@att.com> | 2018-04-09 19:23:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-09 19:23:12 +0000 |
commit | 2c41376322b4dc3b2e8afc4d4ef7685439c3650a (patch) | |
tree | ff94ee753b03761be58fc272b098d661a0ad9ec6 /champ-service/dynamic/conf | |
parent | 5660267c79737937583f7f13a97c518c0f4d6548 (diff) | |
parent | 0176ae204f206d67de2cfb505f4617d135a732c9 (diff) |
Merge "Fix issue with Champ startup"
Diffstat (limited to 'champ-service/dynamic/conf')
-rw-r--r-- | champ-service/dynamic/conf/champ-beans.xml | 9 |
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 --> |