kolla-ansible/ansible/roles/senlin/tasks/deploy.yml
caoyuan cb03e96dc7 dev mode: Add support for senlin
Allows users to develop on Senlin using Kolla.

Partially implements: blueprint mount-sources

Change-Id: I3523ab5638b8440050f538501f1b1a35270435cd
2018-04-18 04:53:24 +00:00

17 lines
387 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: clone.yml
when: senlin_dev_mode | bool
- include: bootstrap.yml
when: inventory_hostname in groups['senlin-api']
- name: Flush handlers
meta: flush_handlers