927c89571f
Change-Id: I6516db6e1cb0ccd3de6c525e686e041619f83a36 Partially-implements: blueprint better-reconfigure
14 lines
334 B
YAML
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
|