From bc06c69a76603ad4b38fe9da8556300d99658b84 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Mon, 18 May 2015 11:11:44 -0500 Subject: [PATCH] cobbler_profile: add profiles for ubuntu precise, trusty and vivid. Signed-off-by: Andrew Schoen --- cobbler.yml | 3 +++ roles/cobbler_profile/defaults/main.yml | 9 +++++++++ 2 files changed, 12 insertions(+) diff --git a/cobbler.yml b/cobbler.yml index ff49118..a7936ec 100644 --- a/cobbler.yml +++ b/cobbler.yml @@ -8,3 +8,6 @@ - { role: cobbler_profile, distro_name: RHEL-7.1-Server-x86_64 } - { role: cobbler_profile, distro_name: CentOS-7-x86_64 } - { role: cobbler_profile, distro_name: CentOS-6.6-x86_64 } + - { role: cobbler_profile, distro_name: Ubuntu-12.04-server-x86_64 } + - { role: cobbler_profile, distro_name: Ubuntu-14.04-server-x86_64 } + - { role: cobbler_profile, distro_name: Ubuntu-15.04-server-x86_64 } diff --git a/roles/cobbler_profile/defaults/main.yml b/roles/cobbler_profile/defaults/main.yml index f37e62d..a78bdfa 100644 --- a/roles/cobbler_profile/defaults/main.yml +++ b/roles/cobbler_profile/defaults/main.yml @@ -15,3 +15,12 @@ distros: "CentOS-6.6-x86_64": iso: http://ftp.linux.ncsu.edu/pub/CentOS/6.6/isos/x86_64/CentOS-6.6-x86_64-bin-DVD1.iso kickstart: cephlab_rhel.ks + "Ubuntu-12.04-server-x86_64": + iso: "http://releases.ubuntu.com/12.04/ubuntu-12.04.5-server-amd64.iso" + kickstart: cephlab_ubuntu.preseed + "Ubuntu-14.04-server-x86_64": + iso: "http://releases.ubuntu.com/14.04/ubuntu-14.04.2-server-amd64.iso" + kickstart: cephlab_ubuntu.preseed + "Ubuntu-15.04-server-x86_64": + iso: "http://releases.ubuntu.com/15.04/ubuntu-15.04-server-amd64.iso" + kickstart: cephlab_ubuntu.preseed -- 2.39.5