]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
CentOS 6.6 -> 6.7
authorZack Cerza <zack@redhat.com>
Wed, 16 Sep 2015 17:30:33 +0000 (11:30 -0600)
committerZack Cerza <zack@redhat.com>
Wed, 16 Sep 2015 17:46:28 +0000 (11:46 -0600)
6.6 is deprecated and ISOs are no longer shipped.

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

index 5ac0903b588596b389891535808ee96b07de58b8..eb436a99103b5ad9245471150700ab229a515da8 100644 (file)
@@ -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'] }
index c58c54bdafd288cae8a4a8ddc1fb4ec69ddaeb41..584f8b4a0001350d563fb4265cc6030d08db8ac5 100644 (file)
@@ -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"