summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/suites/ceph-deploy/basic/tasks/ceph-admin-commands.yaml
blob: fc4873ceed1a1ed9e9c0b66d35034649d72f037b (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
roles:
- - mon.a
  - mgr.x
  - mds.0
  - osd.0
- - osd.1
  - mon.b
  - client.0
openstack:
  - machine:
      disk: 10 # GB
      ram: 2000 # MB
      cpus: 1
    volumes: # attached to each instance
      count: 2
      size: 10 # GB
tasks:
- ssh_keys:
- print: "**** done ssh_keys"
- ceph-deploy:
- print: "**** done ceph-deploy"
- workunit:
     clients:
        client.0:
           - ceph-tests/ceph-admin-commands.sh
- print: "**** done ceph-tests/ceph-admin-commands.sh"