Skip storm play when not enabled

Minor scalability improvement, not currently applied to storm.

Change-Id: I928d362067c52c3113bc0fbd3ae4b9be1810b7e5
TrivialFix
This commit is contained in:
Mark Goddard 2020-06-26 14:42:16 +01:00
parent f13847a5a2
commit 76c3f05680

View File

@ -72,6 +72,7 @@
- enable_senlin_{{ enable_senlin | bool }} - enable_senlin_{{ enable_senlin | bool }}
- enable_skydive_{{ enable_skydive | bool }} - enable_skydive_{{ enable_skydive | bool }}
- enable_solum_{{ enable_solum | bool }} - enable_solum_{{ enable_solum | bool }}
- enable_storm_{{ enable_storm | bool }}
- enable_swift_{{ enable_swift | bool }} - enable_swift_{{ enable_swift | bool }}
- enable_tacker_{{ enable_tacker | bool }} - enable_tacker_{{ enable_tacker | bool }}
- enable_telegraf_{{ enable_telegraf | bool }} - enable_telegraf_{{ enable_telegraf | bool }}
@ -589,6 +590,7 @@
hosts: hosts:
- storm-worker - storm-worker
- storm-nimbus - storm-nimbus
- '&enable_storm_True'
serial: '{{ kolla_serial|default("0") }}' serial: '{{ kolla_serial|default("0") }}'
roles: roles:
- { role: storm, - { role: storm,