From 642a83dc6bf3771cd4ad0b8ac83e339eb3d37f5f Mon Sep 17 00:00:00 2001 From: Francesco Pantano Date: Thu, 30 Sep 2021 09:34:37 +0200 Subject: [PATCH] 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) --- infrastructure-playbooks/cephadm-adopt.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure-playbooks/cephadm-adopt.yml b/infrastructure-playbooks/cephadm-adopt.yml index 59cbab2128..f99d840b76 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