We eagerly announce the release of: puppet-cloudkitty 6.5.0: Puppet module for OpenStack cloudkitty This release is part of the victoria stable release series. The source is available from: https://opendev.org/openstack/puppet-cloudkitty Download the package from: https://tarballs.openstack.org/puppet-cloudkitty/ Please report issues through: https://bugs.launchpad.net/puppet-cloudkitty/+bugs For more details, please see below. 6.5.0 ^^^^^ New Features ************ * Add cloudkitty::fetcher::gnocchi class to configure the gnocchi tenant fetcher. * add class cloudkitty::storage::influxdb to configure influxdb storage Deprecation Notes ***************** * cloudkitty::tenant_fetcher_backend parameter is deprecated instead use cloudkitty::fetcher_backend Changes in puppet-cloudkitty 6.4.0..6.5.0 ----------------------------------------- dd32873 Prepare a new release for victoria cut off b5fcbab Prepare Victoria GA 9113348 add fetcher::gnocchi class to configure the gnocchi tenant fetcher d58a0a2 deprecate cloudkitty::tenant_fetcher_backend 8556da0 add class to configure influxdb storage configuration ed3e99b Change configuration section names Diffstat (except docs and test files) ------------------------------------- manifests/fetcher/gnocchi.pp | 57 ++++++++++++++++++++ manifests/init.pp | 27 +++++++--- manifests/processor.pp | 4 +- manifests/storage/influxdb.pp | 52 ++++++++++++++++++ metadata.json | 2 +- .../add_fetcher_gnocchi-cb561f1ee3371658.yaml | 3 ++ .../class_storage_influxdb-262bcc03108b69e1.yaml | 3 ++ ...te_tenant_fetcher_backend-c032fdfda0ea04c5.yaml | 3 ++ spec/classes/cloudkitty_fetcher_gnocchi_spec.rb | 63 ++++++++++++++++++++++ spec/classes/cloudkitty_init_spec.rb | 4 +- spec/classes/cloudkitty_processor_spec.rb | 4 +- spec/classes/cloudkitty_storage_influxdb_spec.rb | 63 ++++++++++++++++++++++ 12 files changed, 271 insertions(+), 14 deletions(-)