tripleo-validations/roles/undercloud-disk-space
Cédric Jeanneret 5adfef9d9a Adds molecule tests for undercloud-disk-space
Change-Id: I20b55dc55b833a87930a4d9efd9fe81d4759ccb5
2019-07-22 16:05:22 +02: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-07-22 16:05:22 +02: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