[puppet] puppet-gnocchi 13.0.0 (rocky)
We jubilantly announce the release of: puppet-gnocchi 13.0.0: Puppet module for OpenStack Gnocchi This release is part of the rocky release series. Download the package from: https://tarballs.openstack.org/puppet-gnocchi/ For more details, please see below. 13.0.0 ^^^^^^ New Features ************ * Add openstack-db tag to Exec that run db-sync. Upgrade Notes ************* * Deprecated ensure_package option has been removed. * Deprecated keystone::authtoken::revocation_cache_time option has been removed. Deprecation Notes ***************** * auth_uri is deprecated and will be removed in a future release. Please use www_authenticate_uri instead. Other Notes *********** * Remove deprecated logging options for ::gnocchi::logging class. Changes in puppet-gnocchi 12.3.0..13.0.0 ---------------------------------------- b2eeddf Prepare Rocky M1 396d630 Debian is using python3-gnocchiclient d39f802 Update .gitignore 5526cda Deprecate auth_uri option e3b7c25 Remove deprecated ensure_package option 737b2db Remove deprecated keystone authtoken revocation_cache_time option df030f9 oslo middleware: check puppet resource instead of actual config in spec 24b91e7 Switch acceptance test to use integration classes 6270186 Remove deprecated logging options d595457 Add 'openstack-db' tag to db-sync Exec resource 56794f3 Move gnocchi api in wsgi back to python2 d84d09b fix mysql connection 3126059 Follow the new PTI for document build 0d372c7 Update reno for stable/queens Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 +- examples/site.pp | 2 +- lib/puppet/provider/gnocchi.rb | 4 +- manifests/api.pp | 1 + manifests/db.pp | 18 +--- manifests/db/sync.pp | 1 + manifests/init.pp | 18 +--- manifests/keystone/authtoken.pp | 20 ++-- manifests/logging.pp | 118 --------------------- manifests/params.pp | 19 +++- manifests/storage.pp | 9 ++ manifests/storage/ceph.pp | 10 ++ manifests/wsgi/apache.pp | 1 + metadata.json | 8 +- ...recate_auth_uri_parameter-91324d12d87e4618.yaml | 4 + .../notes/openstack_db_tag-8b0893929fcd6617.yaml | 3 + ...ted_ensure_package_option-b6afaafe8e6bf9fd.yaml | 3 + ...ocation_cache_time_option-8a0d0250946f08bf.yaml | 3 + ...eprecated_logging_options-7601c56e6cc49f3c.yaml | 3 + releasenotes/source/index.rst | 1 + releasenotes/source/queens.rst | 6 ++ spec/acceptance/basic_gnocchi_spec.rb | 54 +--------- spec/classes/gnocchi_api_spec.rb | 42 +++++++- spec/classes/gnocchi_client_spec.rb | 15 ++- spec/classes/gnocchi_db_sync_spec.rb | 2 + spec/classes/gnocchi_keystone_authtoken_spec.rb | 6 +- spec/classes/gnocchi_storage_ceph_spec.rb | 19 ++++ spec/classes/gnocchi_storage_spec.rb | 24 ++++- spec/classes/gnocchi_wsgi_apache_spec.rb | 7 +- test-requirements.txt | 6 -- tox.ini | 2 +- 32 files changed, 199 insertions(+), 239 deletions(-)
participants (1)
-
no-reply@openstack.org