blob: 2d3f3c69212d025ec69407ae3d46be3b6e9109ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
roles:
- [mon.a, mgr.x, osd.0, osd.1, client.0]
openstack:
- volumes: # attached to each instance
count: 2
size: 10 # GB
tasks:
- install:
- ceph:
fs: xfs
- filestore_idempotent:
|