cba75b4084
Change-Id: I7176bdc897e07f28684eedffb3c59e407eba322e Partially-Implements: blueprint pre-pull-images
22 lines
485 B
YAML
22 lines
485 B
YAML
---
|
|
- include: config.yml
|
|
|
|
- include: bootstrap_mons.yml
|
|
when: inventory_hostname in groups['ceph-mon']
|
|
|
|
- include: distribute_keyrings.yml
|
|
|
|
- include: start_mons.yml
|
|
when: inventory_hostname in groups['ceph-mon']
|
|
|
|
- include: bootstrap_osds.yml
|
|
when: inventory_hostname in groups['ceph-osd']
|
|
|
|
- include: start_osds.yml
|
|
when: inventory_hostname in groups['ceph-osd']
|
|
|
|
- include: start_rgws.yml
|
|
when:
|
|
- inventory_hostname in groups['ceph-rgw']
|
|
- enable_ceph_rgw | bool
|