Deploy ceph mgr during upgrade

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
This commit is contained in:
Jeffrey Zhang 2017-12-21 17:58:54 +08:00
parent aa224bfd66
commit e027d0862f

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