https://github.com/midonet/ansible-midonet-cluster
Ansible role for the Midonet cluster.
https://github.com/midonet/ansible-midonet-cluster
ansible
Last synced: about 1 year ago
JSON representation
Ansible role for the Midonet cluster.
- Host: GitHub
- URL: https://github.com/midonet/ansible-midonet-cluster
- Owner: midonet
- Created: 2016-01-26T09:14:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-21T13:17:51.000Z (over 9 years ago)
- Last Synced: 2025-04-17T07:17:19.649Z (about 1 year ago)
- Topics: ansible
- Language: Ruby
- Size: 28.3 KB
- Stars: 1
- Watchers: 9
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/abelboldu/ansible-midonet-cluster)
midonet-cluster
===============
Ansible role for the Midonet cluster.
The MidoNet Cluster provides the REST API endpoint, and also hosts a number of management services such as VxLAN Gateway Controller.
Requirements
------------
Ubuntu or RedHat/CentOS
Role Variables
--------------
* Required:
`zookeeper_hosts` should be a dictionary or group in hosts inventory with all zookeeper members.
`cassandra_hosts` should be a dictionary or group in hosts inventory with all cassandra members.
* Not Required:
Dependencies
------------
Midonet repositories ( abelboldu.midonet-repos )
Example Playbook
----------------
```
- hosts: controller
roles:
- role: abelboldu.midonet-agent
zookeeper_hosts: '{{ groups["zookeeper"] }}'
cassandra_hosts: '{{ groups["cassandra"] }}'
midonet_password: 'midonet'
```
License
-------
Apache 2.0