Merge "Deploy ceph mgr during upgrade"
This commit is contained in:
commit
24b2a32250
@ -4,6 +4,9 @@
|
||||
- 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']
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user