mirror of
https://github.com/ceph/ceph
synced 2024-12-21 02:42:48 +00:00
201b4d0d1e
Signed-off-by: Zack Cerza <zack@redhat.com>
24 lines
510 B
YAML
24 lines
510 B
YAML
roles:
|
|
- [mon.a, mon.c, osd.0, osd.1, osd.2]
|
|
- [mon.b, mds.a, osd.3, osd.4, osd.5]
|
|
- [client.0]
|
|
- [client.1]
|
|
openstack:
|
|
- volumes: # attached to each instance
|
|
count: 3
|
|
size: 10 # GB
|
|
tasks:
|
|
- install:
|
|
- ceph:
|
|
- rbd.xfstests:
|
|
client.0:
|
|
test_image: 'test_image-0'
|
|
scratch_image: 'scratch_image-0'
|
|
tests: '-g auto'
|
|
randomize: true
|
|
client.1:
|
|
test_image: 'test_image-1'
|
|
scratch_image: 'scratch_image-1'
|
|
tests: '-g auto'
|
|
randomize: true
|