From: Francesco Pantano Date: Thu, 30 Sep 2021 07:34:37 +0000 (+0200) Subject: Add ceph_nfs_adopt tag to the cephadm-adopt playbook X-Git-Tag: v6.0.16~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=642a83dc6bf3771cd4ad0b8ac83e339eb3d37f5f;p=ceph-ansible.git Add ceph_nfs_adopt tag to the cephadm-adopt playbook There are existing OpenStack scenarios where nfs is still not managed by cephadm. For this reason sometimes is useful skip the nfs part of the adoption playbook and leave this daemon unmanaged. The purpose of this patch is providing a tag to enable the OpenStack operators to skip this playbook section. Closes: https://bugzilla.redhat.com/2009212 Signed-off-by: Francesco Pantano (cherry picked from commit b7299f258b607dc57e4c9c0ce693261a736d1777) --- diff --git a/infrastructure-playbooks/cephadm-adopt.yml b/infrastructure-playbooks/cephadm-adopt.yml index 59cbab212..f99d840b7 100644 --- a/infrastructure-playbooks/cephadm-adopt.yml +++ b/infrastructure-playbooks/cephadm-adopt.yml @@ -894,6 +894,7 @@ - name: stop and remove legacy ceph nfs daemons hosts: "{{ nfs_group_name|default('nfss') }}" + tags: 'ceph_nfs_adopt' serial: 1 become: true gather_facts: false