]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
testnode: make it clearer that centos_8.yml and centos_8_stream.yml get combined 676/head
authorIlya Dryomov <idryomov@gmail.com>
Wed, 6 Apr 2022 10:43:11 +0000 (12:43 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Wed, 6 Apr 2022 10:49:21 +0000 (12:49 +0200)
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
roles/testnode/vars/centos_8.yml
roles/testnode/vars/centos_8_stream.yml

index f3cca0ec203cc24f3f72f4b0ecbb79e77c987054..cd465f123e03ba3e65b1cd567c2324879ebc417a 100644 (file)
@@ -1,5 +1,6 @@
 ---
 # vars specific to any centos 8.x version
+# some of these will be overridden by vars in centos_8_stream.yml
 
 common_yum_repos:
   lab-extras:
index d26b3e618bef2c04792fdfce1276e0ace01f67d2..a6c8aef3e54463c458e9c703a961db7bc47dadba 100644 (file)
@@ -3,8 +3,10 @@
 # these will override vars in centos_8.yml
 
 packages_to_upgrade:
+  - libgcrypt # explicitly tied to qemu build
+
+  # centos stream additions start here
   - systemd
-  - libgcrypt
 
 packages:
   - redhat-lsb-core
@@ -57,4 +59,6 @@ packages:
   # for test-crash.sh
   - gdb
   - iozone
+
+  # centos stream additions start here
   - lvm2