This introduces oslo.messaging variables that define the RPC and Notify transports for the OpenStack services. These parameters replace the rabbitmq values and are used to generate the messaging transport_url for the service. The association of the messaging backend server to the oslo.messaging service will be transparent to the designate service. This patch: * Add oslo.messaging variables for RPC and Notify to defaults * Update transport_url generation (add for notification) * Add oslo.messaging to tests inventory * Update tests * Add releaes note * Update README and example playbook Change-Id: I620a13e1ea3c24c8bd31c02206613d37d769dd30
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_oslomsg_rpc_password
designate_oslomsg_notify_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.