Merge "Removing undercloud-heat-purge-deleted from validation groups" into stable/wallaby

This commit is contained in:
Zuul 2022-07-27 20:15:10 +00:00 committed by Gerrit Code Review
commit ac2b9e6348
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: []