From: David Galloway Date: Fri, 1 Dec 2017 18:55:42 +0000 (-0500) Subject: cobbler_profile: Replace 16.04 with 16.04.3 iso X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F357%2Fhead;p=ceph-cm-ansible.git cobbler_profile: Replace 16.04 with 16.04.3 iso Signed-off-by: David Galloway --- diff --git a/roles/cobbler_profile/defaults/main.yml b/roles/cobbler_profile/defaults/main.yml index a13c58b1..15a13b37 100644 --- a/roles/cobbler_profile/defaults/main.yml +++ b/roles/cobbler_profile/defaults/main.yml @@ -71,8 +71,8 @@ distros: kernel_options: "netcfg/choose_interface=auto console=tty0 console=ttyS1,115200" kernel_options_post: "pci=realloc=off console=tty0 console=ttyS1,115200" "Ubuntu-16.04-server-x86_64": - iso: "http://releases.ubuntu.com/16.04/ubuntu-16.04-server-amd64.iso" - sha256: b8b172cbdf04f5ff8adc8c2c1b4007ccf66f00fc6a324a6da6eba67de71746f6 + iso: "http://releases.ubuntu.com/16.04/ubuntu-16.04.3-server-amd64.iso" + sha256: a06cd926f5855d4f21fb4bc9978a35312f815fbda0d0ef7fdc846861f4fc4600 kickstart: cephlab_ubuntu.preseed kernel_options: "netcfg/choose_interface=auto console=tty0 console=ttyS1,115200" kernel_options_post: "pci=realloc=off console=tty0 console=ttyS1,115200"