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:
parent
c9a4d749f4
commit
0cc175ac12
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user