kolla-ansible/ansible/roles/senlin/tasks/deploy.yml
caoyuan 927c89571f Optimize reconfiguration for senlin
Change-Id: I6516db6e1cb0ccd3de6c525e686e041619f83a36
Partially-implements: blueprint better-reconfigure
2017-01-22 14:38:51 +00:00

14 lines
334 B
YAML

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