We are pleased to announce the release of: puppet-placement 8.0.0: Puppet module for OpenStack placement This release is part of the zed release series. The source is available from: https://opendev.org/openstack/puppet-placement Download the package from: https://tarballs.openstack.org/puppet-placement/ Please report issues through: https://bugs.launchpad.net/puppet-placement/+bugs For more details, please see below. Changes in puppet-placement 7.3.0..8.0.0 ---------------------------------------- fee2a7f Prepare Zed RC1 4e95f0f Enable memcached in acceptance tests 5f6e5bc Fix inconsistent parameter name of wsgi::apache a945887 apache+mod_wsgi: Allow customizing wsgi process options 497d0a4 Add Apache WSGI logging parameters for pipe/syslog 4fb0cae Adapt to new type validation in puppetlabs-apache 98a7029 Revert "CentOS 9: Disable unit tests dependent on puppet-postgresql" 242a7c5 Fix wrong test description 0700878 Add acceptance tests for config management resources 029c455 Expose headers option of apache::vhost a25db3a Remove support for CentOS 8 Stream f64cc66 Remove deprecated placement::wsgi::apache::ensure_package d37eed4 api: Remove deprecated host/api parameter c3d53a6 apache+mod_wsgi: Disable SSL by default cd3e362 Update master for stable/yoga Diffstat (except docs and test files) ------------------------------------- manifests/api.pp | 13 -- manifests/wsgi/apache.pp | 180 +++++++++++++-------- metadata.json | 10 +- .../notes/apache-headers-a3e1b9362f45de8f.yaml | 5 + ...stom_wsgi_process_options-dad72a9b93b6f4d1.yaml | 5 + .../notes/disable-apache-ssl-0b433f8e816cd81f.yaml | 5 + ...istent-wsgi-apache-params-e75b34d360fee85a.yaml | 5 + .../httpd-logs-piped-syslog-dfed7ae36f4dac16.yaml | 6 + .../notes/remove-centos-8-4b7352ce1fcd189e.yaml | 4 + ...ve-host-and-port-from-api-cfab8847c7a8e703.yaml | 6 + ...che-remove-ensure_package-c9149ffca5531847.yaml | 4 + releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 6 + ...i_apache_spec.rb => 10_basic_placement_spec.rb} | 1 + spec/acceptance/99_placement_config_spec.rb | 62 +++++++ spec/classes/placement_db_postgresql_spec.rb | 11 +- spec/classes/placement_wsgi_apache_spec.rb | 176 ++++++++++++++------ spec/unit/type/placement_api_uwsgi_config_spec.rb | 2 +- spec/unit/type/placement_config_spec.rb | 2 +- 19 files changed, 360 insertions(+), 144 deletions(-)