2016-04-22 23:00:04 +00:00
|
|
|
roles:
|
|
|
|
- - mon.a
|
2017-03-10 18:48:19 +00:00
|
|
|
- mgr.x
|
2016-04-22 23:00:04 +00:00
|
|
|
- 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
|
2017-02-28 20:07:15 +00:00
|
|
|
count: 2
|
2016-04-22 23:00:04 +00:00
|
|
|
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"
|