puppet-octavia 25.0.0 (dalmatian)
We are chuffed to announce the release of: puppet-octavia 25.0.0 This release is part of the dalmatian release series. The source is available from: https://opendev.org/openstack/puppet-octavia Download the package from: https://tarballs.openstack.org/puppet-octavia/ Please report issues through: https://bugs.launchpad.net/puppet-octavia/+bugs For more details, please see below. Changes in puppet-octavia 24.0.0..25.0.0 ---------------------------------------- 219fa81 Prepare 2024.2 release 30290ef Expose parameter to customize [oslo_messaging_notifications] retry deabac2 Add support for [oslo_messaging_rabbit] enable_cancel_on_failover 8d64c32 logging: Deprecate watch_log_file 2dd38b3 Add validations for keystone resource parameters e3a06e7 Expose rabbit_qos_prefetch_count 094961f Add support for [healthcheck] enable_by_file_paths 90a1a9a add possibility to specify certificates from source 058c922 Support options for authentication and SSL for Redis Sentinel 4432216 reno: Update master for unmaintained/zed f4a390d Remove support for amqp1 messaging driver 5c30a57 health_manager: Remove deprecated workers parameter 163afb5 api: Remove deprecated provider_drivers 5695a32 heartbeat_key parameter has no default 3e926c8 task_flow: Ensure backend package is installed 19c370e Remove deprecated neutron parameters 8034f0e Update master for stable/2024.1 Diffstat (except docs and test files) ------------------------------------- manifests/api.pp | 20 +--- manifests/certificates.pp | 50 ++++++-- manifests/controller.pp | 1 - manifests/health_manager.pp | 19 +-- manifests/healthcheck.pp | 7 ++ manifests/init.pp | 113 ++++-------------- manifests/keystone/auth.pp | 34 +++--- manifests/logging.pp | 13 ++- manifests/neutron.pp | 21 ---- manifests/params.pp | 4 + manifests/task_flow.pp | 130 ++++++++++++++++----- metadata.json | 10 +- .../notes/certificate_source-e66d13973d818351.yaml | 4 + .../deprecate-watch_log_file-cef86f1b04110ace.yaml | 4 + ...enable_cancel_on_failover-d9c143d33af343dc.yaml | 5 + .../hc-enable_by_file_paths-a26a14bb13665e0e.yaml | 5 + .../notes/notification-retry-9c8c2a29fcc18867.yaml | 4 + ...rabbit_qos_prefetch_count-28487b2e87b5ac05.yaml | 4 + ...dis-sentinel-auth-and-ssl-92a5415f7f310ec0.yaml | 8 ++ .../notes/remove-amqp1-fff95d2280bd6669.yaml | 4 + ...move-api-provider_drivers-61afe0c19e9d6189.yaml | 5 + ...e-deprecated-neutron-opts-7c661594cb70fcf5.yaml | 8 ++ .../notes/remove-hm-workers-698f4ec645474030.yaml | 5 + ...task_flow-backend_package-390484b756669544.yaml | 7 ++ releasenotes/source/2024.1.rst | 6 + releasenotes/source/index.rst | 1 + releasenotes/source/zed.rst | 2 +- spec/classes/octavia_api_spec.rb | 12 -- spec/classes/octavia_certificates_spec.rb | 67 +++++++++++ spec/classes/octavia_healthcheck_spec.rb | 3 + spec/classes/octavia_init_spec.rb | 61 ++-------- spec/classes/octavia_logging_spec.rb | 1 - spec/classes/octavia_neutron_spec.rb | 17 --- spec/classes/octavia_task_flow_spec.rb | 113 ++++++++++++++---- 34 files changed, 445 insertions(+), 323 deletions(-)
participants (1)
-
no-reply@openstack.org