Support deploying storm worker and storm nimbus separately

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

Change-Id: Icb990d289fbfb4d8f782c255fc50d092964384f7
This commit is contained in:
Doug Szumski 2018-11-06 14:54:20 +00:00
parent c9a4d749f4
commit 0cc175ac12
1 changed files with 3 additions and 1 deletions

View File

@ -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,