e027d0862f
Now we have upgraded to ceph Luminous, need start ceph mgr during upgrade from Pike( which is ceph Jewel ). Implements: blueprint ceph-luminous Change-Id: I16ac0fc5d963b5725f9a19ecd396290fea7c0399
17 lines
365 B
YAML
17 lines
365 B
YAML
---
|
|
- include: config.yml
|
|
|
|
- include: start_mons.yml
|
|
when: inventory_hostname in groups['ceph-mon']
|
|
|
|
- include: start_mgrs.yml
|
|
when: inventory_hostname in groups['ceph-mgr']
|
|
|
|
- include: start_osds.yml
|
|
when: inventory_hostname in groups['ceph-osd']
|
|
|
|
- include: start_rgws.yml
|
|
when:
|
|
- enable_ceph_rgw | bool
|
|
- inventory_hostname in groups['ceph-rgw']
|