From 580bac4df139740225b71d70d4184d5ddd3a03e6 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Tue, 5 Jan 2021 10:52:31 -0500 Subject: [PATCH] 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 --- roles/testnode/vars/redhat_8.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/testnode/vars/redhat_8.yml b/roles/testnode/vars/redhat_8.yml index bcf4497..360f9a8 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 -- 2.39.5