0d123e90ce40441edf71b31fb010b51781d11888

Remove all tasks and variables related to toggling between installation of designate inside or outside of a Python virtual environment. Installing within a venv is now the only supported deployment. Additionally, a few changes have been made to make the creation of the venv more resistant to interruptions during a run of the role. * unarchiving a pre-built venv will now also occur when the venv directory is created, not only after being downloaded * virtualenv-tools is run against both pre-built and non pre-built venvs to account for interruptions during or prior to unarchiving Change-Id: If3f0cb96d0ac670f6c53243283d6726067cba011 Implements: blueprint only-install-venvs
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-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
- 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
Languages
Jinja
69.8%
Python
30.2%