
Change-Id: Ifb55ff4a7ca70bc3d10fbb2ec067c245342d3288 Partially-implements: blueprint enable-mistral-container
17 lines
543 B
YAML
17 lines
543 B
YAML
---
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['mistral-api']
|
|
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['mistral-api'] or
|
|
inventory_hostname in groups['mistral-engine'] or
|
|
inventory_hostname in groups['mistral-executor']
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['mistral-api']
|
|
|
|
- include: start.yml
|
|
when: inventory_hostname in groups['mistral-api'] or
|
|
inventory_hostname in groups['mistral-engine'] or
|
|
inventory_hostname in groups['mistral-executor']
|