File tree Expand file tree Collapse file tree
ansible/inventory/group_vars/all
doc/source/configuration/reference Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -240,8 +240,8 @@ compute_libvirt_enable_tls: false
240240compute_libvirt_ceph_repo_install: true
241241
242242# Ceph package repository release to install on CentOS and Rocky hosts when
243- # compute_libvirt_ceph_repo_install is true. Default is 'pacific '.
244- compute_libvirt_ceph_repo_release: pacific
243+ # compute_libvirt_ceph_repo_install is true. Default is 'squid '.
244+ compute_libvirt_ceph_repo_release: squid
245245
246246###############################################################################
247247# Compute node swap configuration.
Original file line number Diff line number Diff line change @@ -1237,7 +1237,7 @@ are relevant only when using the libvirt daemon rather than the
12371237 Default is ``true ``.
12381238``compute_libvirt_ceph_repo_release ``
12391239 Ceph package repository release to install on CentOS and Rocky hosts when
1240- ``compute_libvirt_ceph_repo_install `` is ``true ``. Default is ``pacific ``.
1240+ ``compute_libvirt_ceph_repo_install `` is ``true ``. Default is ``squid ``.
12411241
12421242Example: custom libvirtd.conf
12431243-----------------------------
Original file line number Diff line number Diff line change 209209# compute_libvirt_ceph_repo_install:
210210
211211# Ceph package repository release to install on CentOS and Rocky hosts when
212- # compute_libvirt_ceph_repo_install is true. Default is 'pacific '.
212+ # compute_libvirt_ceph_repo_install is true. Default is 'squid '.
213213# compute_libvirt_ceph_repo_release:
214214
215215# ##############################################################################
Original file line number Diff line number Diff line change 1+ ---
2+ upgrade :
3+ - |
4+ Bumps Ceph package repository to Squid. This repository is only configured
5+ when using host libvirt.
You can’t perform that action at this time.
0 commit comments