Skip to content

saptaktakalkar/ansible-zookeeper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 ( abelboldu.midonet-repos )

Example Playbook

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

License

Apache 2.0

Author Information

Abel Boldú < [email protected] >

About

Ansible role to install zookeeper cluster for MidoNet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%