Update jump server to Ubuntu 20.04 70/4570/1
authorTodd Malsbary <todd.malsbary@intel.com>
Fri, 17 Dec 2021 19:21:21 +0000 (11:21 -0800)
committerTodd Malsbary <todd.malsbary@intel.com>
Fri, 17 Dec 2021 23:32:02 +0000 (15:32 -0800)
Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: Id836227df44cdcdbf70e12f82b412b9be4b711f4

Vagrantfile
env/metal3/01_install_package.sh

index 377b215..656c25c 100644 (file)
@@ -58,8 +58,7 @@ Vagrant.configure("2") do |config|
   # The jump machine
   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.box = 'intergratedcloudnative/ubuntu2004'
     m.vm.hostname = 'jump'
     m.vm.synced_folder '.', '/icn'
     m.vm.provider :libvirt do |libvirt|
index 8b8c36f..32160ba 100755 (executable)
@@ -18,7 +18,6 @@ function install_essential_packages {
     ca-certificates \
     crudini \
     curl \
-    dnsmasq \
     figlet \
     ipcalc \
     nmap \