]> 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 21:32:33 +0000 (23:32 +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>
(cherry picked from commit b7299f258b607dc57e4c9c0ce693261a736d1777)

infrastructure-playbooks/cephadm-adopt.yml

index 59cbab2128f0f0a3fec6e95bd5ad18e690c7e383..f99d840b76b65a8b792c80f166e947909748d791 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