f64eabfdf5
The pacemaker docker version for the rabbitmq service should also include the noop's for the for Rabbitmq_policy and Rabbitmq_user puppet resources that are noop'd in docker/services/rabbitmq.yaml These resources must be noop'd in puppet, otherwise they could be triggered during puppet apply's during the docker-puppet.py generate config step where rabbitmqctl is not actually running. Closes-Bug: #1735852 Change-Id: I05c6fd7e48c3d28ab28d714f25e08e43318774b7
9 lines
428 B
YAML
9 lines
428 B
YAML
---
|
|
fixes:
|
|
-- The pacemaker docker version for the rabbitmq service should also
|
|
include the noop's for the for Rabbitmq_policy and Rabbitmq_user puppet
|
|
resources that are noop'd in docker/services/rabbitmq.yaml These resources
|
|
must be noop'd in puppet, otherwise they could be triggered during puppet
|
|
apply's during the docker-puppet.py generate config step where rabbitmqctl
|
|
is not actually running.
|