tripleo-validations/roles/undercloud_disk_space
Gael Chamoulaud (Strider) c551910cf5
Remove workaround for tox-ansible and global molecule config
[1] has been merged and released[2] in upstream tox-ansible and it is now
able to manage global molecule configuration. The workaround, which
consisted in adding the molecule driver name in each scenarios
molecule.yml files, is not necessary anymore.

This patch also removes all the relative symlink to the Dockerfile and
adds directly in the global molecule configuration file.

[1] https://github.com/ansible-community/tox-ansible/pull/89
[2] https://github.com/ansible-community/tox-ansible/releases/tag/v1.5.0

Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
Change-Id: I259c17b7a49ff5bf3476df4da399cc4b2782403d
2021-05-19 11:30:17 +02:00
..
defaults Replace all references to the old role name 2020-01-23 17:25:43 +01:00
molecule/default Remove workaround for tox-ansible and global molecule config 2021-05-19 11:30:17 +02: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