mirror of
https://github.com/ceph/ceph
synced 2024-12-12 06:28:31 +00:00
f0fe0936e6
Fixes: http://tracker.ceph.com/issues/24679 Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
11 lines
333 B
YAML
11 lines
333 B
YAML
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:
|