summaryrefslogtreecommitdiffstats
path: root/qa/cephfs/begin.yaml
blob: 879294a1fdccf1895fd9374ff08bbd21e547ba33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
log-rotate:
  ceph-mds: 10G
  ceph-osd: 10G
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
        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: