ceph/qa/suites/krbd/singleton/tasks/rbd_xfstests.yaml
Sage Weil 271a7588b5 qa/suites: run mgr daemon(s)
Everything up upgrade/, which will be slightly tricky.

Signed-off-by: Sage Weil <sage@redhat.com>
2017-03-29 11:39:26 -04:00

24 lines
517 B
YAML

roles:
- [mon.a, mon.c, osd.0, osd.1, osd.2]
- [mon.b, mgr.x, 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