mirror of
https://github.com/ceph/ceph
synced 2025-02-15 14:58:01 +00:00
* refs/pull/32232/head: qa: no need to exclude ceph-mgr-diskprediction-cloud from package list to be installed qa/packages: do not install ceph-mgr-diskprediction-cloud by default ceph.spec.in: add runtime deps for mgr-diskprediction-cloud Reviewed-by: Sage Weil <sage@redhat.com>
36 lines
709 B
YAML
36 lines
709 B
YAML
overrides:
|
|
ceph:
|
|
mon_bind_msgr2: false
|
|
log-whitelist:
|
|
- \(MON_DOWN\)
|
|
conf:
|
|
global:
|
|
ms type: async
|
|
ms bind msgr2: false
|
|
tasks:
|
|
- install:
|
|
branch: jewel
|
|
exclude_packages:
|
|
- librados3
|
|
- ceph-mgr-dashboard
|
|
- ceph-mgr-diskprediction-local
|
|
- ceph-mgr-rook
|
|
- ceph-mgr-cephadm
|
|
- cephadm
|
|
- ceph-mgr
|
|
- libcephfs2
|
|
- libcephfs-devel
|
|
- libcephfs-dev
|
|
- ceph-immutable-object-cache
|
|
- ceph-base
|
|
- librados-devel
|
|
- python3-rados
|
|
- python3-rgw
|
|
- python3-rbd
|
|
- python3-cephfs
|
|
extra_packages:
|
|
- librados2
|
|
- python-rados
|
|
- python-rbd
|
|
- python-cephfs
|