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 ( abelboldu.midonet-repos )
hosts: zookeeper
roles:
- role: abelboldu.zookeeper
zookeeper_hosts: '{{ groups["zookeeper"] }}'
Apache 2.0
Abel Boldú < [email protected] >