[release-announce] puppet-ceilometer 14.3.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Thu Mar 14 10:42:32 UTC 2019


We are pleased to announce the release of:

puppet-ceilometer 14.3.0: Puppet module for OpenStack Ceilometer

This release is part of the stein release series.

Download the package from:

    https://tarballs.openstack.org/puppet-ceilometer/

For more details, please see below.

14.3.0
^^^^^^


Prelude
*******

In this release Ubuntu has moved all projects that supported it to
python3 which means that there will be a lot of changes. The Puppet
OpenStack project does not test the upgrade path from python2 to
python3 packages so there might be manual steps required when moving
to the python3 packages.


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

* Service_token_roles_required missing in the server config file
  which allows backwards compatibility to ensure that the service
  tokens are compared against a list of possible roles for validity.


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

* This module now requires a puppetlabs-mysql version >= 6.0.0

* Ubuntu packages are now using python3, the upgrade path is not
  tested by Puppet OpenStack. Manual steps may be required when
  upgrading.

Changes in puppet-ceilometer 14.2.0..14.3.0
-------------------------------------------

76ad8f6 Prepare Stein M3
d1b6cd4 Change keystone v2.0 url to v3
5616321 Add release note about Ubuntu py3 upgrade
0ad4f62 Service_token_roles_required missing in the server config file
8e594d0 Change wiki to docs
28afa46 Use validate_legacy
2727fa2 Use puppet 4 compatible mysql functions
766a7fa Remove Ubuntu Xenial from metadata.json
be78b48 Fix lint issue
a28cb64 Remove redundantly tested code
8cc4689 Update Prefixes.
ca0e3a0 Modify puppet version 4 to 5


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

README.md                                          |   2 +-
examples/site.pp                                   |   2 +-
manifests/agent/notification.pp                    |   4 +-
manifests/config.pp                                |   4 +-
manifests/db/mysql.pp                              |   4 +-
manifests/init.pp                                  |  12 +++
manifests/keystone/auth.pp                         |   2 +-
manifests/keystone/authtoken.pp                    |   8 ++
manifests/policy.pp                                |   2 +-
metadata.json                                      |  15 +--
.../notes/puppet4-mysql-func-19d33ccd49701b0d.yaml |   4 +
.../release-note-ubuntu-py3-47c5f09cd66eea40.yaml  |  10 ++
...vice_token_roles_required-be0830cbcbe1e4c4.yaml |   5 +
spec/classes/ceilometer_db_spec.rb                 | 117 ++-------------------
spec/classes/ceilometer_keystone_authtoken_spec.rb |   3 +
spec/classes/ceilometer_logging_spec.rb            |  32 +++---
16 files changed, 86 insertions(+), 140 deletions(-)







More information about the Release-announce mailing list