openstack-ansible-os_designate/doc/source/index.rst
Travis Truman 2074d97653 [DOCS] - Use new documentation tree structure
Changes the designate role doc tree to the new structure
we are adopting for each role.

Change-Id: I45924e641401218440542ab1d95376dd42811428
2016-08-18 09:34:08 -04:00

1.1 KiB

Designate role for OpenStack-Ansible

This Ansible role installs and configures OpenStack Designate.

This role will install the following services:
  • designate-api
  • designate-central
  • designate-pool-manager
  • designate-zone-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

../../examples/playbook.yml

Tags

This role supports two tags: designate-install and designate-config. The designate-install tag can be used to install and upgrade. The designate-config tag can be used to maintain configuration of the service.