From 4f752a4c3649e0e11602857987bdaa25bb21fbac Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Thu, 24 Aug 2023 21:29:02 -0700 Subject: [PATCH] roles/testnode/vars/centos_9.yml: add lab-extras and iozone iozone is present in the newly-created lab-extras repo, for the same reasons it's in other CentOS configs Signed-off-by: Dan Mick --- roles/testnode/vars/centos_9.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/roles/testnode/vars/centos_9.yml b/roles/testnode/vars/centos_9.yml index 89b78d1..bd9b14b 100644 --- a/roles/testnode/vars/centos_9.yml +++ b/roles/testnode/vars/centos_9.yml @@ -1,7 +1,12 @@ --- # vars specific to any centos 9.x version -common_yum_repos: {} +common_yum_repos: + lab-extras: + name: "lab-extras" + baseurl: "http://{{ mirror_host }}/lab-extras/9/" + enabled: 1 + gpgcheck: 0 yum_repos: CentOS-AppStream: @@ -72,7 +77,7 @@ packages: - autoconf # for test-crash.sh - gdb -# - iozone + - iozone epel_packages: - dbench -- 2.39.5