]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commit
testnode: Make sure PowerTools repo is enabled on CentOS 742/head
authorDan Mick <dmick@redhat.com>
Fri, 2 Jun 2023 09:12:59 +0000 (02:12 -0700)
committerDan Mick <dmick@redhat.com>
Fri, 2 Jun 2023 09:16:57 +0000 (02:16 -0700)
commit5267ce33e7610a92175ccccd09cf664429f099c6
tree6fb53c897649e55ffc1a1e17452947f0f0687727
parent30e68a882e473be711967afc10e5015f8aeb2e4c
testnode: Make sure PowerTools repo is enabled on CentOS

https://github.com/ceph/ceph-cm-ansible/pull/731 removed the
custom-made repo files that added mirrorlists; however, it also
removed the side-effect of enabling the Power Tools repo (which
is not enabled by default).  This adds a call to dnf config-manager
to enable the repo, whatever its repo file name, on CentOS
testnodes.

Fixes: https://tracker.ceph.com/issues/59678
Signed-off-by: Dan Mick <dmick@redhat.com>
roles/testnode/tasks/yum/repos.yml