Fix version of box used in Vagrantfile
[icn.git] / Vagrantfile
index f3c700e..aa6d2d1 100644 (file)
@@ -42,6 +42,7 @@ Vagrant.configure("2") do |config|
   config.vm.define 'jump' do |m|
     # Note the apparent typo in the name below, it is correct as-is
     m.vm.box = 'intergratedcloudnative/ubuntu1804'
+    m.vm.box_version = '1.0.0'
     m.vm.hostname = 'jump'
     m.vm.synced_folder '.', '/icn'
     m.vm.provider :libvirt do |libvirt|
@@ -49,7 +50,7 @@ Vagrant.configure("2") do |config|
       libvirt.default_prefix = "#{vars[:site]}-"
       libvirt.cpu_mode = 'host-passthrough'
       libvirt.cpus = 8
-      libvirt.memory = 16384
+      libvirt.memory = 24576
       libvirt.nested = true
 
       # The ICN baremetal network is the vagrant management network,