diff options
author | st782s <statta@research.att.com> | 2018-04-07 05:18:34 -0400 |
---|---|---|
committer | st782s <statta@research.att.com> | 2018-04-07 05:19:33 -0400 |
commit | 7c63110b31650d97e658ce42c9dbb8810316fdc2 (patch) | |
tree | e83fb3128b8463cee373c69cd702e0743e84074d /deliveries/properties_simpledemo/ONAPPORTAL | |
parent | 322bf26b313ef40291f7e58204c2d52f49ae0b11 (diff) |
CSIT Jobs Fix
For CSIT jobs to run map dns of cassandra and zk to local docker
Issue-ID: PORTAL-183
Change-Id: Idcb2ce97a5b40d63dd3e4cd84690680feae70ceb
Signed-off-by: st782s <statta@research.att.com>
Diffstat (limited to 'deliveries/properties_simpledemo/ONAPPORTAL')
-rw-r--r-- | deliveries/properties_simpledemo/ONAPPORTAL/music.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deliveries/properties_simpledemo/ONAPPORTAL/music.properties b/deliveries/properties_simpledemo/ONAPPORTAL/music.properties index 8d0b3253..89090448 100644 --- a/deliveries/properties_simpledemo/ONAPPORTAL/music.properties +++ b/deliveries/properties_simpledemo/ONAPPORTAL/music.properties @@ -14,7 +14,7 @@ music.serialize.compress = true music.atomic.get = false music.atomic.put = true -cassandra.host=portal.api.simpledemo.onap.org -zookeeper.host=portal.api.simpledemo.onap.org +cassandra.host=portal-cassandra +zookeeper.host=portal-zk cassandra.user=root cassandra.password=Aa123456
\ No newline at end of file |