ceph-osd: use the cluster param with the ceph_volume module

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
pull/2245/head
Andrew Schoen 2017-12-01 08:41:40 -06:00 committed by Sébastien Han
parent 7721aa375e
commit 5e3d8dbf63
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
- name: use ceph-volume to create osds
ceph_volume:
cluster: "{{ cluster }}"
objectstore: "{{ osd_objectstore }}"
data: "{{ item.data }}"
data_vg: "{{ item.data_vg|default(omit) }}"