Skip to content

Commit

Permalink
purge: add monitoring group in final cleanup play
Browse files Browse the repository at this point in the history
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 037d8cd)
  • Loading branch information
guits authored and dsavineau committed Jul 2, 2021
1 parent 4ce4992 commit 21a6cc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure-playbooks/purge-container-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,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

Expand Down

0 comments on commit 21a6cc2

Please sign in to comment.