From: Guillaume Abrioux Date: Fri, 2 Jul 2021 12:57:52 +0000 (+0200) Subject: purge: add monitoring group in final cleanup play X-Git-Tag: v4.0.60~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=595a61c13727d97223d225e8bcfbee14d4d98199;p=ceph-ansible.git purge: add monitoring group in final cleanup play This adds the monitoring group in the "final cleanup play" so any cid files generated are well removed when purging the cluster. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1974536 Signed-off-by: Guillaume Abrioux (cherry picked from commit 037d8cd05e012dd71a6c0aedbdfcf4aa1c15b992) --- diff --git a/infrastructure-playbooks/purge-container-cluster.yml b/infrastructure-playbooks/purge-container-cluster.yml index 0935dd2ea..d319dfcdf 100644 --- a/infrastructure-playbooks/purge-container-cluster.yml +++ b/infrastructure-playbooks/purge-container-cluster.yml @@ -552,6 +552,7 @@ - "{{ rbdmirror_group_name|default('rbdmirrors') }}" - "{{ nfs_group_name|default('nfss') }}" - "{{ mgr_group_name|default('mgrs') }}" + - "{{ grafana_server_group_name|default('grafana-server') }}" become: true