With addition of pip_install on every node, we don't need to have pip_install as a meta dependency. Depends-On: If3412bb888ebb854874bbc43eb76bfcb3e4a7868 Depends-On: I79ff70c438b44753be2a93f004ebbc46de0a963d Change-Id: I2f903995102bcdd3e61fa3e72d6f13ac60c5de2e
1.5 KiB
1.5 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-worker
- designate-producer
- designate-mdns
- designate-sink
The DNS servers Designate will interface with can be defined in the
designate_pools_yaml variable. This is eventually written
to the Designate pools.yaml
file.
To clone or view the source code for this repository, visit the role repository for os_designate.
Default variables
../../defaults/main.yml
Dependencies
This role needs pip >= 7.1 installed on the target host.
This role needs the following variables defined:
designate_galera_address
designate_galera_password
designate_service_password
designate_rabbitmq_passwordExample 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.