Package: puppet-module-nova / 25.0.0-4

Metadata

Package Version Patches format
puppet-module-nova 25.0.0-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix libvirtd config for tls.patch | (download)

manifests/migration/libvirt.pp | 8 2 + 6 - 0 !
1 file changed, 2 insertions(+), 6 deletions(-)

 fix libvirtd config for tls
use modular libvirt in debian and ubuntu.patch | (download)

manifests/params.pp | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use modular libvirt in debian and ubuntu
fix no virtproxyd in debian.patch | (download)

manifests/migration/libvirt.pp | 10 7 + 3 - 0 !
1 file changed, 7 insertions(+), 3 deletions(-)

 fix no virtproxyd in debian
Add amqp_auto_delete and rabbit_transient_queues_ttl params.patch | (download)

manifests/init.pp | 16 16 + 0 - 0 !
releasenotes/notes/amqp_auto_delete-c452bf98830afe1a.yaml | 5 5 + 0 - 0 !
releasenotes/notes/rabbit_transient_queues_ttl-f1b43dda25844321.yaml | 6 6 + 0 - 0 !
spec/classes/nova_init_spec.rb | 6 6 + 0 - 0 !
4 files changed, 33 insertions(+)

 add a rabbit_transient_queues_ttl and amqp_auto_delete params
 Since transient_queues_ttl is also managed by oslo::messaging::rabbit,
 there's no way to use nova_config to set it, so this patch is mandatory
 for one to set rabbit_transient_queues_ttl in nova.conf.
add support for virtlock in trixie.patch | (download)

manifests/compute/libvirt/services.pp | 22 17 + 5 - 0 !
1 file changed, 17 insertions(+), 5 deletions(-)

 add support for virtlock in trixie
 virtlockd is packaged separately in Debian 13.
Add queue_manager and stream_fanout.patch | (download)

manifests/init.pp | 12 12 + 0 - 0 !
releasenotes/notes/queue_manager-and-stream_fanout-55a335733a52f7f6.yaml | 5 5 + 0 - 0 !
spec/classes/nova_init_spec.rb | 6 6 + 0 - 0 !
3 files changed, 23 insertions(+)

 [patch] add queue_manager and stream_fanout

This patch adds two new parameters to the toplevel class:
- rabbit_use_queue_manager
- rabbit_stream_fanout

that are already handled by the oslo::messaging::rabbit class, which
makes it impossible to set using nova_config.