2025.1 Series Release Notes¶
26.0.0¶
New Features¶
Add the
access_log_env_varparameter to thecinder::wsgi::apacheclass to allow filtering logs (eg. suppress healthecks)
Add a new
amqp_auto_deleteparameter, so that transient queues are automatically deleted.
The
cinder::backup::nfsclass now ensures that the nfs client package is installed. The newpackage_ensureparameter has been added so that the package state can be customized.
The new
cinder::backup::backup_ceph_max_snapshotsparameter has been added.
The
cinder::keystone::authclass now manages the block-storage service type and its endpoints.
The following parameters have been added to the
cinder::schedulerclass.driver_init_wait_timehost_managermax_attempts
The following parameters have been added to the
cinder::scheduler::filterclass.default_weighersweight_handler
The
cinder::backend::nfsdefined resource type now ensures that the nfs client package is installed. The newpackage_ensureparameter has been added so that the package state can be customized.
This module now officially supports Puppet 8.
A new parameter
rabbit_transient_queues_ttlhas been added to the cinder class to configure how long transient queue should stay until they are automatically deleted.
Ubuntu 24.04 is now formally supported.
Upgrade Notes¶
The
propertiesproperty ofcinder_typeresource andcinder_qosresource now accepts Hash values instead of Array values.
Support for VMWare storage driver has been removed.
Ubuntu 22.04 is no longer supported.
Deprecation Notes¶
Support for the Quobyte volume driver has been deprecated, because the driver is now marked unsupported.
The
cinder::rabbit_heartbeat_in_pthreadparameter has been deprecated and will be removed in the future release.
The
cinder::backend::sandefined resource type has been deprecated and will be removed in a future release.
Support for VZStorageDriver has been deprecated. The driver has been marked unsupported in cinder for multiple releases.
The
cinder::scheduler::scheduler_driverparameter has been deprecated, in favor of the newdriverparameter.
The
cinder::scheduler::filter::scheduler_default_filtersparameter has been deprecated, in favor of the newdefault_filtersparameter.