347730cec8
Adjust all the configs to list all the rabbitmq hosts rather than running rabbitmq through the VIP. This is made possible by clusterer which has already merged. Change-Id: I5db48f5f10ec68f4c8863a29bc13984f6845a4f9 Partially-Implements: blueprint rabbitmq-clusterer
25 lines
1.1 KiB
YAML
25 lines
1.1 KiB
YAML
---
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['swift-account-server'] or
|
|
inventory_hostname in groups['swift-container-server'] or
|
|
inventory_hostname in groups['swift-object-server'] or
|
|
inventory_hostname in groups['swift-proxy-server']
|
|
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['swift-account-server'] or
|
|
inventory_hostname in groups['swift-container-server'] or
|
|
inventory_hostname in groups['swift-object-server'] or
|
|
inventory_hostname in groups['swift-proxy-server']
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['swift-account-server'] or
|
|
inventory_hostname in groups['swift-container-server'] or
|
|
inventory_hostname in groups['swift-object-server'] or
|
|
inventory_hostname in groups['swift-proxy-server']
|
|
|
|
- include: start.yml
|
|
when: inventory_hostname in groups['swift-account-server'] or
|
|
inventory_hostname in groups['swift-container-server'] or
|
|
inventory_hostname in groups['swift-object-server'] or
|
|
inventory_hostname in groups['swift-proxy-server']
|