blob: 9263f2a838b0bce8fb8eb43de029a1fbc43ceea8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
openstack:
- volumes: # attached to each instance
count: 2
size: 10 # GB
overrides:
install:
ceph:
debuginfo: true
ceph:
log-ignorelist:
- overall HEALTH_
- \(PG_
conf:
global:
osd heartbeat grace: 40
osd max object name len: 460
osd max object namespace len: 64
mon:
mon osd crush smoke test: false
osd:
osd fast shutdown: false
valgrind:
mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
osd: [--tool=memcheck]
roles:
- [mon.a, mon.b, mon.c, mgr.x, mgr.y, osd.0, osd.1, osd.2, client.0]
tasks:
- install:
- ceph:
|