From 717b305a7a59b504f8d24d0dbea53412fdbbb937 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 15 Dec 2021 13:25:49 +0100 Subject: [PATCH] common: remove legacy repositories 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 (cherry picked from commit dc8940fe1c4fefd656cc52c782f6d7297a42d5ed) --- .../tasks/installs/prerequisite_rhcs_cdn_install.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/roles/ceph-common/tasks/installs/prerequisite_rhcs_cdn_install.yml b/roles/ceph-common/tasks/installs/prerequisite_rhcs_cdn_install.yml index 88b322816..8efaed0ff 100644 --- a/roles/ceph-common/tasks/installs/prerequisite_rhcs_cdn_install.yml +++ b/roles/ceph-common/tasks/installs/prerequisite_rhcs_cdn_install.yml @@ -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"