b4fbb0201a
This patch implements mistral service reconfiguration. Partially-implements: bp kolla-reconfig Change-Id: I07b89fe05ce410ecc1059dd49c1ee86187adc9d2
7 lines
220 B
YAML
7 lines
220 B
YAML
---
|
|
- include: do_reconfigure.yml
|
|
serial: "30%"
|
|
when: inventory_hostname in groups['mistral-api']
|
|
or inventory_hostname in groups['mistral-engine']
|
|
or inventory_hostname in groups['mistral-executor']
|