kolla-ansible/ansible/roles/sahara/tasks/deploy.yml
Mauricio Lima 8b0fa7728c Optimize reconfiguration for sahara
Co-Authored-By: caoyuan <cao.yuan@99cloud.net>
Change-Id: Iefc3ffc03a15a2e8eea49e91297ce75a5690010b
Partially-implements: blueprint better-reconfigure
2017-01-24 13:53:41 +00:00

14 lines
334 B
YAML

---
- include: register.yml
when: inventory_hostname in groups['sahara-api']
- include: config.yml
when: inventory_hostname in groups['sahara-api'] or
inventory_hostname in groups['sahara-engine']
- include: bootstrap.yml
when: inventory_hostname in groups['sahara-api']
- name: Flush handlers
meta: flush_handlers