blob: f29bb3527bf8b1f7a9714887f5ca94abb53f6226 (
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
31
32
|
overrides:
ceph:
mon_bind_msgr2: false
log-ignorelist:
- \(MON_DOWN\)
conf:
global:
ms type: async
ms bind msgr2: false
tasks:
- install:
branch: luminous
exclude_packages:
- librados3
- ceph-mgr-dashboard
- ceph-mgr-diskprediction-local
- ceph-mgr-rook
- ceph-mgr-cephadm
- cephadm
- ceph-immutable-object-cache
- ceph-base
- python3-rados
- python3-rgw
- python3-rbd
- python3-cephfs
- librados-devel
extra_packages:
- librados2
- python-rados
- python-rgw
- python-rbd
- python-cephfs
|