We are overjoyed to announce the release of: puppet-zaqar 21.0.0: Puppet module for OpenStack Zaqar This release is part of the zed release series. The source is available from: https://opendev.org/openstack/puppet-zaqar Download the package from: https://tarballs.openstack.org/puppet-zaqar/ Please report issues through: https://bugs.launchpad.net/puppet-zaqar/+bugs For more details, please see below. Changes in puppet-zaqar 20.3.0..21.0.0 -------------------------------------- 7018bff Prepare Zed RC1 48b9f85 Use standard parameter description format for wsgi::apache a46ebb6 Fix typos in parameter descriptions d34f26c Add Apache WSGI logging parameters for pipe/syslog f2eeaf1 Remove unused items from platform_params e803994 Adapt to new type validation in puppetlabs-apache 668ed60 Revert "CentOS 9: Disable unit tests dependent on puppet-postgresql" 84591e2 Fix wrong test description 4735085 Add acceptance tests for config management resources 5d3e825 Expose headers option of apache::vhost ff956c7 Remove deprecated parameters for websocket service user d3e8ce0 Remove support for CentOS 8 Stream f25c60a Fix missing updates of deprecated parameters 411e1ea apache+mod_wsgi: Disable SSL by default f8524ec Update master for stable/yoga Diffstat (except docs and test files) ------------------------------------- manifests/keystone/auth_websocket.pp | 61 ++----- manifests/logging.pp | 2 +- manifests/wsgi/apache.pp | 175 ++++++++++++--------- metadata.json | 10 +- .../notes/apache-headers-80960700e9e63f0f.yaml | 5 + .../notes/bug-1973315-c083a70b5835a5d0.yaml | 5 + .../cleanup-websocket-auth-8e0fb1386f597483.yaml | 12 ++ .../notes/disable-apache-ssl-35afc2770e17a618.yaml | 5 + .../httpd-logs-piped-syslog-c1720a5f8f11114d.yaml | 6 + .../notes/remove-centos-8-1a40af929cc6b7c7.yaml | 4 + releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 6 + ...{zaqar_swift_spec.rb => 10_basic_zaqar_spec.rb} | 0 spec/acceptance/99_zaqar_config_spec.rb | 62 ++++++++ spec/classes/zaqar_db_postgresql_spec.rb | 11 +- spec/classes/zaqar_keystone_auth_websocket_spec.rb | 2 +- spec/classes/zaqar_wsgi_apache_spec.rb | 96 +++++++++-- spec/unit/type/zaqar_config_spec.rb | 2 +- 18 files changed, 311 insertions(+), 154 deletions(-)