]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
purge: add monitoring group in final cleanup play
authorGuillaume Abrioux <gabrioux@redhat.com>
Fri, 2 Jul 2021 12:57:52 +0000 (14:57 +0200)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Fri, 2 Jul 2021 18:37:18 +0000 (14:37 -0400)
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 <gabrioux@redhat.com>
(cherry picked from commit 037d8cd05e012dd71a6c0aedbdfcf4aa1c15b992)

infrastructure-playbooks/purge-container-cluster.yml

index 0935dd2ea96bae1483a05858d19f04eebc5089df..d319dfcdf4cb937e354297afd5778c31c1b1503f 100644 (file)
     - "{{ rbdmirror_group_name|default('rbdmirrors') }}"
     - "{{ nfs_group_name|default('nfss') }}"
     - "{{ mgr_group_name|default('mgrs') }}"
+    - "{{ grafana_server_group_name|default('grafana-server') }}"
 
   become: true