89392f4f6a
Partially-Implements: blueprint ansible-gnocchi Change-Id: I8dd0460bd21ac0a233fab0142ec7b6079459bdc2
17 lines
541 B
YAML
17 lines
541 B
YAML
---
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['gnocchi-api']
|
|
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['gnocchi-statsd'] or
|
|
inventory_hostname in groups['gnocchi-api'] or
|
|
inventory_hostname in groups['gnocchi-metricd']
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['gnocchi-api']
|
|
|
|
- include: start.yml
|
|
when: inventory_hostname in groups['gnocchi-statsd'] or
|
|
inventory_hostname in groups['gnocchi-api'] or
|
|
inventory_hostname in groups['gnocchi-metricd']
|