Add the missing mds and mgr groups into site.yml
Add the ceph-mds and ceph-mgr host group into site.yml, or the deploy action will be failed when ceph-mds and ceph-mgr is different from the other ceph groups. Change-Id: If34483c4a2e8f29b449ced811dd4b42e5b2e7dd4
This commit is contained in:
parent
767d0523d1
commit
ad3b0cf01f
@ -243,10 +243,12 @@
|
||||
- name: Apply role ceph
|
||||
gather_facts: false
|
||||
hosts:
|
||||
- ceph-mds
|
||||
- ceph-mgr
|
||||
- ceph-mon
|
||||
- ceph-nfs
|
||||
- ceph-osd
|
||||
- ceph-rgw
|
||||
- ceph-mgr
|
||||
serial: '{{ serial|default("0") }}'
|
||||
roles:
|
||||
- { role: ceph,
|
||||
|
Loading…
x
Reference in New Issue
Block a user