From 5bffc12c085aa6f0468fc3a61e414af44a60df73 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Fri, 3 Oct 2025 15:50:32 +0200 Subject: [PATCH] Bump Ceph package repository to Squid This repository is only configured when using host libvirt. Change-Id: I38c6c1ef60d023633d4cd02884694392ce84325a Signed-off-by: Pierre Riteau --- ansible/inventory/group_vars/all/compute | 4 ++-- doc/source/configuration/reference/hosts.rst | 2 +- etc/kayobe/compute.yml | 2 +- .../notes/host-libvirt-ceph-squid-6c835edd7ac422c8.yaml | 5 +++++ 4 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 releasenotes/notes/host-libvirt-ceph-squid-6c835edd7ac422c8.yaml diff --git a/ansible/inventory/group_vars/all/compute b/ansible/inventory/group_vars/all/compute index 30878e069..1803098cc 100644 --- a/ansible/inventory/group_vars/all/compute +++ b/ansible/inventory/group_vars/all/compute @@ -240,8 +240,8 @@ compute_libvirt_enable_tls: false compute_libvirt_ceph_repo_install: true # Ceph package repository release to install on CentOS and Rocky hosts when -# compute_libvirt_ceph_repo_install is true. Default is 'pacific'. -compute_libvirt_ceph_repo_release: pacific +# compute_libvirt_ceph_repo_install is true. Default is 'squid'. +compute_libvirt_ceph_repo_release: squid ############################################################################### # Compute node swap configuration. diff --git a/doc/source/configuration/reference/hosts.rst b/doc/source/configuration/reference/hosts.rst index 4459f2161..694878339 100644 --- a/doc/source/configuration/reference/hosts.rst +++ b/doc/source/configuration/reference/hosts.rst @@ -1238,7 +1238,7 @@ are relevant only when using the libvirt daemon rather than the Default is ``true``. ``compute_libvirt_ceph_repo_release`` Ceph package repository release to install on CentOS and Rocky hosts when - ``compute_libvirt_ceph_repo_install`` is ``true``. Default is ``pacific``. + ``compute_libvirt_ceph_repo_install`` is ``true``. Default is ``squid``. Example: custom libvirtd.conf ----------------------------- diff --git a/etc/kayobe/compute.yml b/etc/kayobe/compute.yml index f27522349..383abd16f 100644 --- a/etc/kayobe/compute.yml +++ b/etc/kayobe/compute.yml @@ -209,7 +209,7 @@ #compute_libvirt_ceph_repo_install: # Ceph package repository release to install on CentOS and Rocky hosts when -# compute_libvirt_ceph_repo_install is true. Default is 'pacific'. +# compute_libvirt_ceph_repo_install is true. Default is 'squid'. #compute_libvirt_ceph_repo_release: ############################################################################### diff --git a/releasenotes/notes/host-libvirt-ceph-squid-6c835edd7ac422c8.yaml b/releasenotes/notes/host-libvirt-ceph-squid-6c835edd7ac422c8.yaml new file mode 100644 index 000000000..afb2a819a --- /dev/null +++ b/releasenotes/notes/host-libvirt-ceph-squid-6c835edd7ac422c8.yaml @@ -0,0 +1,5 @@ +--- +upgrade: + - | + Bumps Ceph package repository to Squid. This repository is only configured + when using host libvirt.