summaryrefslogtreecommitdiffstats
path: root/roles/openshift_health_checker/openshift_checks/disk_availability.py
Commit message (Collapse)AuthorAgeFilesLines
* Simplify disk availability check, review testsRodolfo Carvalho2017-04-171-46/+38
| | | | | | | | | | | - only support a fixed list of recommended values for now, no overwriting via Ansible variables (keep it simple, add features as needed). - implement is_active: run this check only for hosts that have a recommended disk space. - test priority of mount paths / and /var.
* add ram and storage preflight checkjuanvallejo2017-04-171-0/+73