From: Zack Cerza Date: Wed, 13 Jan 2016 21:35:16 +0000 (-0700) Subject: cobbler_profile: Add CentOS 7.1 and 7.2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F188%2Fhead;p=ceph-cm-ansible.git cobbler_profile: Add CentOS 7.1 and 7.2 Also rename the old CentOS 7 profile to reflect that it is for 7.0 Signed-off-by: Zack Cerza --- diff --git a/cobbler.yml b/cobbler.yml index 5dd14858..634a082a 100644 --- a/cobbler.yml +++ b/cobbler.yml @@ -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'] } diff --git a/roles/cobbler_profile/defaults/main.yml b/roles/cobbler_profile/defaults/main.yml index caafbc2d..62733ad1 100644 --- a/roles/cobbler_profile/defaults/main.yml +++ b/roles/cobbler_profile/defaults/main.yml @@ -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