Skip to content
Snippets Groups Projects
Commit 24b2a322 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Deploy ceph mgr during upgrade"

parents 91328601 e027d086
No related branches found
No related tags found
No related merge requests found
......@@ -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']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment