mirror of
https://github.com/ceph/ceph
synced 2024-12-23 03:44:23 +00:00
271a7588b5
Everything up upgrade/, which will be slightly tricky. Signed-off-by: Sage Weil <sage@redhat.com>
22 lines
369 B
YAML
22 lines
369 B
YAML
roles:
|
|
- [mon.a, mgr.x, osd.0, osd.1, client.0]
|
|
tasks:
|
|
- install:
|
|
- exec:
|
|
client.0:
|
|
- ceph_test_async_driver
|
|
- ceph_test_msgr
|
|
openstack:
|
|
- machine:
|
|
disk: 40 # GB
|
|
ram: 15000 # MB
|
|
cpus: 1
|
|
volumes: # attached to each instance
|
|
count: 0
|
|
size: 1 # GB
|
|
overrides:
|
|
ceph:
|
|
conf:
|
|
client:
|
|
debug ms: 20
|