From b7299f258b607dc57e4c9c0ce693261a736d1777 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 --- 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 4580254cf..95be47465 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 -- 2.47.3