X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvagrant%2FVagrantfile;h=8a2454ae0afc35aed3fbc660410b90c7bfa70275;hb=refs%2Fchanges%2F50%2F32750%2F3;hp=714ba94c953ef8b02fd145df5ed43f884fd7a641;hpb=d51020cdfc1c023f1953a7b6970f12cf09985900;p=vpp.git diff --git a/extras/vagrant/Vagrantfile b/extras/vagrant/Vagrantfile index 714ba94c953..8a2454ae0af 100644 --- a/extras/vagrant/Vagrantfile +++ b/extras/vagrant/Vagrantfile @@ -9,6 +9,8 @@ Vagrant.configure(2) do |config| config.vm.box = "centos/7" config.vm.box_version = "1708.01" config.ssh.insert_key = false + elsif distro == 'ubuntu1804' + config.vm.box = "bento/ubuntu-18.04" else config.vm.box = "puppetlabs/ubuntu-16.04-64-nocm" end