diff options
author | Ritu Sood <ritu.sood@intel.com> | 2019-08-30 10:30:56 -0700 |
---|---|---|
committer | Ritu Sood <ritu.sood@intel.com> | 2019-10-20 10:39:00 -0700 |
commit | a23a81b2e185a19ea19b8e57c7b66ea78fe5bc64 (patch) | |
tree | 80c669631833b9ba3f896f3a618bba9aa0f9ccc9 /kud/hosting_providers/vagrant/Vagrantfile | |
parent | 07eb93be83349a4da6b41c5a0a1dc98284462098 (diff) |
Update KUD to switch to Ubuntu 18.04
Removed not needed packages for 18.04 for
OVN, updated the vagrant image to 18.04
and added some needed apt packages
Issue-ID: MULTICLOUD-474
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
Change-Id: I82550f8e58371af1c2476540c6b864384c450967
Diffstat (limited to 'kud/hosting_providers/vagrant/Vagrantfile')
-rw-r--r-- | kud/hosting_providers/vagrant/Vagrantfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kud/hosting_providers/vagrant/Vagrantfile b/kud/hosting_providers/vagrant/Vagrantfile index 2d1b5ab4..58251fe9 100644 --- a/kud/hosting_providers/vagrant/Vagrantfile +++ b/kud/hosting_providers/vagrant/Vagrantfile @@ -10,8 +10,8 @@ ############################################################################## box = { - :virtualbox => { :name => 'elastic/ubuntu-16.04-x86_64', :version => '20180708.0.0' }, - :libvirt => { :name => 'elastic/ubuntu-16.04-x86_64', :version=> '20180210.0.0'} + :virtualbox => { :name => 'elastic/ubuntu-18.04-x86_64', :version => '20191013.0.0' }, + :libvirt => { :name => 'peru/ubuntu-18.04-server-amd64'} } require 'yaml' |