puppet-ceilometer 18.3.0 (wallaby)
We are pumped to announce the release of: puppet-ceilometer 18.3.0: Puppet module for OpenStack Ceilometer This release is part of the wallaby 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. 18.3.0 ^^^^^^ New Features ************ * Add TLS options for oslo.cache * The following meters are enabled by default when "ceilometer::agent::polling::manage_polling" is "true". * hardware.cpu.user * hardware.cpu.nice * hardware.cpu.system * hardware.cpu.idle * hardware.cpu.wait * hardware.cpu.kernel * hardware.cpu.interrupt Bug Fixes ********* * Now the default meters use disk.device metrics instead of disk metrics, so that disk performance data can be captured by default. * The template file which is used to create pipeline.yaml when manage_pipeline is true was updated, and no longer includes usage of transfomer feature because this feature was already removed from ceilometer. Changes in puppet-ceilometer 18.2.0..18.3.0 ------------------------------------------- c2ebbfb Prepare Wallaby M3 44fc5d2 Add TLS options for oslo.cache d27fbd3 Fix the wrong file mentioned in the bug 1912345 release note 5b8f5d0 Remove transformers from pipeline.yaml 5d86851 Update cpu meters of hardware resource 682ef84 Replace disk.* meters by disk.device.* meters Diffstat (except docs and test files) ------------------------------------- manifests/init.pp | 43 +++++++++++ manifests/params.pp | 15 +++- metadata.json | 8 +- .../notes/add_tls_options-c9970ada14354891.yaml | 4 + .../notes/bug-1911852-283ca913d7c7e818.yaml | 5 ++ .../notes/bug-1912345-cd3db2d4c03bec17.yaml | 6 ++ .../hardware-cpu-meters-664cb6753d5efc81.yaml | 13 ++++ spec/classes/ceilometer_agent_polling_spec.rb | 15 +++- spec/classes/ceilometer_init_spec.rb | 7 ++ templates/pipeline.yaml.erb | 85 ---------------------- 10 files changed, 104 insertions(+), 97 deletions(-)
participants (1)
-
no-reply@openstack.org