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 <fpantano@redhat.com>
(cherry picked from commit b7299f258b)
pull/6941/head
Francesco Pantano 2021-09-30 09:34:37 +02:00 committed by Guillaume Abrioux
parent c3fe1a6206
commit 642a83dc6b
1 changed files with 1 additions and 0 deletions

View File

@ -894,6 +894,7 @@
- name: stop and remove legacy ceph nfs daemons - name: stop and remove legacy ceph nfs daemons
hosts: "{{ nfs_group_name|default('nfss') }}" hosts: "{{ nfs_group_name|default('nfss') }}"
tags: 'ceph_nfs_adopt'
serial: 1 serial: 1
become: true become: true
gather_facts: false gather_facts: false