]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
common: remove legacy repositories v6.0.21
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 15 Dec 2021 12:25:49 +0000 (13:25 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 15 Dec 2021 12:36:02 +0000 (13:36 +0100)
As of rhceph-5, those repositories don't longer exist.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2032790
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit dc8940fe1c4fefd656cc52c782f6d7297a42d5ed)

roles/ceph-common/tasks/installs/prerequisite_rhcs_cdn_install.yml

index 88b3228162c50dd4b4bf560d663650efd50ca85f..8efaed0ff1e54caf63a4daf9ef10e74940783a9a 100644 (file)
@@ -1,14 +1,4 @@
 ---
-- name: enable red hat storage monitor repository
-  rhsm_repository:
-    name: "rhceph-{{ ceph_rhcs_version }}-mon-for-rhel-8-{{ ansible_facts['architecture'] }}-rpms"
-  when: (mon_group_name in group_names or mgr_group_name in group_names)
-
-- name: enable red hat storage osd repository
-  rhsm_repository:
-    name: "rhceph-{{ ceph_rhcs_version }}-osd-for-rhel-8-{{ ansible_facts['architecture'] }}-rpms"
-  when: osd_group_name in group_names
-
 - name: enable red hat storage tools repository
   rhsm_repository:
     name: "rhceph-{{ ceph_rhcs_version }}-tools-for-rhel-8-{{ ansible_facts['architecture'] }}-rpms"