Merge "Support deploying storm worker and storm nimbus separately"
This commit is contained in:
commit
77bcefdbac
@ -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…
Reference in New Issue
Block a user