mirror of
https://github.com/ceph/ceph
synced 2024-12-22 19:34:30 +00:00
a546e20761
Just so they're in a nice convenient bunch. Signed-off-by: Sage Weil <sage@redhat.com>
9 lines
189 B
YAML
9 lines
189 B
YAML
roles:
|
|
- [mon.0, osd.0, osd.1, client.0]
|
|
tasks:
|
|
- install:
|
|
- exec:
|
|
client.0:
|
|
- mkdir $TESTDIR/ostest && cd $TESTDIR/ostest && ceph_test_objectstore
|
|
- rm -rf $TESTDIR/ostest
|