Install zoo.cfg for zookeeper testing
Again, this is why we don't want to depend on zookeeper for testing, more distro specific things we need to carry. Change-Id: Id221cd955e789d4a11721777f32d21c227afecf3 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
a6b24f0a25
commit
16afcc0be8
@ -4,5 +4,10 @@
|
||||
# it sets up the test system as needed.
|
||||
# Developers should setup their test systems in a similar way.
|
||||
|
||||
# On fedora we need to copy sample config
|
||||
if [ -f /etc/zookeeper/zoo_sample.cfg ]; then
|
||||
sudo cp /etc/zookeeper/zoo_sample.cfg /etc/zookeeper/zoo.cfg
|
||||
fi
|
||||
|
||||
# Be sure zookeeper is started.
|
||||
sudo service zookeeper start
|
||||
|
Loading…
Reference in New Issue
Block a user