Merge "Deploy ceph mgr during upgrade"

This commit is contained in:
Zuul 2018-01-09 05:51:34 +00:00 committed by Gerrit Code Review
commit 24b2a32250

View File

@ -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']