e764e8522d
Change-Id: I0971ddcff7b688ae0dee7658ab4be7ca3fbbdc28 Partially-Implements: blueprint pre-pull-images
15 lines
417 B
YAML
15 lines
417 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: bootstrap.yml
|
|
when: inventory_hostname in groups['murano-api']
|
|
|
|
- include: start.yml
|
|
when: inventory_hostname in groups['murano-api'] or
|
|
inventory_hostname in groups['murano-engine']
|