From: Andrew Schoen Date: Mon, 18 May 2015 16:11:44 +0000 (-0500) Subject: cobbler_profile: add profiles for ubuntu precise, trusty and vivid. X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bc06c69a76603ad4b38fe9da8556300d99658b84;p=ceph-cm-ansible.git cobbler_profile: add profiles for ubuntu precise, trusty and vivid. Signed-off-by: Andrew Schoen --- diff --git a/cobbler.yml b/cobbler.yml index ff491185..a7936eca 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 f37e62d7..a78bdfae 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