4c1482b999
Useful for upgrade etc., which is preferablly done serially. Example usage: tools/kolla-ansible deploy OR tools/kolla-ansible upgrade Closes-Bug: #1576708 DocImpact Change-Id: I34b2e16f8ce53e472a4682a4738c4ac0f5abf00c
7 lines
259 B
YAML
7 lines
259 B
YAML
---
|
|
- include: do_reconfigure.yml
|
|
when: inventory_hostname in groups['cinder-api']
|
|
or inventory_hostname in groups['cinder-scheduler']
|
|
or inventory_hostname in groups['cinder-volume']
|
|
or inventory_hostname in groups['cinder-backup']
|