We high-spiritedly announce the release of: puppet-sahara 21.0.0: Puppet module for OpenStack Sahara This release is part of the zed release series. The source is available from: https://opendev.org/openstack/puppet-sahara Download the package from: https://tarballs.openstack.org/puppet-sahara/ Please report issues through: https://bugs.launchpad.net/puppet-sahara/+bugs For more details, please see below. Changes in puppet-sahara 20.3.0..21.0.0 --------------------------------------- 5b9f473 Prepare Zed RC1 f925336 Enable memcached in acceptance tests d370069 Add Apache WSGI logging parameters for pipe/syslog 9604991 Adapt to new type validation in puppetlabs-apache b8230c0 Revert "CentOS 9: Disable unit tests dependent on puppet-postgresql" a592c0b Fix wrong test description f404047 Add acceptance tests for config management resources ca2d073 Switch provider to manage paste.ini file 175657f Expose headers option of apache::vhost 9e7929f Support options for Designate integration b25c0d1 Support [DEFAULT] node_domain 4c230d4 Remove support for CentOS 8 Stream f488edc Update master for stable/yoga Diffstat (except docs and test files) ------------------------------------- .../provider/sahara_api_paste_ini/ini_setting.rb | 19 +--- manifests/init.pp | 18 ++++ manifests/wsgi/apache.pp | 54 +++++++++-- metadata.json | 10 +- .../notes/apache-headers-4f55acf423449fe3.yaml | 5 + .../notes/designate-opts-56b531f3517b4390.yaml | 7 ++ .../httpd-logs-piped-syslog-c18f4f191519de5b.yaml | 6 ++ .../notes/node_domain-c08ce1989a557833.yaml | 4 + .../notes/remove-centos-8-6b0df7fbe174a2b6.yaml | 4 + releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 6 ++ ...asic_sahara_spec.rb => 10_basic_sahara_spec.rb} | 1 + spec/acceptance/99_sahara_config_spec.rb | 101 +++++++++++++++++++++ spec/classes/sahara_db_postgresql_spec.rb | 9 +- spec/classes/sahara_init_spec.rb | 3 + spec/classes/sahara_wsgi_apache_spec.rb | 88 ++++++++++++++++-- spec/unit/type/sahara_api_uwsgi_config_spec.rb | 2 +- spec/unit/type/sahara_config_spec.rb | 2 +- 18 files changed, 292 insertions(+), 48 deletions(-)