From beef4a2b957c6e478dbc618d7ce207c9dc60815c Mon Sep 17 00:00:00 2001 From: Kyr Shatskyy Date: Fri, 24 Apr 2026 15:56:42 +0200 Subject: [PATCH] provision/downburst: preinstall bindutils for rocky to Signed-off-by: Kyr Shatskyy --- teuthology/provision/downburst.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.47.3