Make the aodh support deploy separated
refer to [0] [0]: https://github.com/openstack/kolla-ansible/blob/master/ansible/inventory/multinode#L557 Change-Id: I17ac982ddcb6c63d5ca30623fc450464a69b9299 Closes-Bug: #1796366
This commit is contained in:
parent
867fe4c6b3
commit
d3d83db0ea
@ -822,7 +822,10 @@
|
|||||||
- name: Apply role aodh
|
- name: Apply role aodh
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
hosts:
|
hosts:
|
||||||
- aodh
|
- aodh-api
|
||||||
|
- aodh-evaluator
|
||||||
|
- aodh-listener
|
||||||
|
- aodh-notifier
|
||||||
serial: '{{ kolla_serial|default("0") }}'
|
serial: '{{ kolla_serial|default("0") }}'
|
||||||
roles:
|
roles:
|
||||||
- { role: aodh,
|
- { role: aodh,
|
||||||
|
Loading…
Reference in New Issue
Block a user