summaryrefslogtreecommitdiffstats
path: root/qa/suites/powercycle/osd/powercycle/default.yaml
blob: 9e0ed4769b6fef83defa3cae39b7904c89a5e6e3 (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
tasks:
- install:
    extra_system_packages:
      deb:
      - bison
      - flex
      - libelf-dev
      - libssl-dev
      - libaio-dev
      - libtool-bin
      - uuid-dev
      - xfslibs-dev
      rpm:
      - bison
      - flex
      - elfutils-libelf-devel
      - openssl-devel
      - libaio-devel
      - libtool
      - libuuid-devel
      - xfsprogs-devel
- ceph:
- thrashosds:
    chance_down: 1.0
    powercycle: true
    timeout: 600