]> git-server-git.apps.pok.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:47 +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 c9b3802d43575c770e1a13f3962713943781b3c5..269cf34253f1af39d99351ce297736fed725267c 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