]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
cobbler_profile: add profiles for ubuntu precise, trusty and vivid.
authorAndrew Schoen <aschoen@redhat.com>
Mon, 18 May 2015 16:11:44 +0000 (11:11 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Wed, 20 May 2015 21:18:21 +0000 (16:18 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
cobbler.yml
roles/cobbler_profile/defaults/main.yml

index ff4911854231b571f189760bb60707d58e51a28f..a7936ecab871d739fce33b70bef701fc04af94d6 100644 (file)
@@ -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 }
index f37e62d7a2d629a61c21cbe1cb067f8385b60310..a78bdfaedcf0aed23f91e1a09392d7b3d183701c 100644 (file)
@@ -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