kolla-ansible/ansible/roles/murano/tasks/deploy.yml
wu.chunyang 3093f44ca3 Optimize reconfiguration for murano
Change-Id: Ib5116e76a9a5c97571282225b8eaf480f120f9b1
Partially-implements: blueprint better-reconfigure
Co-Authored-By: ZhijunWei <wzj334965317@outlook.com>
2018-05-16 10:01:53 +00:00

22 lines
537 B
YAML

---
- include: register.yml
when: inventory_hostname in groups['murano-api']
- include: config.yml
when: inventory_hostname in groups['murano-api'] or
inventory_hostname in groups['murano-engine']
- include: clone.yml
when:
- murano_dev_mode | bool
- inventory_hostname in groups['murano-api'] or
inventory_hostname in groups['murano-engine']
- include: bootstrap.yml
when: inventory_hostname in groups['murano-api']
- name: Flush handlers
meta: flush_handlers
- include: import_library_packages.yml