]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
provision/downburst: preinstall bindutils for rocky to 2187/head
authorKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Fri, 24 Apr 2026 13:56:42 +0000 (15:56 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Fri, 8 May 2026 20:15:01 +0000 (22:15 +0200)
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
teuthology/provision/downburst.py

index 037e344948c3f1f39a984f11dd0e054bf729fdce..2a7dcdcc8e8a9204800c307c56f2a4f0a6d9d2f8 100644 (file)
@@ -282,7 +282,7 @@ class Downburst(object):
         # to install 'python' to get python2.7, which ansible needs
         if os_type in ('ubuntu', 'fedora'):
             user_info['packages'].append('python')
-        if os_type in ('centos'):
+        if os_type in ('centos', 'rocky'):
             user_info['packages'].extend([
                 'python3-pip',
                 'bind-utils',