puppet-magnum 25.0.0 (dalmatian)
We exuberantly announce the release of: puppet-magnum 25.0.0 This release is part of the dalmatian release series. The source is available from: https://opendev.org/openstack/puppet-magnum Download the package from: https://tarballs.openstack.org/puppet-magnum/ Please report issues through: https://bugs.launchpad.net/puppet-magnum/+bugs For more details, please see below. Changes in puppet-magnum 24.0.0..25.0.0 --------------------------------------- bcc5d8b Prepare 2024.2 release 1f4e317 Use Stdlib::Filemode to validate file mode dccda34 Expose parameter to customize [oslo_messaging_notifications] retry 94e3562 Add support for [oslo_messaging_rabbit] enable_cancel_on_failover 1da570a logging: Deprecate watch_log_file 4ed9063 Expose rabbit_qos_prefetch_count 32487db Add validations for keystone resource parameters 85d00c3 Use user/group definition from params class 797738c capi_helm: add all configuration variables as parameters 98798f2 add class to handle drivers section 4feba93 Deprecate conductor_life_check_timeout 6422bbe Add support for [healthcheck] enable_by_file_paths 5a6e37b reno: Update master for unmaintained/zed 311f345 Remove support for amqp1 messaging driver f542429 Add support for [certificates] storage_path option 840c63f Remove deprecated exec_path parameter for db sync 478ce9a Update master for stable/2024.1 Diffstat (except docs and test files) ------------------------------------- manifests/capi_helm.pp | 158 +++++++++++++++++++++ manifests/certificates.pp | 14 +- manifests/conductor.pp | 28 ++-- manifests/db/sync.pp | 12 -- manifests/drivers.pp | 40 ++++++ manifests/healthcheck.pp | 7 + manifests/init.pp | 151 +++++--------------- manifests/keystone/auth.pp | 34 ++--- manifests/logging.pp | 13 +- ...class_for_drivers_section-b98614bc3ea67471.yaml | 4 + metadata.json | 8 +- ..._capi_helm_driver_configs-50bcfd5bb6797a90.yaml | 4 + ...certificates-storage_path-727ecc140f814743.yaml | 4 + ...ductor_life_check_timeout-256bd693848a296c.yaml | 5 + .../deprecate-watch_log_file-69155cd9dff53e62.yaml | 4 + ...enable_cancel_on_failover-a6e9cf503179e197.yaml | 5 + .../hc-enable_by_file_paths-a7e73ea9548c075a.yaml | 5 + .../notes/notification-retry-f19eb30428c12630.yaml | 4 + ...rabbit_qos_prefetch_count-973c63004bc994cc.yaml | 4 + .../notes/remove-amqp1-61c98af72031b517.yaml | 4 + .../remove-db-sync-exec_path-da1f0d6567985e51.yaml | 4 + releasenotes/source/2024.1.rst | 6 + releasenotes/source/index.rst | 1 + releasenotes/source/zed.rst | 2 +- spec/classes/magnum_capi_helm_spec.rb | 91 ++++++++++++ spec/classes/magnum_certificates_spec.rb | 38 +++++ spec/classes/magnum_conductor_spec.rb | 9 -- spec/classes/magnum_drivers_spec.rb | 45 ++++++ spec/classes/magnum_healthcheck_spec.rb | 3 + spec/classes/magnum_init_spec.rb | 70 ++------- spec/classes/magnum_logging_spec.rb | 1 - 31 files changed, 548 insertions(+), 230 deletions(-)
participants (1)
-
no-reply@openstack.org