We are excited to announce the release of: puppet-sahara 22.0.0: Puppet module for OpenStack Sahara This release is part of the antelope 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 21.0.0..22.0.0 --------------------------------------- 6f10388 Prepare 2023.1 release 139519d Ubuntu: Check TCP port in acceptance tests b82c681 [DEFAULT] periodic_coordinator_backend_url should be secret bced4f3 Replace legacy facts and use fact hash aee8987 Replace mocha by rspec-mocks d0ed2d9 Expose policy_default_rule fc55f30 Switch to Ubuntu Jammy (22.04) 81a64d9 Update master for stable/zed Diffstat (except docs and test files) ------------------------------------- examples/basic.pp | 2 +- manifests/db.pp | 32 ++-- manifests/healthcheck.pp | 16 +- manifests/init.pp | 176 ++++++++++----------- manifests/keystone/authtoken.pp | 118 +++++++------- manifests/logging.pp | 78 ++++----- manifests/notify.pp | 12 +- manifests/params.pp | 5 +- manifests/policy.pp | 18 ++- manifests/service/api.pp | 8 +- manifests/service/engine.pp | 38 ++--- manifests/wsgi/apache.pp | 8 +- manifests/wsgi/uwsgi.pp | 6 +- metadata.json | 10 +- .../policy_default_rule-b542330c571a76fd.yaml | 4 + .../notes/ubuntu-jammy-986dcb76cda8a622.yaml | 8 + releasenotes/source/index.rst | 1 + releasenotes/source/zed.rst | 6 + spec/acceptance/10_basic_sahara_spec.rb | 7 +- spec/classes/sahara_api_spec.rb | 4 +- spec/classes/sahara_client_spec.rb | 2 +- spec/classes/sahara_db_sync_spec.rb | 4 +- spec/classes/sahara_engine_spec.rb | 6 +- spec/classes/sahara_policy_spec.rb | 2 + spec/classes/sahara_wsgi_apache_spec.rb | 8 +- spec/spec_helper.rb | 2 + .../sahara_cluster_template/openstack_spec.rb | 18 +-- .../sahara_node_group_template/openstack_spec.rb | 18 +-- spec/unit/provider/sahara_spec.rb | 8 +- 29 files changed, 323 insertions(+), 302 deletions(-)