puppet-magnum 22.0.0 (antelope)
We are stoked to announce the release of: puppet-magnum 22.0.0: Puppet module for Magnum This release is part of the antelope release series. The source is available from: https://opendev.org/openstack/puppet-magnum Download the package from: https://tarballs.openstack.org/puppet-magnum/ Please report issues through: https://bugs.launchpad.net/puppet-magnum/+bugs For more details, please see below. Changes in puppet-magnum 21.0.0..22.0.0 --------------------------------------- c967e17 Prepare 2023.1 release bf37da8 Add strict validation about boolean parameters e7200ad Replace legacy facts and use fact hash b8137be Expose policy_default_rule 532cc41 Switch to Ubuntu Jammy (22.04) 4f5faa2 Add cinder class to manage cinder config 8707d00 Update master for stable/zed Diffstat (except docs and test files) ------------------------------------- manifests/api.pp | 21 ++-- manifests/certificates.pp | 2 +- manifests/cinder.pp | 40 ++++++ manifests/clients.pp | 12 +- manifests/clients/cinder.pp | 10 +- manifests/clients/glance.pp | 10 +- manifests/clients/heat.pp | 10 +- manifests/clients/neutron.pp | 6 +- manifests/clients/nova.pp | 10 +- manifests/clients/octavia.pp | 6 +- manifests/cluster.pp | 16 +-- manifests/cluster_template.pp | 8 +- manifests/conductor.pp | 11 +- manifests/db.pp | 32 ++--- manifests/docker_registry.pp | 8 +- manifests/healthcheck.pp | 16 +-- manifests/init.pp | 136 ++++++++++----------- manifests/keystone/authtoken.pp | 116 +++++++++--------- manifests/keystone/domain.pp | 26 ++-- manifests/keystone/keystone_auth.pp | 24 ++-- manifests/logging.pp | 76 ++++++------ manifests/params.pp | 6 +- manifests/policy.pp | 18 ++- manifests/quota.pp | 4 +- manifests/wsgi/apache.pp | 8 +- manifests/wsgi/uwsgi.pp | 6 +- manifests/x509.pp | 20 +-- metadata.json | 10 +- .../notes/add-cinder-c9d7af6744a9d550.yaml | 5 + .../policy_default_rule-5950529d7abaddd6.yaml | 4 + .../notes/ubuntu-jammy-5b2790b00b49beb7.yaml | 8 ++ releasenotes/source/index.rst | 1 + releasenotes/source/zed.rst | 6 + spec/classes/magnum_api_spec.rb | 2 +- spec/classes/magnum_cinder_spec.rb | 45 +++++++ spec/classes/magnum_client_spec.rb | 2 +- spec/classes/magnum_conductor_spec.rb | 2 +- spec/classes/magnum_init_spec.rb | 2 +- spec/classes/magnum_policy_spec.rb | 2 + spec/classes/magnum_wsgi_apache_spec.rb | 8 +- 40 files changed, 439 insertions(+), 316 deletions(-)
participants (1)
-
no-reply@openstack.org