Package: puppet-module-designate / 25.0.0-3

Metadata

Package Version Patches format
puppet-module-designate 25.0.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix api number of threads.patch | (download)

manifests/wsgi/uwsgi.pp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix api default number of threads
add_designate_tlds_config.patch | (download)

lib/puppet/provider/designate_tlds_config/openstackconfig.rb | 10 10 + 0 - 0 !
lib/puppet/type/designate_tlds_config.rb | 61 61 + 0 - 0 !
manifests/keystone/authtoken_tlds.pp | 269 269 + 0 - 0 !
3 files changed, 340 insertions(+)

 add designate_tlds_config support
Add amqp_auto_delete and rabbit_transient_queues_ttl params.patch | (download)

manifests/init.pp | 16 16 + 0 - 0 !
releasenotes/notes/amqp_auto_delete-b5c8adf45591c917.yaml | 5 5 + 0 - 0 !
releasenotes/notes/rabbit_transient_queues_ttl-60aa2aed9724e5ba.yaml | 6 6 + 0 - 0 !
spec/classes/designate_init_spec.rb | 4 4 + 0 - 0 !
4 files changed, 31 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 designate_config to set it, so this patch is
 mandatory for one to set rabbit_transient_queues_ttl in designate.conf.
Add queue_manager and stream_fanout.patch | (download)

manifests/init.pp | 12 12 + 0 - 0 !
releasenotes/notes/queue_manager-and-stream_fanout-46864e026814f71b.yaml | 5 5 + 0 - 0 !
spec/classes/designate_init_spec.rb | 8 8 + 0 - 0 !
3 files changed, 25 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 designate_config.