[puppet] puppet-watcher 13.0.0 (rocky)
We are thrilled to announce the release of: puppet-watcher 13.0.0: Puppet module for OpenStack Watcher This release is part of the rocky release series. Download the package from: https://tarballs.openstack.org/puppet-watcher/ For more details, please see below. 13.0.0 ^^^^^^ New Features ************ * Adds the pool_timeout option for configuring oslo.db. This will configure this value for pool_timeout with SQLAlchemy. * 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. Changes in puppet-watcher 12.3.0..13.0.0 ---------------------------------------- b05c3e2 Prepare Rocky M1 807bac0 Debian is using python3-watcherclient 88a5a48 Update .gitignore 8f0e944 Update LICENSE edc11d0 Remove deprecated ensure_package option 64a6eaa Remove deprecated keystone authtoken revocation_cache_time option d900273 Add pool_timeout option c13a788 Added retries for db_sync 55a44e8 Switch acceptance test to use integration classes 15dc6f8 Add 'openstack-db' tag to db-sync Exec resource 04bf26b Drop all qpid related explanations e8deed7 Follow the new PTI for document build 2f324f3 Update reno for stable/queens Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 +- LICENSE | 184 +++++++++++++++++++-- manifests/db.pp | 6 + manifests/db/create_schema.pp | 3 + manifests/db/upgrade.pp | 2 + manifests/init.pp | 15 +- manifests/keystone/authtoken.pp | 15 -- manifests/logging.pp | 2 +- manifests/params.pp | 8 +- metadata.json | 6 +- ...ool_timeout-option-for-db-a72dd0ebec01c9c5.yaml | 5 + .../notes/openstack_db_tag-8c7bcab4734ad950.yaml | 3 + ...ted_ensure_package_option-989408783eac7d73.yaml | 3 + ...ocation_cache_time_option-be8d023807173463.yaml | 3 + releasenotes/source/index.rst | 1 + releasenotes/source/queens.rst | 6 + spec/acceptance/watcher_wsgi_apache_spec.rb | 50 +----- spec/classes/watcher_client_spec.rb | 13 +- spec/classes/watcher_db_create_schema_spec.rb | 6 + spec/classes/watcher_db_spec.rb | 3 + spec/classes/watcher_db_upgrade_spec.rb | 4 + test-requirements.txt | 6 - tox.ini | 2 +- 24 files changed, 251 insertions(+), 104 deletions(-)
participants (1)
-
no-reply@openstack.org