Mentions légales du service

Skip to content
Snippets Groups Projects
Commit d3d83db0 authored by zhulingjie's avatar zhulingjie
Browse files

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
parent 867fe4c6
No related branches found
No related tags found
No related merge requests found
......@@ -822,7 +822,10 @@
- name: Apply role aodh
gather_facts: false
hosts:
- aodh
- aodh-api
- aodh-evaluator
- aodh-listener
- aodh-notifier
serial: '{{ kolla_serial|default("0") }}'
roles:
- { role: aodh,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment