ceph/suites/rados/objectstore/objectstore.yaml
Loic Dachary 52017e6707 openstack: add disks where necessary
Ref: http://tracker.ceph.com/issues/17152

Signed-off-by: Loic Dachary <loic@dachary.org>
2016-08-29 10:33:55 +02:00

13 lines
290 B
YAML

roles:
- [mon.0, osd.0, osd.1, client.0]
openstack:
- volumes: # attached to each instance
count: 2
size: 10 # GB
tasks:
- install:
- exec:
client.0:
- mkdir $TESTDIR/ostest && cd $TESTDIR/ostest && ceph_test_objectstore --gtest_filter=-*/2
- rm -rf $TESTDIR/ostest