efd1099335
This patch set implements reconfiguring the ceph service. Change-Id: I904d5e4b33c82e20a8e7e84308b62573f59de714 Partially-implements: bp kolla-reconfig
7 lines
203 B
YAML
7 lines
203 B
YAML
---
|
|
- include: do_reconfigure.yml
|
|
serial: "30%"
|
|
when: inventory_hostname in groups['ceph-mon']
|
|
or inventory_hostname in groups['ceph-rgw']
|
|
or inventory_hostname in groups['ceph-osd']
|