Apply RabbitMQ workaround for issue #14 to all overcloud hosts
In some scenarios the RabbitMQ services may be running on hosts other than the controllers. For example, when there are separate database servers.
This commit is contained in:
parent
513cfe990d
commit
2d036b6afd
@ -19,7 +19,7 @@
|
||||
become: True
|
||||
|
||||
- name: Ensure rabbitmq containers' /etc/hosts does not contain provisioning network IP
|
||||
hosts: controllers
|
||||
hosts: overcloud
|
||||
vars:
|
||||
rabbitmq_containers:
|
||||
- rabbitmq
|
||||
|
Loading…
Reference in New Issue
Block a user