From: Matthew Vernon Date: Wed, 10 Mar 2021 16:36:52 +0000 (+0000) Subject: ceph-osd: add prepare_osd tag to lvm-batch scenario X-Git-Tag: v6.0.2~10 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=6deb88d8fbee1cdd5244baa3995d407e14ecf1cc;p=ceph-ansible.git ceph-osd: add prepare_osd tag to lvm-batch scenario Sometimes it's useful to be able to skip the OSD creation step when running ceph-ansible (cf #1777). The lvm scenario has a prepare_osd tag on the relevant play. This commit adds the same tag to the lvm-batch scenario. Signed-off-by: Matthew Vernon (cherry picked from commit 88d119e95a58b3963be7759ea08efe56131d37aa) --- diff --git a/roles/ceph-osd/tasks/scenarios/lvm-batch.yml b/roles/ceph-osd/tasks/scenarios/lvm-batch.yml index 2f30f3b24..00d7c7b13 100644 --- a/roles/ceph-osd/tasks/scenarios/lvm-batch.yml +++ b/roles/ceph-osd/tasks/scenarios/lvm-batch.yml @@ -20,3 +20,4 @@ CEPH_CONTAINER_BINARY: "{{ container_binary }}" PYTHONIOENCODING: utf-8 when: _devices | default([]) | length > 0 + tags: prepare_osd