kolla-ansible/ansible/roles/murano/tasks/reconfigure.yml
MD NADEEM 20f080223f Reconfigure for Murano
Add reconfiguration for murano-api, murano-engine

Change-Id: I8a2b1b1cc2b6268d6d1f07b1dfcb96ba9f7fd7a0
Partially-Implements: blueprint kolla-reconfig
2016-03-04 17:33:50 +00:00

6 lines
158 B
YAML

---
- include: do_reconfigure.yml
serial: "30%"
when: inventory_hostname in groups['murano-api']
or inventory_hostname in groups['murano-engine']