]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
testnode: rm cuttlefish repository 141/head
authorKen Dreyer <kdreyer@redhat.com>
Wed, 23 Sep 2015 21:52:14 +0000 (15:52 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Wed, 23 Sep 2015 21:55:30 +0000 (15:55 -0600)
Prior to this commit, every RHEL 6 and CentOS 6 node would automatically
have the cuttlefish repository enabled.

This hardcoding seems wrong. Now that we've moved the RPMs off of
ceph.com to download.ceph.com, it actually breaks nodes. So let's stop
hard-coding this one altogether.

Reported-by: Warren Usui <wusui@redhat.com>
roles/testnode/vars/centos_6.yml
roles/testnode/vars/redhat_6.yml

index 5e3f2c68e7db4fc0bb2fc38da41ac7ad436d3970..167825831b0eae9a1323f3d730a53f378028b703 100644 (file)
@@ -14,12 +14,6 @@ yum_repos:
     enabled: 1
     gpgcheck: 0
     priority: 2
-  centos6-ceph:
-    name: Cent OS 6 Local ceph Repo
-    baseurl: http://ceph.com/rpm-cuttlefish/el6/x86_64/
-    enabled: 1
-    gpgcheck: 0
-    priority: 2
   rpmforge:
     name: Red Hat Enterprise $releasever - RPMforge.net - dag
     baseurl: "http://{{ mirror_host }}/rpmforge/"
index 5b44452bd47c5af409e219889df0f633c9cd60b5..bdc38e2a824918c38b41d397312e8674473aa882 100644 (file)
@@ -20,12 +20,6 @@ common_yum_repos:
     enabled: 1
     gpgcheck: 0
     priority: 2
-  centos6-ceph:
-    name: "Cent OS 6 Local ceph Repo"
-    baseurl: http://ceph.com/rpm-cuttlefish/rhel6/x86_64/
-    enabled: 1
-    gpgcheck: 0
-    priority: 2
 
 packages:
   - '@core'