We are happy to announce the release of: puppet-watcher 11.6.0: Puppet module for OpenStack Watcher This release is part of the pike stable release series. The source is available from: https://opendev.org/openstack/puppet-watcher Download the package from: https://tarballs.openstack.org/puppet-watcher/ Please report issues through: https://bugs.launchpad.net/puppet-watcher/+bugs For more details, please see below. 11.6.0 ^^^^^^ New Features * Add support to run watcher-api with mod-wsgi. * Add openstack-db tag to Exec that run db-sync. Changes in puppet-watcher 11.3.1..11.6.0 ---------------------------------------- 9de3722 Prepare a final release for Pike e254d90 Add 'openstack-db' tag to db-sync Exec resource ba3b35d import zuul job settings from project-config f654140 Added retries for db_sync 3798aba Add WSGI support for `watcher-api' b565673 Zuul: Remove project name Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- manifests/api.pp | 51 ++++++-- manifests/db/create_schema.pp | 3 + manifests/db/upgrade.pp | 2 + manifests/params.pp | 4 + manifests/wsgi/apache.pp | 132 +++++++++++++++++++++ metadata.json | 8 +- .../notes/add_wsgi_support-98135d2375f323e8.yaml | 3 + .../notes/openstack_db_tag-8c7bcab4734ad950.yaml | 3 + ...watcher_spec.rb => watcher_wsgi_apache_spec.rb} | 9 +- spec/classes/watcher_api_spec.rb | 44 +++++++ spec/classes/watcher_db_create_schema_spec.rb | 6 + spec/classes/watcher_db_upgrade_spec.rb | 4 + spec/classes/watcher_wsgi_apache_spec.rb | 93 +++++++++++++++ 14 files changed, 345 insertions(+), 19 deletions(-)