ceph/qa/cephfs/begin.yaml
Patrick Donnelly d791daa732
qa: move fsx deps into common cephfs install yaml
The double install task causes errors during unwind.

Fixes: fe3961fc36
Fixes: https://tracker.ceph.com/issues/45387
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2020-05-05 09:35:44 -07:00

50 lines
1006 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
- network-manager
- iproute2
- util-linux
# for xfstests-dev
- dump
- indent
# for fsx
- libaio-dev
- libtool-bin
- uuid-dev
- xfslibs-dev
rpm:
- bison
- flex
- elfutils-libelf-devel
- openssl-devel
- NetworkManager
- iproute
- util-linux
# for xfstests-dev
- libacl-devel
- libaio-devel
- libattr-devel
- libtool
- libuuid-devel
- xfsdump
- xfsprogs
- xfsprogs-devel
# for fsx
- libaio-devel
- libtool
- libuuid-devel
- xfsprogs-devel
- ceph: