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.
Ubuntu or RedHat/CentOS
- 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:
Midonet repositories ( abelboldu.midonet-repos )
- hosts: controller
roles:
- role: abelboldu.midonet-agent
zookeeper_hosts: '{{ groups["zookeeper"] }}'
cassandra_hosts: '{{ groups["cassandra"] }}'
midonet_password: 'midonet'
Apache 2.0