[release-announce] [puppet] puppet-gnocchi 11.0.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Wed Apr 12 18:34:45 UTC 2017


We are stoked to announce the release of:

puppet-gnocchi 11.0.0: Puppet module for OpenStack Gnocchi

This release is part of the pike release series.

Download the package from:

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

For more details, please see below.

11.0.0
^^^^^^


Deprecation Notes
*****************

* add middlewares configuration to gnocchi.conf.

* gnocchi::ensure_package is now deprecated and will be removed in
  the future release. Please use gnocchi::package_ensure instead.

* gnocchi::db::ensure_package is now deprecated and will be removed
  in the future release. Please use gnocchi::db::package_ensure
  instead.


Bug Fixes
*********

* Install redis when coordination is set in gnocchi storage.
  Otherwise metricd will go creazy and throw exceptions.

Changes in puppet-gnocchi 10.3.0..11.0.0
----------------------------------------

acc4303 Drop -dev for release prep
5dba91b oslo log: check puppet resource instead of actual config in spec
b6e95b2 Update test-requirements.txt
2acc4e0 Fix typo
c8dc4eb Inconsistent package_ensure parameter name
4f5eee5 Prepare Pike metadata
c0f0622 Install python-redis when coordination is set
ea7c395 add middlewares configuration
5ec568d Update reno for stable/ocata


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

manifests/api.pp                                   |  10 +-
manifests/db.pp                                    |  22 +++-
manifests/init.pp                                  |  22 +++-
manifests/params.pp                                |   2 +
manifests/storage.pp                               |  15 ++-
metadata.json                                      | 137 ++++++++++-----------
...middlewares-configuration-fdb6048123cc848f.yaml |   3 +
..._ensure_package_parameter-8a3583e991345fd3.yaml |   6 +
.../notes/install-redis-ded395c27ee7dfc3.yaml      |   4 +
releasenotes/source/conf.py                        |  12 +-
releasenotes/source/index.rst                      |   1 +
releasenotes/source/ocata.rst                      |   6 +
spec/classes/gnocchi_api_spec.rb                   |   1 +
spec/classes/gnocchi_logging_spec.rb               | 102 +++++++--------
spec/classes/gnocchi_storage_spec.rb               |  16 +++
test-requirements.txt                              |  10 +-
16 files changed, 223 insertions(+), 146 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index baa2346..1ea50a8 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,3 +1,5 @@
-# this is required for the docs build jobs
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
-oslosphinx>=2.5.0 # Apache-2.0
+# This is required for the docs build jobs
+sphinx>=1.5.1  # BSD
+oslosphinx>=4.7.0  # Apache-2.0
+
+# This is required for the releasenotes build jobs
@@ -5 +7 @@ oslosphinx>=2.5.0 # Apache-2.0
-reno>=0.1.1,!=2.0.0 # Apache-2.0
+reno>=1.8.0,!=2.0.0  # Apache-2.0





More information about the Release-announce mailing list