tripleo-validations/roles/undercloud-disk-space
Cédric Jeanneret 110d27f4e7 Adds molecule tests for undercloud-disk-space
Depends-On: I0551ab56324ede7f1d33e0e9a680c26ea164023c
Change-Id: I20b55dc55b833a87930a4d9efd9fe81d4759ccb5
(cherry picked from commit 5adfef9d9a)
2019-08-01 12:53:57 +00:00
..
defaults Migrating Undercloud playbooks to their own Ansible Role 2019-03-15 10:36:04 +01:00
molecule/default Adds molecule tests for undercloud-disk-space 2019-08-01 12:53:57 +00:00
tasks Migrating Undercloud playbooks to their own Ansible Role 2019-03-15 10:36:04 +01:00
vars Migrating Undercloud playbooks to their own Ansible Role 2019-03-15 10:36:04 +01:00
README.md Migrating Undercloud playbooks to their own Ansible Role 2019-03-15 10:36:04 +01:00

README.md

Undercloud-disk-space

An Ansible role to verify if the Undercloud fits the disk space requirements.

Requirements

This role could be used before or/and after the Undercloud installation.

Role Variables

  • Volumes: a dictionary of mount points and their minimum sizes

Dependencies

No Dependencies

Example Playbook

- hosts: servers
  roles:
     - { role: undercloud-disk-space}

License

Apache

Author Information

Red Hat TripleO Validation Team