cb03e96dc7
Allows users to develop on Senlin using Kolla. Partially implements: blueprint mount-sources Change-Id: I3523ab5638b8440050f538501f1b1a35270435cd
17 lines
387 B
YAML
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
|