From 1f8a9450bda10515e243e29a6bb27da92305a72f Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Wed, 23 Sep 2015 15:52:14 -0600 Subject: [PATCH] testnode: rm cuttlefish repository 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 --- roles/testnode/vars/centos_6.yml | 6 ------ roles/testnode/vars/redhat_6.yml | 6 ------ 2 files changed, 12 deletions(-) diff --git a/roles/testnode/vars/centos_6.yml b/roles/testnode/vars/centos_6.yml index 5e3f2c6..1678258 100644 --- a/roles/testnode/vars/centos_6.yml +++ b/roles/testnode/vars/centos_6.yml @@ -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/" diff --git a/roles/testnode/vars/redhat_6.yml b/roles/testnode/vars/redhat_6.yml index 5b44452..bdc38e2 100644 --- a/roles/testnode/vars/redhat_6.yml +++ b/roles/testnode/vars/redhat_6.yml @@ -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' -- 2.39.5