diff options
author | Varun Gudisena <vg411h@att.com> | 2017-09-21 00:24:26 -0500 |
---|---|---|
committer | Varun Gudisena <vg411h@att.com> | 2017-09-21 00:24:33 -0500 |
commit | b846e234b995fa59cd61f0a13eee3e8e215cd2ae (patch) | |
tree | ac5bbb9cb3c6859fbf3eb88b634274dbfdaeaea3 | |
parent | 8f58260cd958316eca41eee5bb0fc43f47bbeaac (diff) |
Updated zookeeper property
Updaed zookeeper property to easily replace hostname
using shell script for Robot Tests
issue-id: DMAAP-139
Change-Id: I7509a038546ed5575032f8c3bc27e49b56ef6c71
Signed-off-by: Varun Gudisena <vg411h@att.com>
-rw-r--r-- | bundleconfig-local/etc/appprops/MsgRtrApi.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundleconfig-local/etc/appprops/MsgRtrApi.properties b/bundleconfig-local/etc/appprops/MsgRtrApi.properties index 45532de..18a538b 100644 --- a/bundleconfig-local/etc/appprops/MsgRtrApi.properties +++ b/bundleconfig-local/etc/appprops/MsgRtrApi.properties @@ -37,7 +37,7 @@ ## Both Cambria and Kafka make use of Zookeeper. ## #config.zk.servers=172.18.1.1 -config.zk.servers=localhost +config.zk.servers=<zookeeper_host> #config.zk.root=/fe3c/cambria/config |