Skip to content

Commit

Permalink
teuthology/task: drop packages that are not built
Browse files Browse the repository at this point in the history
Fixes the error `Unable to find a match: python3-ceph`.

Fixes: https://tracker.ceph.com/issues/68037
Signed-off-by: Jos Collin <jcollin@redhat.com>
  • Loading branch information
joscollin authored Oct 1, 2024
1 parent c951c67 commit db2f43d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions teuthology/task/install/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ ceph:
- ceph-fuse
- ceph-test
- radosgw
- python3-ceph
- python3-rados
- python3-rgw
- python3-cephfs
- python3-rbd
- libcephfs2
- librados2
- librbd1
Expand All @@ -28,6 +31,9 @@ ceph:
- libcephfs2
- librados2
- librbd1
- python3-ceph
- python3-rados
- python3-rgw
- python3-cephfs
- python3-rbd
- rbd-fuse
- ceph-debuginfo

0 comments on commit db2f43d

Please sign in to comment.