14411dcb6a
This change replaces all of the roles references in our various files with the
new role name. This is being done because Ansible no longer allows hyphens in
role names.
TODO: (gchamoul) Remove healthcheck-service-status once this patch is
merged. Tripleo Jobs are RED due to THT trying to execute this
validation as inflight one but it has been renamed healthcheck_service_status.
Co-Authored-by: Gael Chamoulaud <gchamoul@redhat.com>
Change-Id: I19bb587ece403f86ddd0bbe174c282326500cfd3
(cherry picked from commit ceb0f75182
)
39 lines
605 B
Markdown
39 lines
605 B
Markdown
Undercloud-heat-purge-deleted
|
|
=============================
|
|
|
|
An Ansible role to check if `heat-manage purge_deleted` is enabled in the
|
|
crontab
|
|
|
|
Requirements
|
|
------------
|
|
|
|
This role requires an installed and working Undercloud.
|
|
|
|
Role Variables
|
|
--------------
|
|
|
|
- cron_check: <'heat-manage purge_deleted'> -- String to check in the crontab
|
|
|
|
Dependencies
|
|
------------
|
|
|
|
No dependencies.
|
|
|
|
Example Playbook
|
|
----------------
|
|
|
|
|
|
- hosts: undercloud
|
|
roles:
|
|
- { role: undercloud-heat-purge-deleted }
|
|
|
|
License
|
|
-------
|
|
|
|
Apache
|
|
|
|
Author Information
|
|
------------------
|
|
|
|
Red Hat TripleO Validations Team
|