kolla-ansible/ansible/roles/rabbitmq
Doug Szumski 339ea2bdeb Support namespacing RabbitMQ logs
The RabbitMQ role supports namespacing the service via the
project_name. For example, if you change the project_name, the
container name and config directory will be renamed accordingly. However
the log folder is currently fixed, even though the service tries to
write to one named after the project_name. This change fixes that.

Whilst you might generally use vhosts, running multiple RabbitMQ
services on a single node is useful at the very least for testing,
or for running 'outward RabbitMQ' on the same node.

This change is part of the work to support Cells v2.

Partially Implements: blueprint support-nova-cells
Change-Id: Ied2c24c01571327ea532ba0aaf2fc5e89de8e1fb
2019-08-08 16:46:32 +00:00
..
defaults Add extra volumes support for services that were not previously supported 2019-06-27 18:32:15 +08:00
handlers Use become for all docker tasks 2019-06-06 19:04:58 +01:00
meta Reduce dependencies on the dest nodes 2015-08-06 01:32:05 +00:00
tasks Fix handling of docker restart policy 2019-07-18 13:39:06 +00:00
templates Support namespacing RabbitMQ logs 2019-08-08 16:46:32 +00:00