kolla-ansible/ansible/roles/aodh/tasks/reconfigure.yml
zhubingbing 7ce05f9782 Add aodh role
Partially-Implements: blueprint ansible-aodh

Change-Id: I9e20f4bf5e7d8f37f243ae15746e2b7bb49eb20c
2016-08-31 03:54:35 +00:00

7 lines
270 B
YAML

---
- include: do_reconfigure.yml
serial: "30%"
when: inventory_hostname in groups['aodh-api']
or inventory_hostname in groups['aodh-listener']
or inventory_hostname in groups['aodh-evaluator']
or inventory_hostname in groups['aodh-notifier']