Go to file
Jesse Pretorius f4893b621f Simplify test inventory
The previous inventory was 'dynamic' in that the host/group
information was added through a playbook. This then required
the playbook implementing the inventory to be executed if
the deployer wished to test any single playbook.

This implements a static inventory and group_vars to achieve
the same result, simplifying the test implementation and
providing greater flexibility when executing the test playbooks.

Change-Id: Ia5b35efd42955cc840990e798eee96a79926b134
2016-03-22 13:09:17 +00:00
2016-03-14 12:34:48 +00:00
2016-03-22 13:09:17 +00:00
2016-03-17 12:45:26 +00:00
2016-03-17 12:45:26 +00:00

OpenStack-Ansible Designate

tags

openstack, designate, cloud, ansible

category

*nix

This Ansible role installs and configures OpenStack Designate.

This role will install the following Upstart services:
  • designate-api
  • designate-central
  • designate-pool-manager
  • designate-mdns
  • designate-sink

Default Variables

../../defaults/main.yml

Required Variables

designate_galera_address
designate_container_mysql_password
designate_pool_manager_container_mysql_password
designate_service_password
designate_rabbitmq_password

Example Playbook

- name: Install Designate Server
  hosts: designate_all
  user: root
  roles:
    - { role: "os_designate", tags: [ "os-designate" ] }
  vars:
    external_lb_vip_address: 172.16.24.1
    internal_lb_vip_address: 192.168.0.1
    designate_galera_address: "{{ internal_lb_vip_address }}"
    designate_container_mysql_password: "SuperSecretePassword1"
    designate_pool_manager_container_mysql_password: "SuperSecretePassword2"
    designate_service_password: "SuperSecretePassword3"
    designate_rabbitmq_password: "SuperSecretePassword4"
Description
Role os_designate for OpenStack-Ansible
Readme 4.2 MiB
Languages
Jinja 69.8%
Python 30.2%