summaryrefslogtreecommitdiffstats
path: root/qa/suites/perf-basic/ceph.yaml
blob: 72f66cf5f9dd761e9a63548b7c789b003f5fad9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
meta:
- desc: |
   perf-basic is a basic performance suite.
   Must be run on bare-metal machines.
   On VMs performance results will be inconsistent
   and can't be compared across runs.
   Run ceph on a single node.
   Use xfs beneath the osds.
   Setup rgw on client.0

roles:
- [mon.a, mgr.x, osd.0, osd.1, osd.2, client.0]
tasks:
- install:
- ceph:
    fs: xfs
    wait-for-scrub: false
    log-ignorelist:
      - \(PG_
      - \(OSD_
      - \(OBJECT_
      - overall HEALTH
- ssh_keys: