Role os_designate for OpenStack-Ansible
aa9ae16f9e
This patch includes the following: - Base configuration for OpenStack's CI Infrastructure. - Base documentation build configuration. - A Vagrantfile for local testing. - A base test configuration in order to execute a functional test. - An updated README, added LICENSE file and a CONTRIBUTING file. |
||
---|---|---|
defaults | ||
doc | ||
extras | ||
handlers | ||
meta | ||
tasks | ||
templates | ||
tests | ||
vars | ||
.gitignore | ||
.gitreview | ||
CONTRIBUTING.rst | ||
LICENSE | ||
README.rst | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini | ||
Vagrantfile |
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
- glance-api
- glance-registry
Default Variables
../../defaults/main.yml
Required Variables
designate_galera_address
designate_container_mysql_password
designate_service_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_service_password: "SuperSecretePassword2"