
Full comparison with the validations common role list was made to eliminate any discrepancies. Hence the roles check_disk_space_pre_upgrade, check_rsyslog, verify-package were added to the doc/build to correct missing validations in the documentation. Signed-off-by: Veronika Fisarova <vfisarov@redhat.com> Change-Id: I3bd299dce9be706185de60648ffd981255046ac4
52 lines
817 B
ReStructuredText
52 lines
817 B
ReStructuredText
============================
|
|
check_disk_space_pre_upgrade
|
|
============================
|
|
|
|
--------------
|
|
About The Role
|
|
--------------
|
|
|
|
An Ansible role to check that the partitioning schema on the host(s) has enough
|
|
free space to perform an upgrade.
|
|
|
|
Requirements
|
|
============
|
|
|
|
No requirements.
|
|
|
|
Dependencies
|
|
============
|
|
|
|
No dependencies.
|
|
|
|
Example Playbook
|
|
================
|
|
|
|
.. code-block:: yaml
|
|
|
|
- hosts: localhost
|
|
gather_facts: false
|
|
vars:
|
|
volumes:
|
|
- { mount: /home, min_size: 25 }
|
|
- { mount: /, min_size: 50 }
|
|
roles:
|
|
- check_disk_space
|
|
|
|
License
|
|
=======
|
|
|
|
Apache
|
|
|
|
Author Information
|
|
==================
|
|
|
|
**Red Hat TripleO DFG:DF Squad:VF**
|
|
|
|
----------------
|
|
Full Description
|
|
----------------
|
|
|
|
.. ansibleautoplugin::
|
|
:role: validations_common/roles/check_disk_space
|