blob: 5cd9242e9ebd30e688303a85b21640a03b8fb07a (
plain)
1
2
3
4
5
6
7
8
9
10
|
tasks:
- install:
extra_packages:
rpm: ['python3-cephfs']
deb: ['python3-cephfs', 'cephfs-shell']
# For kernel_untar_build workunit
extra_system_packages:
deb: ['bison', 'flex', 'libelf-dev', 'libssl-dev']
rpm: ['bison', 'flex', 'elfutils-libelf-devel', 'openssl-devel']
- ceph:
|