From d3d83db0eaeffc6053387b76c52e4592bcdc48ea Mon Sep 17 00:00:00 2001
From: zhulingjie <easyzlj@gmail.com>
Date: Thu, 4 Oct 2018 10:53:49 -0400
Subject: [PATCH] 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
---
 ansible/site.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/ansible/site.yml b/ansible/site.yml
index 1616eabb51..bb52805d93 100644
--- a/ansible/site.yml
+++ b/ansible/site.yml
@@ -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,