diff --git a/Vagrantfile b/Vagrantfile index dd8da878a..f994136e8 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -19,11 +19,20 @@ dnf install -y \ socat \ nftables \ make \ - jq + jq \ + ethtool 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 = <