648b4ed10c54dd6b0a043fce3f382b8e16f972a6

There is no record for why we implement the MQ vhost/user creation outside of the role in the playbook, when we could do it inside the role. Implementing it inside the role allows us to reduce the quantity of group_vars duplicated from the role, and allows us to better document the required variables in the role. The delegation can still be done as it is done in the playbook too. In this patch we implement two new variables: - designate_oslomsg_rpc_setup_host - designate_oslomsg_notify_setup_host These are used in the role to allow delegation of the MQ vhost/user setup for each type to any host, but they default to using the first member of the applicable oslomsg host group. We also adjust some of the defaults to automatically inherit existing vars set in group_vars form the integrated build so that we do not need to do the wiring in the integrated build's group vars. We still default them in the role too for independent role usage. Change-Id: I65203372e551d5ab3ef17a823f2089c23a2af8fe
Team and repository tags
Designate role for OpenStack-Ansible
Ansible role to install OpenStack designate.
- Documentation for the project can be found at:
-
https://docs.openstack.org/openstack-ansible-os_designate/latest
- Release notes for the project can be found at:
-
https://docs.openstack.org/releasenotes/openstack-ansible-os_designate/
- The project home is at:
Description
Languages
Jinja
69.8%
Python
30.2%