mirror of
https://github.com/ceph/ceph
synced 2024-12-26 05:25:09 +00:00
e58bf34386
- don't specify ceph.py options in the ceph.py - instead, specify them in the per-version facet Note that we don't currently have a way to do v2 only for the mon IPs, so in the v2only cases, we are still binding the mons to v1. Signed-off-by: Sage Weil <sage@redhat.com>
23 lines
453 B
YAML
23 lines
453 B
YAML
overrides:
|
|
ceph:
|
|
mon_bind_addrvec: false
|
|
mon_bind_msgr2: false
|
|
conf:
|
|
global:
|
|
mon warn on msgr2 not enabled: false
|
|
tasks:
|
|
- install:
|
|
branch: luminous
|
|
exclude_packages:
|
|
- librados3
|
|
- ceph-mgr-dashboard
|
|
- ceph-mgr-diskprediction-local
|
|
- ceph-mgr-diskprediction-cloud
|
|
- ceph-mgr-rook
|
|
- ceph-mgr-ssh
|
|
extra_packages: ['librados2']
|
|
- install.upgrade:
|
|
mon.a:
|
|
mon.b:
|
|
mon.c:
|