tripleo-validations/roles/undercloud_disk_space
Gael Chamoulaud (Strider) 79e17de1cf
Use the UBI8 image for testing
This change converts our use of CentOS7/88 to UBI8, which should
provide a better test environment which will match that of
production for future releases of TripleO. While this image change
will better match production clouds thanks in large part to TCIB,
it will also remove our use of docker.io (dockerhub) which fraught
with peril due to the ongoing API rate limits saga.

This change updates all uses of docker to podman and removes our docker
installation process from zuul and our local test process.

Change-Id: I69f3400568d865c1f3505913077ecd7fe36d7d43
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
(cherry picked from commit 5bf1427b43)
(cherry picked from commit ca884424f4)
2021-03-19 07:05:17 +01:00
..
defaults Replace all references to the old role name 2020-01-23 17:25:43 +01:00
molecule/default Use the UBI8 image for testing 2021-03-19 07:05:17 +01:00
tasks Replace all references to the old role name 2020-01-23 17:25:43 +01:00
vars Replace all references to the old role name 2020-01-23 17:25:43 +01:00
README.md Replace all references to the old role name 2020-01-23 17:25:43 +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