We are thrilled to announce the release of: puppet-mistral 21.0.0: Puppet module for OpenStack Mistral This release is part of the zed release series. The source is available from: https://opendev.org/openstack/puppet-mistral Download the package from: https://tarballs.openstack.org/puppet-mistral/ Please report issues through: https://bugs.launchpad.net/puppet-mistral/+bugs For more details, please see below. Changes in puppet-mistral 20.3.0..21.0.0 ---------------------------------------- c6bf5a6 Prepare Zed RC1 6d8cad8 Enable memcached in acceptance tests 128dbc9 Use standard parameter description format for wsgi::apache 85c6df8 Add Apache WSGI logging parameters for pipe/syslog e2e62a9 Remove unused items from platform_params a6810cd Remove deprecated mistral::coordination_* parameters 4f339c4 Adapt to new type validation in puppetlabs-apache 2c082fc Remove deprecated mistral::engine parameters b127278 Revert "CentOS 9: Disable unit tests dependent on puppet-postgresql" a0b31ca Fix wrong test description 7dc3619 Add acceptance tests for config management resources bf0f7ec Expose headers option of apache::vhost acb2f11 Fix typos in parameter descriptions f350c48 Remove support for CentOS 8 Stream 8cf73d9 apache+mod_wsgi: Disable SSL by default 786a8db Update master for stable/yoga Diffstat (except docs and test files) ------------------------------------- manifests/coordination.pp | 9 +- manifests/cron_trigger.pp | 2 +- manifests/engine.pp | 33 +--- manifests/execution_expiration_policy.pp | 4 +- manifests/init.pp | 18 -- manifests/keystone/auth.pp | 2 +- manifests/logging.pp | 2 +- manifests/wsgi/apache.pp | 181 ++++++++++++--------- metadata.json | 10 +- .../notes/apache-headers-4a1675bcdb266037.yaml | 5 + .../cleanup-coordination-590887c92de88031.yaml | 7 + .../notes/disable-apache-ssl-dc981c60fe16d6d7.yaml | 5 + ...expiration_policy-cleanup-dc52ae9a060f8d87.yaml | 8 + .../httpd-logs-piped-syslog-2b591ac833260287.yaml | 6 + .../notes/remove-centos-8-df961bc77456455e.yaml | 4 + releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 6 + ...ic_mistral_spec.rb => 10_basic_mistral_spec.rb} | 1 + spec/acceptance/99_mistral_config_spec.rb | 62 +++++++ spec/classes/mistral_db_postgresql_spec.rb | 10 +- spec/classes/mistral_engine_spec.rb | 12 -- spec/classes/mistral_init_spec.rb | 14 -- spec/classes/mistral_wsgi_apache_spec.rb | 98 +++++++++-- spec/unit/type/mistral_config_spec.rb | 2 +- 24 files changed, 313 insertions(+), 189 deletions(-)