
Allows users to develop of Trove using Kolla. Partially implements: blueprint mount-sources Co-Authored-By: zhulingjie <easyzlj@gmail.com> Change-Id: I4db447a487baec822723deb383029dd6840f1606
18 lines
446 B
YAML
18 lines
446 B
YAML
---
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['trove-api']
|
|
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['trove-api'] or
|
|
inventory_hostname in groups['trove-conductor'] or
|
|
inventory_hostname in groups['trove-taskmanager']
|
|
|
|
- include: clone.yml
|
|
when: trove_dev_mode | bool
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['trove-api']
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|