[release-announce] puppet-heat 22.0.0 (antelope)

no-reply at openstack.org no-reply at openstack.org
Wed Apr 5 15:47:27 UTC 2023


We are happy to announce the release of:

puppet-heat 22.0.0: Puppet module for OpenStack Heat

This release is part of the antelope release series.

The source is available from:

    https://opendev.org/openstack/puppet-heat

Download the package from:

    https://tarballs.openstack.org/puppet-heat/

Please report issues through:

    https://bugs.launchpad.net/puppet-heat/+bugs

For more details, please see below.

Changes in puppet-heat 21.0.0..22.0.0
-------------------------------------

e50dcff Prepare 2023.1 release
3809950 Enable scenario 001 job
5fe7341 Add strict validation about boolean parameters
9f11a15 Remove TripleO job
ee09225 Expose executor_thread_pool_size
da45ce8 Replace legacy facts and use fact hash
15c5b71 CentOS: Remove workaround for missing selinux rule
e5c3e27 Expose policy_default_rule
593779b Switch to Ubuntu Jammy (22.04)
8e4ba4e Fix usage of non-existing parameter in example
6348809 Update master for stable/zed


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                                         |  22 +--
examples/site.pp                                   |   5 +-
manifests/api.pp                                   |  28 +--
manifests/api_cfn.pp                               |  28 +--
manifests/cache.pp                                 | 136 +++++++-------
manifests/clients.pp                               |  20 +--
manifests/clients/aodh.pp                          |  20 +--
manifests/clients/barbican.pp                      |  20 +--
manifests/clients/base.pp                          |  20 +--
manifests/clients/cinder.pp                        |  24 +--
manifests/clients/designate.pp                     |  20 +--
manifests/clients/glance.pp                        |  20 +--
manifests/clients/heat.pp                          |  24 +--
manifests/clients/keystone.pp                      |  24 +--
manifests/clients/magnum.pp                        |  20 +--
manifests/clients/manila.pp                        |  20 +--
manifests/clients/mistral.pp                       |  20 +--
manifests/clients/neutron.pp                       |  20 +--
manifests/clients/nova.pp                          |  24 +--
manifests/clients/octavia.pp                       |  20 +--
manifests/clients/sahara.pp                        |  20 +--
manifests/clients/swift.pp                         |  20 +--
manifests/clients/trove.pp                         |  20 +--
manifests/clients/vitrage.pp                       |  20 +--
manifests/clients/zaqar.pp                         |  20 +--
manifests/cors.pp                                  |  24 +--
manifests/db.pp                                    |  33 ++--
manifests/engine.pp                                | 125 ++++++-------
manifests/healthcheck.pp                           |  16 +-
manifests/init.pp                                  | 196 +++++++++++----------
manifests/keystone/authtoken.pp                    | 116 ++++++------
manifests/logging.pp                               |  78 ++++----
manifests/params.pp                                |   8 +-
manifests/policy.pp                                |  18 +-
manifests/trustee.pp                               |   4 +-
manifests/wsgi/apache.pp                           |   8 +-
manifests/wsgi/apache_api.pp                       |   8 +-
manifests/wsgi/apache_api_cfn.pp                   |  17 +-
manifests/wsgi/uwsgi_api.pp                        |   6 +-
manifests/wsgi/uwsgi_api_cfn.pp                    |   6 +-
metadata.json                                      |  10 +-
...executor_thread_pool_size-97e638d8731b2d30.yaml |   4 +
.../policy_default_rule-eca19237c1b9fd01.yaml      |   4 +
.../notes/ubuntu-jammy-2584f494088650c8.yaml       |   8 +
releasenotes/source/index.rst                      |   1 +
releasenotes/source/zed.rst                        |   6 +
spec/classes/heat_api_cfn_spec.rb                  |   2 +-
spec/classes/heat_api_spec.rb                      |   2 +-
spec/classes/heat_client_spec.rb                   |   2 +-
spec/classes/heat_db_sync_spec.rb                  |   4 +-
spec/classes/heat_engine_spec.rb                   |   2 +-
spec/classes/heat_init_spec.rb                     |  33 ++--
spec/classes/heat_policy_spec.rb                   |   2 +
spec/classes/heat_wsgi_apache_api_cfn_spec.rb      |   2 +-
spec/classes/heat_wsgi_apache_api_spec.rb          |   2 +-
spec/defines/heat_wsgi_apache_spec.rb              |   2 +-
56 files changed, 704 insertions(+), 680 deletions(-)







More information about the Release-announce mailing list