AnsibleShipyard / ansible-zookeeper

Ansible playbook for ZooKeeper
MIT License
95 stars 114 forks source link

Make ZK startup only after network is up #71

Closed Darwiner closed 6 years ago

Darwiner commented 7 years ago

In order to avoid name-resolution and connectivity issues to other cluster nodes, especially when a server reboot occurs, make sure ZK only starts up after the network has started up properly.

ernestas-poskus commented 7 years ago

:+1: for the change

will check why

The command "sudo apt-get install docker-engine=$DOCKER_VERSION -yq --no-install-suggests --no-install-recommends --force-yes -o Dpkg::Options::="--force-confnew"" failed and exited with 100 during .

build started to fail

ernestas-poskus commented 7 years ago

Fixed problem in https://github.com/AnsibleShipyard/ansible-zookeeper/pull/72, please rebase on master

ernestas-poskus commented 7 years ago

cc @Darwiner