tripleo-validations/playbooks/undercloud-heat-purge-deleted.yaml
Gael Chamoulaud (Strider) 39a846ca6b
Add new metadata keys to the validation playbooks
This patch adds two new metadata keys to the validation playbooks:
- categories: A list of technical tags
- products: A list of targeted products (here mainly TripleO)

This patch is also part of the Validation Metadata Evolution for the
Validations Framework.

Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
Change-Id: I80c6b0ffb07b6311f13d7a3b83031317cd0d38de
2021-07-22 11:56:48 +02:00

24 lines
601 B
YAML

---
- hosts: undercloud
vars:
metadata:
name: Verify heat-manage purge_deleted is enabled in crontab
description: |
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
categories:
- orchestration
- os
- system
- cron
products:
- tripleo
cron_check: "heat-manage purge_deleted"
roles:
- undercloud_heat_purge_deleted