From: Kyr Shatskyy Date: Fri, 24 Apr 2026 13:56:42 +0000 (+0200) Subject: provision/downburst: preinstall bindutils for rocky to X-Git-Tag: 1.3.0~9^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=beef4a2b957c6e478dbc618d7ce207c9dc60815c;p=teuthology.git provision/downburst: preinstall bindutils for rocky to Signed-off-by: Kyr Shatskyy --- diff --git a/teuthology/provision/downburst.py b/teuthology/provision/downburst.py index 037e34494..2a7dcdcc8 100644 --- a/teuthology/provision/downburst.py +++ b/teuthology/provision/downburst.py @@ -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',