mirror of https://github.com/ceph/ceph-ansible.git
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 <gabrioux@redhat.com>
(cherry picked from commit dc8940fe1c
)
pull/7042/head
v6.0.21
parent
8a32576d20
commit
993e4822c3
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue