]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
roles/testnode/vars/centos_9.yml: add lab-extras and iozone 748/head
authorDan Mick <dmick@redhat.com>
Fri, 25 Aug 2023 04:29:02 +0000 (21:29 -0700)
committerDan Mick <dmick@redhat.com>
Fri, 25 Aug 2023 04:30:25 +0000 (21:30 -0700)
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 <dmick@redhat.com>
roles/testnode/vars/centos_9.yml

index 89b78d10fa38626a121e4dc5554b43572476dbb3..bd9b14bd56ba9e1a343c5bfef5f40b5b40d85e80 100644 (file)
@@ -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