From e6918187568dbd01842d8d1d2c808ce16a894239 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 21 Apr 2024 13:54:28 +0200 Subject: Adding upstream version 18.2.2. Signed-off-by: Daniel Baumann --- qa/cephfs/begin/0-install.yaml | 65 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 qa/cephfs/begin/0-install.yaml (limited to 'qa/cephfs/begin/0-install.yaml') diff --git a/qa/cephfs/begin/0-install.yaml b/qa/cephfs/begin/0-install.yaml new file mode 100644 index 000000000..413958f11 --- /dev/null +++ b/qa/cephfs/begin/0-install.yaml @@ -0,0 +1,65 @@ +tasks: + - install: + extra_packages: + rpm: + - python3-cephfs + - cephfs-top + - cephfs-mirror + deb: + - python3-cephfs + - cephfs-shell + - cephfs-top + - cephfs-mirror + # 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 + # for postgres + - postgresql + - postgresql-client + - postgresql-common + - postgresql-contrib + 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 + # for postgres + - postgresql + - postgresql-server + - postgresql-contrib +syslog: + ignorelist: + - WARNING*.*check_session_state + - WARNING*.*__ceph_remove_cap -- cgit v1.2.3