blob: 6fc0af68f4b623302595b45576e68c82c50181a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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
|