Merge "Support deploying storm worker and storm nimbus separately"

This commit is contained in:
Zuul 2018-11-06 20:21:33 +00:00 committed by Gerrit Code Review
commit 77bcefdbac
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,