2012-11-21 15:44:14 +00:00
|
|
|
roles:
|
|
|
|
- [mon.a, mon.c, osd.0, osd.1, osd.2]
|
2017-03-10 18:48:19 +00:00
|
|
|
- [mon.b, mgr.x, mds.a, osd.3, osd.4, osd.5]
|
2012-11-21 15:44:14 +00:00
|
|
|
- [client.0]
|
|
|
|
- [client.1]
|
2017-02-24 18:17:45 +00:00
|
|
|
openstack:
|
|
|
|
- volumes: # attached to each instance
|
|
|
|
count: 3
|
|
|
|
size: 10 # GB
|
2012-11-21 15:44:14 +00:00
|
|
|
tasks:
|
2013-02-20 05:02:26 +00:00
|
|
|
- install:
|
2012-11-21 15:44:14 +00:00
|
|
|
- ceph:
|
|
|
|
- rbd.xfstests:
|
|
|
|
client.0:
|
|
|
|
test_image: 'test_image-0'
|
|
|
|
scratch_image: 'scratch_image-0'
|
2014-05-29 15:56:17 +00:00
|
|
|
tests: '-g auto'
|
|
|
|
randomize: true
|
2012-11-21 15:44:14 +00:00
|
|
|
client.1:
|
|
|
|
test_image: 'test_image-1'
|
|
|
|
scratch_image: 'scratch_image-1'
|
2014-05-29 15:56:17 +00:00
|
|
|
tests: '-g auto'
|
|
|
|
randomize: true
|