abelboldu.zookeeper

Zookeeper

Build Status

Zookeeper cluster role for MidoNet deployments.

Requirements

Ubuntu or RedHat/CentOS

Role Variables

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"] }}'

Dependencies

Java ( geerlingguy.java ) Midonet repositories ( ansible-midonet-repo )

Example Playbook

hosts: zookeeper
  roles:
    - role: ansible-zookeeper
      zookeeper_hosts: '{{ groups["zookeeper"] }}'

License

Apache 2.0

Author Information

Abel Boldú < abel.boldu@gmx.com >

About

Zookeeper cluster role for MidoNet deployments.

Install
ansible-galaxy install abelboldu.zookeeper
GitHub repository
License
apache-2.0
Downloads
398