From: Dan Mick Date: Fri, 25 Aug 2023 04:29:02 +0000 (-0700) Subject: roles/testnode/vars/centos_9.yml: add lab-extras and iozone X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=4f752a4c3649e0e11602857987bdaa25bb21fbac;p=ceph-cm-ansible.git 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 --- 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