]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-common: enable rhcs tools repo for monitoring
authorDimitri Savineau <dsavinea@redhat.com>
Wed, 3 Feb 2021 15:28:24 +0000 (10:28 -0500)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 10 Feb 2021 07:17:11 +0000 (08:17 +0100)
The monitoring node running grafana needs the rhcs tools repostory
enabled in non containerized deployment to be able to install the
ceph-grafana-dashboards rpm package.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1918650
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
roles/ceph-common/tasks/installs/prerequisite_rhcs_cdn_install.yml

index 34d2006ddad3b1ea56cd240d3b0ee78105e4487b..5fc1da720d1a16e7fa57e102070c3b7c2a662428 100644 (file)
@@ -12,4 +12,4 @@
 - name: enable red hat storage tools repository
   rhsm_repository:
     name: "rhceph-{{ ceph_rhcs_version }}-tools-for-rhel-8-{{ ansible_architecture }}-rpms"
-  when: (mgr_group_name in group_names or 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: (mgr_group_name in group_names or 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 or monitoring_group_name in group_names)