[release-announce] puppet-ceilometer 19.5.0 (xena)
no-reply at openstack.org
no-reply at openstack.org
Wed May 17 11:21:41 UTC 2023
We are pleased to announce the release of:
puppet-ceilometer 19.5.0: Puppet module for OpenStack Ceilometer
This release is part of the xena stable release series.
The source is available from:
https://opendev.org/openstack/puppet-ceilometer
Download the package from:
https://tarballs.openstack.org/puppet-ceilometer/
Please report issues through:
https://bugs.launchpad.net/puppet-ceilometer/+bugs
For more details, please see below.
19.5.0
^^^^^^
New Features
* Add new parameter "tenant_name_discovery", whether to idenitfy
user and project names from polled samples. This paramater is to be
configured only when ceilometer central namespace is enabled.
* Support for the "[compute] resource_update_interval" parameter and
the "[compute] resource_cache_expiry" parameter has been added.
* The "ceilometer::agent::polling" class now suppports the new
"batch_size" parameter.
* Support for the parameters used to poll metrics from the Radosgw
service has been added.
* The new "ceilometer::agent::polling::service_types" class, to
manage parameters in the "[service_types]" section, has been added.
Changes in puppet-ceilometer 19.4.0..19.5.0
-------------------------------------------
842aaeb Add new parameter `tenant_name_discovery`
e08fc27 Add support for [polling] batch_size
69460b9 compute: Add support for tunables parameters
b32543f polling: Ensure unused parameters are cleared
e388565 Prepare the final stable/xena release
2ff14b0 setuptools: Disable auto discovery
89cfedf Bugfix - Deprecated notification_workers is ignored
f96e4c3 Add support for polling Radosgw metrics
882b6f5 Add support for the [service_types] parameters
5f2e4ef Update TOX_CONSTRAINTS_FILE for stable/xena
aef7c7a Update .gitreview for stable/xena
Diffstat (except docs and test files)
-------------------------------------
.gitreview | 1 +
manifests/agent/notification.pp | 2 +-
manifests/agent/polling.pp | 65 +++++++++++++---
manifests/agent/polling/rgw.pp | 32 ++++++++
manifests/agent/polling/service_types.pp | 50 ++++++++++++
metadata.json | 2 +-
...add_tenant_name_discovery-4671aec3daae9622.yaml | 7 ++
.../notes/compute-params-ecee48b43a1bdad2.yaml | 5 ++
.../notes/polling-batch_size-95f15dc9d96b96b4.yaml | 5 ++
.../notes/rgw-support-35ca7afb8e5ec322.yaml | 5 ++
.../notes/service_types-2a672cdceff9227f.yaml | 5 ++
setup.py | 1 +
spec/classes/ceilometer_agent_polling_rgw_spec.rb | 41 ++++++++++
.../ceilometer_agent_polling_service_types_spec.rb | 50 ++++++++++++
spec/classes/ceilometer_agent_polling_spec.rb | 88 ++++++++++++++++++++--
tox.ini | 2 +-
16 files changed, 343 insertions(+), 18 deletions(-)
More information about the Release-announce
mailing list