Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / qa / suites / ceph-deploy / basic / tasks / ceph-admin-commands.yaml
1 roles:
2 - - mon.a
3   - mgr.x
4   - mds.0
5   - osd.0
6 - - osd.1
7   - mon.b
8   - client.0
9 openstack:
10   - machine:
11       disk: 10 # GB
12       ram: 2000 # MB
13       cpus: 1
14     volumes: # attached to each instance
15       count: 2
16       size: 10 # GB
17 tasks:
18 - ssh_keys:
19 - print: "**** done ssh_keys"
20 - ceph-deploy:
21 - print: "**** done ceph-deploy"
22 - workunit:
23      clients:
24         client.0:
25            - ceph-tests/ceph-admin-commands.sh
26 - print: "**** done ceph-tests/ceph-admin-commands.sh"