summaryrefslogtreecommitdiffstats
path: root/champ-service
AgeCommit message (Collapse)AuthorFilesLines
2018-03-06Remove comment from champ-api.propertiesMichael Arrastia1-2/+0
Issue-ID: AAI-815 Change-Id: Ie6ba19b6aedcb2a679bb730240e66b2c8e03b585 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
2018-03-05Update event client package in champ-serviceMichael Arrastia1-2/+1
Update configuration of event publisher in champ-beans.xml to use correct ONAP package. Issue-ID: AAI-815 Change-Id: If666aacfa5ebb1478fe7f58042aa18da7c5fc54b Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
2018-03-05Add champ-service configurationMichael Arrastia4-0/+105
Define environment specific configuration in champ-beans.xml (test-config/champ-service/dynamic/conf/champ-beans.xml): Graph host: key="storage.hostname" value="aai.hbase.simpledemo.onap.org" Graph port: key="storage.hbase.ext.hbase.zookeeper.property.clientPort" value="2181" key="storage.port" value="2181" Event bus host: name="host" value="mr.api.simpledemo.openecomp.org:3904" Change-Id: I7c9c029047dd402dcd4a9d4023c33c532cf07e10 Issue-ID: AAI-815 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>