Removing ceph repos 69/269/1
authorTim Rozet <trozet@redhat.com>
Wed, 8 Apr 2015 19:05:15 +0000 (15:05 -0400)
committerTim Rozet <trozet@redhat.com>
Wed, 8 Apr 2015 19:05:15 +0000 (15:05 -0400)
These repos are not needed.  EPEL contains the necessary packages for
CentOS 7 to install Ceph.  The package "python-ceph" has also been
renamed to "python-rados" and that dependency has been removed from
quickstack.

JIRA: BGS-13

Change-Id: I8f76da0acd98ad5bd7348bfd13451dbca58677a5
Signed-off-by: Tim Rozet <trozet@redhat.com>
common/puppet-opnfv/manifests/repo.pp

index 8d8a025..eb3a2e6 100644 (file)
@@ -33,22 +33,5 @@ class opnfv::repo {
       gpgcheck => 0,
     }
 
-    yumrepo {
-            "ceph":
-                   baseurl => "http://ceph.com/rpm-giant/el7/\$basearch",
-                   descr => "Ceph packages for \$basearch",
-                   enabled => 1,
-                   gpgcheck => 0;
-            "Ceph-noarch":
-                   baseurl => "http://ceph.com/rpm-giant/el7/noarch",
-                   descr => "Ceph noarch packages",
-                   enabled => 1,
-                   gpgcheck => 0;
-            "ceph-source":
-                   baseurl => "http://ceph.com/rpm-giant/el7/SRPMS",
-                   descr => "Ceph source packages",
-                   enabled => 1,
-                   gpgcheck => 0;
-    }
   }
 }