X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=resources%2Ftools%2Fvagrant%2FVagrantfile;h=c1137ce020f00daf5c296b530b9c080cace838d9;hb=77afc12214bcb20d3e93cea290c088603af7822e;hp=0c4a5d8fd68928a19c787723c1c2f58438460687;hpb=374ea2f45d17f361aa612becba657ecaade0d0b5;p=csit.git diff --git a/resources/tools/vagrant/Vagrantfile b/resources/tools/vagrant/Vagrantfile index 0c4a5d8fd6..c1137ce020 100644 --- a/resources/tools/vagrant/Vagrantfile +++ b/resources/tools/vagrant/Vagrantfile @@ -6,6 +6,7 @@ Vagrant.configure("2") do |config| # Base box definition, currently using # Official Ubuntu 18.04 LTS (Bionic Beaver) Daily Build config.vm.box = "ubuntu/bionic64" + config.vm.box_version = "20190724.1.0" # Disable automatic box update checking config.vm.box_check_update = false @@ -82,7 +83,7 @@ Vagrant.configure("2") do |config| ./bootstrap_vpp_device.sh csit-vpp-device-master-ubuntu1804-1n-vbox For more information please visit: - https://docs.fd.io/csit/rls1810/report/index.html + https://docs.fd.io/csit/rls1908/report/index.html https://docs.fd.io/csit/master/trending/ MESSAGE