Merge "Deploy ceph mgr during upgrade"
This commit is contained in:
@@ -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']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user