Skip to content
Snippets Groups Projects
Commit a7247308 authored by Vasu Kulkarni's avatar Vasu Kulkarni Committed by mergify[bot]
Browse files

Enable monitor repo for mgr nodes and Tools repo for iscsi/nfs/clients


Signed-off-by: default avatarVasu Kulkarni <vasu@redhat.com>
parent 0f3cdee3
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
command: subscription-manager repos --enable rhel-7-server-rhceph-{{ ceph_rhcs_version }}-mon-rpms
changed_when: false
when:
- mon_group_name in group_names
- (mon_group_name in group_names or mgr_group_name in group_names)
- rhcs_mon_repo.rc != 0
- name: check if the red hat storage osd repo is already present
......
......@@ -11,7 +11,7 @@
update_cache: no
register: add_debian_apt_repo
with_items:
- { repo: "MON", configure: (mon_group_name in group_names) }
- { repo: "MON", configure: (mon_group_name in group_names or mgr_group_name in group_names) }
- { repo: "OSD", configure: (osd_group_name in group_names) }
- { repo: "Tools", configure: (rgw_group_name in group_names or mds_group_name in group_names) }
- { repo: "Tools", configure: (rgw_group_name in group_names or mds_group_name in group_names or nfs_group_name in group_names or iscsi_gw_group_name in group_names or client_group_name in group_names) }
when: item.configure
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment