Skip to content
Snippets Groups Projects
Commit 0cc175ac authored by Doug Szumski's avatar Doug Szumski
Browse files

Support deploying storm worker and storm nimbus separately

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

Change-Id: Icb990d289fbfb4d8f782c255fc50d092964384f7
parent c9a4d749
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment