Skip to content

abelboldu/ansible-zookeeper.old

Repository files navigation

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

Ansible role to install zookeeper cluster for MidoNet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages