Zookeeper cluster role for MidoNet deployments.
Ubuntu or RedHat/CentOS
zookeeper_hosts
should be a dictionary or group in hosts inventory.
myid
variable will be assigned dynamically across hosts in the group.
Example:
[zookeeper]
zk1.midoexample.net
zk2.midoexample.net
zk3.midoexample.net
zookeeper_hosts: '{{ groups["zookeper"] }}'
Java ( geerlingguy.java ) Midonet repositories ( ansible-midonet-repo )
hosts: zookeeper
roles:
- role: ansible-zookeeper
zookeeper_hosts: '{{ groups["zookeeper"] }}'
Apache 2.0
Abel Boldú < abel.boldu@gmx.com >