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
21 lines
739 B
YAML
21 lines
739 B
YAML
---
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['heat-api'] or
|
|
inventory_hostname in groups['heat-api-cfn'] or
|
|
inventory_hostname in groups['heat-engine']
|
|
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['heat-api'] or
|
|
inventory_hostname in groups['heat-api-cfn'] or
|
|
inventory_hostname in groups['heat-engine']
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['heat-api'] or
|
|
inventory_hostname in groups['heat-api-cfn'] or
|
|
inventory_hostname in groups['heat-engine']
|
|
|
|
- include: start.yml
|
|
when: inventory_hostname in groups['heat-api'] or
|
|
inventory_hostname in groups['heat-api-cfn'] or
|
|
inventory_hostname in groups['heat-engine']
|