From: David Galloway Date: Thu, 23 Dec 2021 14:35:56 +0000 (-0500) Subject: cobbler_profile: Update Ubuntu 20.04 image URL X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F662%2Fhead;p=ceph-cm-ansible.git cobbler_profile: Update Ubuntu 20.04 image URL Old one 404s Signed-off-by: David Galloway --- diff --git a/roles/cobbler_profile/defaults/main.yml b/roles/cobbler_profile/defaults/main.yml index 9eb70aa5..b467ea4b 100644 --- a/roles/cobbler_profile/defaults/main.yml +++ b/roles/cobbler_profile/defaults/main.yml @@ -161,8 +161,8 @@ distros: kernel_options: "netcfg/choose_interface=auto console=tty0 console=ttyS1,115200 GRUB_DISABLE_OS_PROBER=true" kernel_options_post: "pci=realloc=off console=tty0 console=ttyS1,115200" "Ubuntu-20.04-server-x86_64": - iso: "http://cdimage.ubuntu.com/ubuntu-legacy-server/releases/20.04/release/ubuntu-20.04-legacy-server-amd64.iso" - sha256: 36f15879bd9dfd061cd588620a164a82972663fdd148cce1f70d57d314c21b73 + iso: "http://cdimage.ubuntu.com/ubuntu-legacy-server/releases/20.04/release/ubuntu-20.04.1-legacy-server-amd64.iso" + sha256: f11bda2f2caed8f420802b59f382c25160b114ccc665dbac9c5046e7fceaced2 kickstart: cephlab_ubuntu.preseed kernel_options: "netcfg/choose_interface=auto console=tty0 console=ttyS1,115200 GRUB_DISABLE_OS_PROBER=true" kernel_options_post: "pci=realloc=off console=tty0 console=ttyS1,115200"