From: David Galloway Date: Tue, 5 Jan 2021 15:52:31 +0000 (-0500) Subject: testnode: Install make on el8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=580bac4df139740225b71d70d4184d5ddd3a03e6;p=ceph-cm-ansible.git testnode: Install make on el8 This package isn't included in the cloud image that the Octo PSI nodes use. Fixes: https://tracker.ceph.com/issues/48751 Signed-off-by: David Galloway --- diff --git a/roles/testnode/vars/redhat_8.yml b/roles/testnode/vars/redhat_8.yml index bcf4497f..360f9a88 100644 --- a/roles/testnode/vars/redhat_8.yml +++ b/roles/testnode/vars/redhat_8.yml @@ -42,6 +42,7 @@ packages: # for workunits, - gcc - git + - make # qa/workunits/rados/test_python.sh - python3-nose # for cram tests