]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-common: remove copr and sepia repositories
authorDimitri Savineau <dsavinea@redhat.com>
Wed, 17 Jun 2020 18:15:32 +0000 (14:15 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 30 Jun 2020 06:35:19 +0000 (08:35 +0200)
All EL8 dependencies are now present on EPEL 8 so we don't need the
additional repositories that were only a temporary solution.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
roles/ceph-common/tasks/installs/redhat_dev_repository.yml

index 7ba1a6e873cb1952f6bfa12d6b011374ecaf1f5b..2b767e9291ec933e3ff665f6b1f38e9e1fe9c8a3 100644 (file)
@@ -1,30 +1,4 @@
 ---
-- name: specific el 8 dependencies
-  when: ansible_distribution_major_version | int == 8
-  block:
-    - name: install dnf-plugins-core
-      package:
-        name: dnf-plugins-core
-      register: result
-      until: result is succeeded
-      tags: with_pkg
-
-    - name: enable ceph-el8 copr
-      command: dnf copr enable -y ktdreyer/ceph-el8
-      args:
-        creates: /etc/yum.repos.d/_copr:copr.fedorainfracloud.org:ktdreyer:ceph-el8.repo
-        warn: false
-      register: result
-      until: result is succeeded
-
-    - name: enable ceph lab extras repository
-      yum_repository:
-        name: lab-extras
-        baseurl: http://apt-mirror.front.sepia.ceph.com/lab-extras/8/
-        description: Sepia Lab Extras repository
-        enabled: true
-        gpgcheck: false
-
 - name: fetch ceph red hat development repository
   uri:
     # Use the centos repo since we don't currently have a dedicated red hat repo