Removing ceph repos
[genesis.git] / 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;
-    }
   }
 }