mirror of
https://github.com/ceph/ceph
synced 2025-01-08 12:10:20 +00:00
9754b3769b
the default set of packages to install is in $suite/qa/packages/packages.yaml . see get_package_list() in teuthology/teuthology/task/install/__init__.py for how we prepare a package list for install task. for running python3 tests in fs/basic_functional/tasks/volume-client, we need to install python3-cephfs. please note that, _package_override() in teuthology/teutholoy/task/install/rpm.py will take care of the different naming on centos/rhel, where the python3 packages are named python34-*. Signed-off-by: Kefu Chai <kchai@redhat.com>
6 lines
77 B
YAML
6 lines
77 B
YAML
tasks:
|
|
- install:
|
|
extra_packages:
|
|
- python3-cephfs
|
|
- ceph:
|