blob: 61337e0e69cc423f6df1af031cb6eaccf05d2fe5 (
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
|
overrides:
ceph:
log-ignorelist:
- \(MON_DOWN\)
conf:
global:
ms type: async
ms bind msgr2: true
ms bind msgr1: false
tasks:
- install:
branch: nautilus
exclude_packages:
- cephadm
- ceph-mgr-cephadm
- ceph-immutable-object-cache
- python3-rados
- python3-rgw
- python3-rbd
- python3-cephfs
- ceph-volume
extra_packages:
- python-rados
- python-rgw
- python-rbd
- python-cephfs
|