From db2f43da2133003312ab8b053092f68d74b6f9f5 Mon Sep 17 00:00:00 2001 From: Jos Collin Date: Tue, 1 Oct 2024 08:54:07 +0530 Subject: [PATCH] teuthology/task: drop packages that are not built Fixes the error `Unable to find a match: python3-ceph`. Fixes: https://tracker.ceph.com/issues/68037 Signed-off-by: Jos Collin --- teuthology/task/install/packages.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/teuthology/task/install/packages.yaml b/teuthology/task/install/packages.yaml index ce5ec0fd3..602edacbd 100644 --- a/teuthology/task/install/packages.yaml +++ b/teuthology/task/install/packages.yaml @@ -7,7 +7,10 @@ ceph: - ceph-fuse - ceph-test - radosgw - - python3-ceph + - python3-rados + - python3-rgw + - python3-cephfs + - python3-rbd - libcephfs2 - librados2 - librbd1 @@ -28,6 +31,9 @@ ceph: - libcephfs2 - librados2 - librbd1 - - python3-ceph + - python3-rados + - python3-rgw + - python3-cephfs + - python3-rbd - rbd-fuse - ceph-debuginfo