summaryrefslogtreecommitdiffstats
path: root/qa/suites/orch/cephadm/smoke-singlehost/1-start.yaml
blob: ca6019c66cfe5b007bef36fa4c9da6d32dbf6045 (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
tasks:
- cephadm:
    roleless: true
    single_host_defaults: true
- cephadm.shell:
    host.a:
      - ceph orch status
      - ceph orch ps
      - ceph orch ls
      - ceph orch host ls
      - ceph orch device ls
roles:
- - host.a
  - osd.0
  - osd.1
  - osd.2
  - osd.3
  - client.0
openstack:
- volumes: # attached to each instance
    count: 4
    size: 10 # GB
overrides:
  ceph:
    conf:
      osd:
        osd shutdown pgref assert: true