aboutsummaryrefslogtreecommitdiffstats
path: root/build-root/vagrant/Vagrantfile
diff options
context:
space:
mode:
authorEd Warnicke <eaw@cisco.com>2016-03-22 16:10:07 -0500
committerGerrit Code Review <gerrit@fd.io>2016-03-25 20:37:28 +0000
commitc841eac7730c3e80fc14006481edb5d9221bf45c (patch)
treee164a948174e6c8542512672a13b22457835170d /build-root/vagrant/Vagrantfile
parent1d49c98f7f8f97fff0d638e439af2246f34fc2b9 (diff)
Fix vagrant centos flavor to work with top level make file
Change-Id: I89044ed27130a036536ed33aba847034ed15ad7d Signed-off-by: Ed Warnicke <eaw@cisco.com>
Diffstat (limited to 'build-root/vagrant/Vagrantfile')
-rw-r--r--build-root/vagrant/Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-root/vagrant/Vagrantfile b/build-root/vagrant/Vagrantfile
index f4021659878..1f6a3b9c00d 100644
--- a/build-root/vagrant/Vagrantfile
+++ b/build-root/vagrant/Vagrantfile
@@ -6,7 +6,7 @@ Vagrant.configure(2) do |config|
# Pick the right distro and bootstrap, default is ubuntu1404
distro = ENV['VPP_VAGRANT_DISTRO']
if distro == 'centos7'
- config.vm.box = "puppetlabs/centos-7.0-64-nocm"
+ config.vm.box = "puppetlabs/centos-7.2-64-nocm"
config.vm.provision 'shell', path: 'bootstrap.centos7.sh'
else
config.vm.box = "puppetlabs/ubuntu-14.04-64-nocm"