summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/suites/rados/upgrade/jewel-x-singleton/0-cluster/start.yaml
blob: 2872225e9934362e3f55fd9c8f40b5caca5147fd (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
meta:
- desc: |
   Run ceph on two nodes,
   with a separate client-only node. 
   Use xfs beneath the osds.
overrides:
  ceph:
    conf:
      mon:
        mon warn on legacy crush tunables: false
    fs: xfs
roles:
- - mon.a
  - mon.b
  - mon.c
  - mgr.x
  - mgr.y
  - mds.a
  - osd.0
  - osd.1
  - osd.2
- - osd.3
  - osd.4
  - osd.5
- - client.0