mirror of
https://github.com/ceph/ceph
synced 2024-12-21 19:02:10 +00:00
271a7588b5
Everything up upgrade/, which will be slightly tricky. Signed-off-by: Sage Weil <sage@redhat.com>
18 lines
327 B
YAML
18 lines
327 B
YAML
|
|
os_type: ubuntu
|
|
os_version: "14.04"
|
|
|
|
overrides:
|
|
ceph:
|
|
conf:
|
|
client:
|
|
client permissions: false
|
|
roles:
|
|
- [mon.0, mds.0, osd.0, hadoop.master.0]
|
|
- [mon.1, mgr.x, osd.1, hadoop.slave.0]
|
|
- [mon.2, mgr.y, hadoop.slave.1, client.0]
|
|
openstack:
|
|
- volumes: # attached to each instance
|
|
count: 1
|
|
size: 10 # GB
|