Reverting vagrant images back to 16.04 VM deployment 62/100562/1
authorAkhila Kishore <akhila.kishore@intel.com>
Tue, 21 Jan 2020 19:37:44 +0000 (11:37 -0800)
committerAkhila Kishore <akhila.kishore@intel.com>
Tue, 21 Jan 2020 19:37:44 +0000 (11:37 -0800)
Currently we face issue with VM based deployment causing
vagrant up to fail and quit abruptly.

Signed-off-by: Akhila Kishore <akhila.kishore@intel.com>
Issue-ID: MULTICLOUD-974
Change-Id: I9a9e28357f1f56d17643d8f2a31f4cdca70fb456

kud/hosting_providers/vagrant/Vagrantfile

index f771d54..2d1b5ab 100644 (file)
@@ -10,8 +10,8 @@
 ##############################################################################
 
 box = {
-  :virtualbox => { :name => 'elastic/ubuntu-18.04-x86_64', :version => '20191013.0.0' },
-  :libvirt => { :name => 'generic/ubuntu1810'}
+  :virtualbox => { :name => 'elastic/ubuntu-16.04-x86_64', :version => '20180708.0.0' },
+  :libvirt => { :name => 'elastic/ubuntu-16.04-x86_64', :version=> '20180210.0.0'}
 }
 
 require 'yaml'