Describe the bug
We have a pipeline that allows us to test a CentOS VHD. The pipeline downloads it into a storage account and then creates an image out of it. This image is now feed into the azhpc scripts to deploy a cluster and benchmarks are run. Before December 2020 we never had a issue doing it. But now the azhpc-build fails at the install_node_setup.sh step with the message "package epel-release is not installed epel-release-7-11.noarch".
To Reproduce
Steps to reproduce the behavior:
- Have a CentOS-HPC VHD at your disposal.
- Download it on to a storage account and create an image out of it.
- Utilize the azhpc scripts and the image to deploy a cluster.
- You should encounter the error here.
Expected behavior
As before Dec 2020, the azhpc-build should be able to deploy a cluster out of the image.
Screenshots

Configuration (please complete the following information):
- OS and version: CentOS 7.6 HPC (Test VHD)
- Context of execution : Ubuntu from WSL2