tripleo-validations/roles/repos
Gael Chamoulaud (Strider) 5bf1427b43
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.

Change-Id: I69f3400568d865c1f3505913077ecd7fe36d7d43
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
2020-11-20 13:45:02 +01:00
..
molecule/default Use the UBI8 image for testing 2020-11-20 13:45:02 +01:00
tasks Validate the playboooks metadata structure 2020-01-13 14:03:10 +01:00
vars Add repos validations role. 2019-03-22 11:25:09 +00:00
README.md Add repos validations role. 2019-03-22 11:25:09 +00:00

README.md

Repos

An Ansible role to check the correctness of current repositories.

Requirements

This role could be used before/after an Undercloud or an Overcloud has been deployed.

Role Variables

  • None

Dependencies

No dependencies.

Example Playbook

- hosts: undercloud
  roles:
     - role: repos

- hosts: overcloud
  roles:
     - role: repos

License

Apache

Author Information

Red Hat TripleO Validations Team