From: Zack Cerza Date: Wed, 16 Sep 2015 17:30:33 +0000 (-0600) Subject: CentOS 6.6 -> 6.7 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=296d7c2bb9da29be2dbd6833d2e8a1ac1c3877a1;p=ceph-cm-ansible.git CentOS 6.6 -> 6.7 6.6 is deprecated and ISOs are no longer shipped. Signed-off-by: Zack Cerza --- diff --git a/cobbler.yml b/cobbler.yml index 5ac0903..eb436a9 100644 --- a/cobbler.yml +++ b/cobbler.yml @@ -8,7 +8,7 @@ - { 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: CentOS-7-x86_64, tags: ['centos7.0'] } - - { role: cobbler_profile, distro_name: CentOS-6.6-x86_64, tags: ['centos6.6'] } + - { 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'] } - { role: cobbler_profile, distro_name: Ubuntu-15.04-server-x86_64, tags: ['ubuntu-vivid'] } diff --git a/roles/cobbler_profile/defaults/main.yml b/roles/cobbler_profile/defaults/main.yml index c58c54b..584f8b4 100644 --- a/roles/cobbler_profile/defaults/main.yml +++ b/roles/cobbler_profile/defaults/main.yml @@ -15,9 +15,9 @@ distros: iso: http://ftp.linux.ncsu.edu/pub/CentOS/7/isos/x86_64/CentOS-7-x86_64-DVD-1503-01.iso sha256: 85bcf62462fb678adc0cec159bf8b39ab5515404bc3828c432f743a1b0b30157 kickstart: cephlab_rhel.ks - "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 - sha256: a63241b0f767afa1f9f7e59e6f0f00d6b8d19ed85936a7934222c03a92e61bf3 + "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 kickstart: cephlab_rhel.ks "Ubuntu-12.04-server-x86_64": iso: "http://releases.ubuntu.com/12.04/ubuntu-12.04.5-server-amd64.iso"