Removing undercloud-heat-purge-deleted from validation groups

The validation relies on dependencies unmet in Wallaby and later
releases, it's inclusion in the dedicated TripleO groups is thus
no longer needed or beneficial.

Notes regarding the change were added to docs.

resolves: rhbz#2105291

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: If887c798f6c18278204ba7b11f01fc2f2450bb76
This commit is contained in:
Jiri Podivin 2022-07-20 11:53:45 +02:00
parent 02b101e74a
commit d5b5458e46
3 changed files with 12 additions and 7 deletions

View File

@ -2,6 +2,10 @@
undercloud_heat_purge_deleted
=============================
.. warning::
This role is not suited for Wallaby and more recent releases.
As it expects presence 'heat_api_cron'.
An Ansible role to check if `heat-manage purge_deleted` is enabled in the
crontab

View File

@ -7,10 +7,10 @@
Without a purge_deleted crontab enabled, the
heat database can grow very large. This validation checks that
the purge_deleted crontab has been set up.
groups:
- pre-upgrade
- pre-update
- pre-deployment
This validation should only be used on systems using 'heat_api_cron'.
Starting from Wallaby, the 'heat_api_cron' is no longer installed by
default, and the role may behave upredictably.
groups: []
categories:
- orchestration
- os

View File

@ -5,6 +5,7 @@ metadata:
Without a purge_deleted crontab enabled, the
heat database can grow very large. This validation checks that
the purge_deleted crontab has been set up.
groups:
- pre-upgrade
- pre-deployment
This role should only be used on systems using 'heat_api_cron'.
Starting from Wallaby, the 'heat_api_cron' is no longer installed by
default, and the role may behave upredictably.
groups: []