Package: puppet-module-barbican / 25.0.0-5

Metadata

Package Version Patches format
puppet-module-barbican 25.0.0-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
add_barbican_secret_provider.patch | (download)

lib/puppet/provider/barbican.rb | 95 95 + 0 - 0 !
lib/puppet/provider/barbican_secret/openstack.rb | 87 87 + 0 - 0 !
lib/puppet/type/barbican_secret.rb | 42 42 + 0 - 0 !
3 files changed, 224 insertions(+)

 add a barbican_secret provider
 This is very helpful to setup disk encryption for Swift.
Add amqp_auto_delete and rabbit_transient_queues_ttl params.patch | (download)

manifests/api.pp | 16 16 + 0 - 0 !
1 file changed, 16 insertions(+)

 add a rabbit_transient_queues_ttl and amqp_auto_delete params
 The amqp_auto_delete option needs this patch:
 https://review.opendev.org/c/openstack/puppet-oslo/+/944132
 .
 Since transient_queues_ttl is also managed by oslo::messaging::rabbit,
 there's no way to use keystone_config to set it, so this patch is
 mandatory for one to set rabbit_transient_queues_ttl in barbican.conf.
Add queue_manager and stream_fanout.patch | (download)

manifests/api.pp | 12 12 + 0 - 0 !
releasenotes/notes/queue_manager-and-stream_fanout-36d60f75ca75ac43.yaml | 5 5 + 0 - 0 !
2 files changed, 17 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 barbican_config.