]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
cobbler_profile: Add CentOS 7.1 and 7.2 188/head
authorZack Cerza <zack@redhat.com>
Wed, 13 Jan 2016 21:35:16 +0000 (14:35 -0700)
committerZack Cerza <zack@redhat.com>
Thu, 14 Jan 2016 20:48:28 +0000 (13:48 -0700)
Also rename the old CentOS 7 profile to reflect that it is for 7.0

Signed-off-by: Zack Cerza <zack@redhat.com>
cobbler.yml
roles/cobbler_profile/defaults/main.yml

index 5dd148584fa06b171c7b8bdb4598e7d805b584ac..634a082ae91abb5a6cc4451a6b63377be412ff15 100644 (file)
@@ -10,7 +10,9 @@
     - { role: cobbler_profile, distro_name: RHEL-7.0-Server-x86_64, tags: ['rhel7.0'] }
     - { role: cobbler_profile, distro_name: RHEL-7.1-Server-x86_64, tags: ['rhel7.1'] }
     - { role: cobbler_profile, distro_name: RHEL-7.2-Server-x86_64, tags: ['rhel7.2'] }
-    - { role: cobbler_profile, distro_name: CentOS-7-x86_64, tags: ['centos7.0'] }
+    - { role: cobbler_profile, distro_name: CentOS-7.0-x86_64, tags: ['centos7.0'] }
+    - { role: cobbler_profile, distro_name: CentOS-7.1-x86_64, tags: ['centos7.1'] }
+    - { role: cobbler_profile, distro_name: CentOS-7.2-x86_64, tags: ['centos7.2'] }
     - { role: cobbler_profile, distro_name: CentOS-6.7-x86_64, tags: ['centos6.7'] }
     - { 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'] }
index caafbc2dafaae8f94a258ab34638b5f80990cb2d..62733ad1c031491a5e50eff9c936807f878e127f 100644 (file)
@@ -17,10 +17,18 @@ distros:
       iso: ""
   "RHEL-7.2-Server-x86_64":
       iso: ""
-  "CentOS-7-x86_64":
-      iso: http://ftp.linux.ncsu.edu/pub/CentOS/7/isos/x86_64/CentOS-7-x86_64-DVD-1503-01.iso
+  "CentOS-7.0-x86_64":
+      iso: http://archive.kernel.org/centos-vault/7.0.1406/isos/x86_64/CentOS-7.0-1406-x86_64-DVD.iso
+      sha256: ee505335bcd4943ffc7e6e6e55e5aaa8da09710b6ceecda82a5619342f1d24d9
+      kickstart: cephlab_rhel.ks
+  "CentOS-7.1-x86_64":
+      iso: http://archive.kernel.org/centos-vault/7.1.1503/isos/x86_64/CentOS-7-x86_64-DVD-1503-01.iso
       sha256: 85bcf62462fb678adc0cec159bf8b39ab5515404bc3828c432f743a1b0b30157
       kickstart: cephlab_rhel.ks
+  "CentOS-7.2-x86_64":
+      iso: http://ftp.linux.ncsu.edu/pub/CentOS/7.2.1511/isos/x86_64/CentOS-7-x86_64-DVD-1511.iso
+      sha256: 907e5755f824c5848b9c8efbb484f3cd945e93faa024bad6ba875226f9683b16
+      kickstart: cephlab_rhel.ks
   "CentOS-6.7-x86_64":
       iso: http://ftp.linux.ncsu.edu/pub/CentOS/6.7/isos/x86_64/CentOS-6.7-x86_64-bin-DVD1.iso
       sha256: c0c1a05d3d74fb093c6232003da4b22b0680f59d3b2fa2cb7da736bc40b3f2c5