]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Add ceph_nfs_adopt tag to the cephadm-adopt playbook
authorFrancesco Pantano <fpantano@redhat.com>
Thu, 30 Sep 2021 07:34:37 +0000 (09:34 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 1 Oct 2021 19:03:02 +0000 (21:03 +0200)
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 <fpantano@redhat.com>
infrastructure-playbooks/cephadm-adopt.yml

index 4580254cfe74f6518a497900dde4115c70fc06a5..95be474655320605367bf3881b2ae40c01ebc4fb 100644 (file)
 
 - 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