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:
parent
02b101e74a
commit
d5b5458e46
@ -2,6 +2,10 @@
|
|||||||
undercloud_heat_purge_deleted
|
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
|
An Ansible role to check if `heat-manage purge_deleted` is enabled in the
|
||||||
crontab
|
crontab
|
||||||
|
|
||||||
|
@ -7,10 +7,10 @@
|
|||||||
Without a purge_deleted crontab enabled, the
|
Without a purge_deleted crontab enabled, the
|
||||||
heat database can grow very large. This validation checks that
|
heat database can grow very large. This validation checks that
|
||||||
the purge_deleted crontab has been set up.
|
the purge_deleted crontab has been set up.
|
||||||
groups:
|
This validation should only be used on systems using 'heat_api_cron'.
|
||||||
- pre-upgrade
|
Starting from Wallaby, the 'heat_api_cron' is no longer installed by
|
||||||
- pre-update
|
default, and the role may behave upredictably.
|
||||||
- pre-deployment
|
groups: []
|
||||||
categories:
|
categories:
|
||||||
- orchestration
|
- orchestration
|
||||||
- os
|
- os
|
||||||
|
@ -5,6 +5,7 @@ metadata:
|
|||||||
Without a purge_deleted crontab enabled, the
|
Without a purge_deleted crontab enabled, the
|
||||||
heat database can grow very large. This validation checks that
|
heat database can grow very large. This validation checks that
|
||||||
the purge_deleted crontab has been set up.
|
the purge_deleted crontab has been set up.
|
||||||
groups:
|
This role should only be used on systems using 'heat_api_cron'.
|
||||||
- pre-upgrade
|
Starting from Wallaby, the 'heat_api_cron' is no longer installed by
|
||||||
- pre-deployment
|
default, and the role may behave upredictably.
|
||||||
|
groups: []
|
||||||
|
Loading…
Reference in New Issue
Block a user