Package: puppet-module-magnum / 25.0.0-2

Metadata

Package Version Patches format
puppet-module-magnum 25.0.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Add amqp_auto_delete and rabbit_transient_queues_ttl params.patch | (download)

manifests/init.pp | 16 16 + 0 - 0 !
releasenotes/notes/amqp_auto_delete-9b88003515741593.yaml | 5 5 + 0 - 0 !
releasenotes/notes/rabbit_transient_queues_ttl-483107926cbdf369.yaml | 6 6 + 0 - 0 !
spec/classes/magnum_init_spec.rb | 6 6 + 0 - 0 !
4 files changed, 33 insertions(+)

 [patch] 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 magnum_config to set it, so this patch is mandatory
for one to set rabbit_transient_queues_ttl in magnum.conf.

Add queue_manager and stream fanout.patch | (download)

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

 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 magnum_config.