From 2fde4546d118f2683658c384f31ebe361c906f34 Mon Sep 17 00:00:00 2001 From: Timothy Redaelli Date: Thu, 9 Feb 2017 15:00:36 +0100 Subject: vagrant: Use official boxes for Fedora and Centos Change CentOS version to last 7 (7.3 at the moment), since old kernel-devel version is no longer available. Add net-tools to CentOS since netstat is needed for some tests. Signed-off-by: Timothy Redaelli Signed-off-by: Andy Zhou --- Vagrantfile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Vagrantfile') diff --git a/Vagrantfile b/Vagrantfile index 8439918ab..5296279e7 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -37,7 +37,7 @@ yum -y install autoconf automake openssl-devel libtool \ python-twisted-core python-zope-interface \ desktop-file-utils groff graphviz rpmdevtools nc curl \ wget python-six pyftpdlib checkpolicy selinux-policy-devel \ - libcap-ng-devel kernel-devel-`uname -r` ethtool + libcap-ng-devel kernel-devel-`uname -r` ethtool net-tools SCRIPT $configure_ovs = <