diff --git a/Vagrantfile b/Vagrantfile index dd8da878..1b731dfc 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -24,6 +24,14 @@ dnf install -y \ python3 -m pip install pytest pyroute2 SCRIPT +# CentOS mirror URL changed but the c8s image is no longer being built. We +# have to fix them manually in order to install packages later. +$fix_centos_repositories = <