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
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 theroles/provision
directoryAcceptance Criteria/Expected Behaviour
The tests for the provision role pass
Details
No response
Resolution
No response