kolla-ansible/ansible/roles/karbor/tasks/deploy.yml
Mauricio Lima d0100432fc Optimize reconfiguration for karbor
Co-Authored-By: caoyuan <cao.yuan@99cloud.net>
Change-Id: Ic5b3b7b1f8009203c8ff870a75b150704eb54e6d
Partially-implements: blueprint better-reconfigure
2017-01-25 21:25:15 +08:00

15 lines
404 B
YAML

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