Role os_tacker for OpenStack-Ansible
Go to file
Jesse Pretorius 59e61f1390 Move MQ vhost/user creation into role
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:
- tacker_oslomsg_rpc_setup_host
- tacker_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.

Finally, we remove the test mq setup tasks and clean up any unused
or unnecessary variables configured in tests.

Change-Id: I481b2358bf3b93fba3057b825fc9e0f626d616ba
2018-07-27 11:21:35 +00:00
defaults Move MQ vhost/user creation into role 2018-07-27 11:21:35 +00:00
doc Follow the new PTI for document build 2018-07-13 16:00:06 +01:00
files/rootwrap.d Update paste, policy and rootwrap configurations 2017-12-19 2017-12-20 18:48:29 +00:00
handlers Update paste, policy and rootwrap configurations 2017-12-19 2017-12-20 18:48:29 +00:00
meta Execute service setup against a delegated host using Ansible built-in modules 2018-07-14 14:25:03 +00:00
releasenotes Update reno for stable/queens 2018-02-14 15:50:45 +00:00
tasks Move MQ vhost/user creation into role 2018-07-27 11:21:35 +00:00
templates Update to use oslo.messaging service for RPC and Notify 2018-07-26 09:08:53 +00:00
tests Move MQ vhost/user creation into role 2018-07-27 11:21:35 +00:00
vars Trivial: Fix the pep8 warning 2018-05-08 13:57:14 +08:00
zuul.d Switch to using project-templates 2018-06-22 15:34:49 -04:00
.gitignore Updated from OpenStack Ansible Tests 2018-03-27 19:07:43 +01:00
.gitreview Bootstrap tacker role 2017-07-20 15:41:58 +02:00
LICENSE first commit 2016-09-20 19:19:12 +00:00
README.rst add doc & release notes link to README 2018-06-19 06:12:39 +00:00
Vagrantfile Updated from OpenStack Ansible Tests 2018-06-06 00:44:13 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2017-12-06 00:06:41 +00:00
run_tests.sh Updated from OpenStack Ansible Tests 2018-04-30 05:16:31 +00:00
setup.cfg Bootstrap tacker role 2017-07-20 15:41:58 +02:00
setup.py Bootstrap tacker role 2017-07-20 15:41:58 +02:00
tox.ini Use tests repo for common role test requirements 2018-07-13 16:31:26 +01:00

README.rst

Tacker role for OpenStack-Ansible

Ansible role to install OpenStack Tacker.

Documentation for the project can be found at:

https://docs.openstack.org/openstack-ansible-os_tacker/latest/

Release notes for the project can be found at:

https://docs.openstack.org/releasenotes/openstack-ansible-os_tacker

The project home is at:

http://launchpad.net/openstack-ansible