UCL-MIRSG / ansible-collection-infra

Ansible Collection to configure infrastructure for XNAT and OMERO
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

CentOS 7 mirrorlists no longer exist as it is end-of-life #123

Closed p-j-smith closed 4 months ago

p-j-smith commented 4 months ago

Short Description

CentOS 7 is now end-of-life. The YUM repo mirrorlists we're using no longer exist, and so packages cannot be downloaded. We can switch to using the CentOS vault instead. Note though that the vault is not updated with security patches - it is an archive of packages as they were when CentOS 7 became end-of-life.

Evidence/Steps to Reproduce

Run molecule --base-config=../../molecule_configs/centos7_base_config.yml test -s centos7 from the roles/provision directory

Acceptance Criteria/Expected Behaviour

The tests for the provision role pass

Details

No response

Resolution

No response