Skip to content

Commit

Permalink
common: config rhcs tools repo on all nodes
Browse files Browse the repository at this point in the history
Otherwise `cephadm` can't be installed during cephadm-adopt.yml
playbook execution.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2073480

Signed-off-by: Guillaume Abrioux <[email protected]>
(cherry picked from commit 1e11f87)
  • Loading branch information
guits committed May 13, 2022
1 parent 081c170 commit 71cf666
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,14 @@
- name: enable red hat storage tools repository
rhsm_repository:
name: "rhceph-{{ ceph_rhcs_version }}-tools-for-rhel-8-{{ ansible_facts['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 or monitoring_group_name in group_names)
when:
- mon_group_name in group_names
of osd_group_name in group_names
or 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 rbdmirror_group_name in group_names
or monitoring_group_name in group_names

0 comments on commit 71cf666

Please sign in to comment.