[release-announce] puppet-ceilometer 20.0.0 (yoga)

no-reply at openstack.org no-reply at openstack.org
Fri Nov 26 16:55:46 UTC 2021


We are satisfied to announce the release of:

puppet-ceilometer 20.0.0: Puppet module for OpenStack Ceilometer

This release is part of the yoga 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.

20.0.0
^^^^^^


New Features
************

* The new "ceilometer::max_parallel_requests" 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.


Upgrade Notes
*************

* The "ceilometer::policy" class has been removed.

Changes in puppet-ceilometer 19.4.0..20.0.0
-------------------------------------------

7fbd758 Add support for polling Radosgw metrics
89923f7 Add support for the [service_types] parameters
31b5d7f Remove unused, outdated unit test cases
ed000c0 Do not hardcode default of [DEFAULT] http_timeout
b1ebc89 Add support for [DEFAULT] max_parallel_requests
c3c1afb Add support for [polling] batch_size
d481b0c Bump puppetlabs-inifile
330da65 Remove the ceilometer::policy class
5cf5370 Bump version for the start of Yoga
8f648f2 Update master for stable/xena


Diffstat (except docs and test files)
-------------------------------------

manifests/agent/polling.pp                         |  9 ++++
manifests/agent/polling/rgw.pp                     | 32 ++++++++++++++
manifests/agent/polling/service_types.pp           | 50 ++++++++++++++++++++++
manifests/init.pp                                  | 11 ++++-
manifests/policy.pp                                | 37 ----------------
metadata.json                                      | 10 ++---
.../max_parallel_requests-ef9a035e9ecf0951.yaml    |  4 ++
.../notes/polling-batch_size-95f15dc9d96b96b4.yaml |  5 +++
.../notes/remove-policy-7f6354b93ba44c18.yaml      |  4 ++
.../notes/rgw-support-35ca7afb8e5ec322.yaml        |  5 +++
.../notes/service_types-2a672cdceff9227f.yaml      |  5 +++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/xena.rst                       |  6 +++
spec/classes/ceilometer_agent_polling_rgw_spec.rb  | 41 ++++++++++++++++++
.../ceilometer_agent_polling_service_types_spec.rb | 50 ++++++++++++++++++++++
spec/classes/ceilometer_agent_polling_spec.rb      |  9 ++++
spec/classes/ceilometer_init_spec.rb               | 24 +++--------
17 files changed, 240 insertions(+), 63 deletions(-)







More information about the Release-announce mailing list