Yoga Series Release Notes¶
20.3.0¶
New Features¶
The
gnochi::api::operation_timeout
parameter has been added.
20.2.0¶
New Features¶
Now this module supports CentOS 9 and Red Hat Enterprise Linux 9.
The new
gnocchi::storage::ceph::ceph_timeout
parameter has been added.
The
system_scope
parameter has been added to thegnocchi::keystone::authtoken
class.
The
gnocchi::keystone::auth
class now supports customizing roles assigned to the gnocchi service user.
The
gnocchi::keystone::auth
class now supports defining assignmet of system-scoped roles to the gnocchi service user.
Upgrade Notes¶
The
gnocchi::statsd::flush_delay
is now optional and defaults to$::os_service_default
which effectively use the default value defined in Gnocchi itself.
20.1.0¶
New Features¶
The new
gnocchi::api::paste_config
parameter has been added.
The new
gnocchi::config::gnocchi_api_paste_ini
parameter has been added.
20.0.0¶
New Features¶
The new
key_val_separator
parameter has been added to thegnocchi_api_paste_ini
resource type.
Install python-boto3 automatically in order to satisfy s3 storage backend package dependencies. This can be disabled by setting the
gnocchi::storage::s3::manage_boto3
parameter.
The following parameters have been added to the
gnocchi::metricd
class.greedy
metric_reporting_delay
processing_replicas
The new
gnoccho::storage::ceph::package_ensure
parameter has been added.
Upgrade Notes¶
Default value of the
gnocchi::wsgi::apache::ssl
parameter will be changed fromtrue
tofalse
in a future release. Make sure the parameter is set to the desired value.
The
gnocchi::storage::ceph::manage_cradox
parameter has been removed.
Deprecation Notes¶
The
gnocchi::api::middlewares
parameter has been deprecated and will be removed in a future release. The parmaeter has no effect now.
The
gnocchi::metricd::cleanup_delay
parameter has been deprecated in favor of the newgnocchi::metricd::metric_cleanup_delay
parameter.