tripleo-validations/validations/undercloud-disk-space-pre-u...

20 lines
607 B
YAML

---
- hosts: undercloud
vars:
metadata:
name: Verify undercloud fits the disk space requirements to perform an upgrade
description: >
Make sure that the root partition on the undercloud node is large
enough before starting an upgrade
We first check for an explicit `/var` mount point since that's
where we store logs and images and if it doesn't exist, we
fall back to `/`.
http://tripleo.org/environments/environments.html#id5
groups:
- pre-upgrade
min_undercloud_disk_gb: 10
tasks:
- include: tasks/disk_space.yaml