From 13204dcb16a6fc5acfa6557b4cbd43322115ca1f Mon Sep 17 00:00:00 2001 From: David Galloway Date: Fri, 22 Apr 2016 11:14:36 -0400 Subject: [PATCH] cobbler: Add Ubuntu 16.04 (Xenial Xerus) Signed-off-by: David Galloway --- cobbler.yml | 1 + roles/cobbler_profile/defaults/main.yml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/cobbler.yml b/cobbler.yml index e149ea5..156d1dd 100644 --- a/cobbler.yml +++ b/cobbler.yml @@ -19,4 +19,5 @@ - { role: cobbler_profile, distro_name: Ubuntu-12.04-server-x86_64, tags: ['ubuntu-precise'] } - { role: cobbler_profile, distro_name: Ubuntu-14.04-server-x86_64, tags: ['ubuntu-trusty'] } - { role: cobbler_profile, distro_name: Ubuntu-15.04-server-x86_64, tags: ['ubuntu-vivid'] } + - { role: cobbler_profile, distro_name: Ubuntu-16.04-server-x86_64, tags: ['ubuntu-xenial'] } - cobbler_systems diff --git a/roles/cobbler_profile/defaults/main.yml b/roles/cobbler_profile/defaults/main.yml index 5734f46..50a8cb0 100644 --- a/roles/cobbler_profile/defaults/main.yml +++ b/roles/cobbler_profile/defaults/main.yml @@ -58,3 +58,9 @@ distros: kickstart: cephlab_ubuntu.preseed kernel_options: "netcfg/choose_interface=auto biosdevname=0 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 + kickstart: cephlab_ubuntu.preseed + kernel_options: "netcfg/choose_interface=auto biosdevname=0 console=tty0 console=ttyS1,115200" + kernel_options_post: "pci=realloc=off console=tty0 console=ttyS1,115200" -- 2.39.5