ceph/qa/cephfs/begin.yaml
Patrick Donnelly 49abce2290
qa: move log-rotate config to common yaml
Fixes: https://tracker.ceph.com/issues/23718
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2020-11-03 13:00:34 -08:00

53 lines
1.0 KiB
YAML

log-rotate:
ceph-mds: 10G
ceph-osd: 10G
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: