619ccf1242
Depends-On: https://review.opendev.org/692948/ Depends-On: https://review.opendev.org/692691/ Change-Id: I07827b896d36c3723697540fcff164224f6729af
19 lines
536 B
YAML
19 lines
536 B
YAML
---
|
|
- include_tasks: register.yml
|
|
when: inventory_hostname in groups['senlin-api']
|
|
|
|
- include_tasks: config.yml
|
|
when: inventory_hostname in groups['senlin-api'] or
|
|
inventory_hostname in groups['senlin-conductor'] or
|
|
inventory_hostname in groups['senlin-engine'] or
|
|
inventory_hostname in groups['senlin-health-manager']
|
|
|
|
- include_tasks: clone.yml
|
|
when: senlin_dev_mode | bool
|
|
|
|
- include_tasks: bootstrap.yml
|
|
when: inventory_hostname in groups['senlin-api']
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|