From 0cc175ac129c4fab2b341541b4675b9f86f2a9a8 Mon Sep 17 00:00:00 2001
From: Doug Szumski <doug@stackhpc.com>
Date: Tue, 6 Nov 2018 14:54:20 +0000
Subject: [PATCH] Support deploying storm worker and storm nimbus separately

This allows storm worker and nimbus services to be deployed on
separate hosts.

Change-Id: Icb990d289fbfb4d8f782c255fc50d092964384f7
---
 ansible/site.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ansible/site.yml b/ansible/site.yml
index 1f6cdf3bbb..ab9133eeb3 100644
--- a/ansible/site.yml
+++ b/ansible/site.yml
@@ -518,7 +518,9 @@
         when: enable_kafka | bool }
 
 - name: Apply role storm
-  hosts: storm
+  hosts:
+    - storm-worker
+    - storm-nimbus
   serial: '{{ kolla_serial|default("0") }}'
   roles:
     - { role: storm,