Package: puppet-module-ironic / 25.0.0-2
Metadata
Package | Version | Patches format |
---|---|---|
puppet-module-ironic | 25.0.0-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
do not include inspector policy.patch | (download) |
manifests/inspector.pp |
4 3 + 1 - 0 ! |
do not include ironic::inspector::policy that fails install |
Allow_standalone_mode_for_Debian.patch | (download) |
manifests/inspector.pp |
6 3 + 3 - 0 ! |
allow standalone mode for debian. Debian is also using the standalone mode. Let's allow it in this operating system as well. . Also, fix the comment for the stanalone parameter, so it reflects reality (ie: default is true, not false). |
Add amqp_auto_delete and rabbit_transient_queues_ttl params.patch | (download) |
manifests/init.pp |
16 16 + 0 - 0 ! |
[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 ironic_config to set it, so this patch is mandatory for one to set rabbit_transient_queues_ttl in ironic.conf. Same applies to ironic_inspector_config. |
Add queue_manager and stream_fanout.patch | (download) |
manifests/init.pp |
12 12 + 0 - 0 ! |
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 ironic_config. |