mirror of
https://github.com/ceph/ceph
synced 2024-12-19 09:57:05 +00:00
271a7588b5
Everything up upgrade/, which will be slightly tricky. Signed-off-by: Sage Weil <sage@redhat.com>
34 lines
468 B
YAML
34 lines
468 B
YAML
roles:
|
|
- - mon.a
|
|
- mgr.x
|
|
- mds.a
|
|
- osd.0
|
|
- osd.1
|
|
- - mon.b
|
|
- mon.c
|
|
- osd.2
|
|
- osd.3
|
|
- client.0
|
|
|
|
openstack:
|
|
- volumes: # attached to each instance
|
|
count: 2
|
|
size: 10 # GB
|
|
|
|
tasks:
|
|
- install:
|
|
- ceph:
|
|
fs: xfs
|
|
log-whitelist:
|
|
- wrongly marked me down
|
|
conf:
|
|
client.rest0:
|
|
debug ms: 1
|
|
debug objecter: 20
|
|
debug rados: 20
|
|
- rest-api: [client.0]
|
|
- workunit:
|
|
clients:
|
|
client.0:
|
|
- rest/test.py
|