Skip storm play when not enabled
Minor scalability improvement, not currently applied to storm. Change-Id: I928d362067c52c3113bc0fbd3ae4b9be1810b7e5 TrivialFix
This commit is contained in:
parent
f13847a5a2
commit
76c3f05680
@ -72,6 +72,7 @@
|
||||
- enable_senlin_{{ enable_senlin | bool }}
|
||||
- enable_skydive_{{ enable_skydive | bool }}
|
||||
- enable_solum_{{ enable_solum | bool }}
|
||||
- enable_storm_{{ enable_storm | bool }}
|
||||
- enable_swift_{{ enable_swift | bool }}
|
||||
- enable_tacker_{{ enable_tacker | bool }}
|
||||
- enable_telegraf_{{ enable_telegraf | bool }}
|
||||
@ -589,6 +590,7 @@
|
||||
hosts:
|
||||
- storm-worker
|
||||
- storm-nimbus
|
||||
- '&enable_storm_True'
|
||||
serial: '{{ kolla_serial|default("0") }}'
|
||||
roles:
|
||||
- { role: storm,
|
||||
|
Loading…
x
Reference in New Issue
Block a user