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