[release-announce] puppet-placement 4.1.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Wed Jun 24 13:55:29 UTC 2020


We are tickled pink to announce the release of:

puppet-placement 4.1.0: Puppet module for OpenStack placement

This release is part of the victoria 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.

4.1.0
^^^^^


New Features
************

* Support for allocation_conflict_retry_count parameter has been
  added. Use "placement::allocation_conflict_retry_count" to set the
  parameter.


Deprecation Notes
*****************

* The "placmenet::api" class will be required in a future release
  even when apache+wsgi is used.

Changes in puppet-placement 3.3.0..4.1.0
----------------------------------------

e23ee92 Prepare Victoria M1
62a7c3b Fix release note for I152fb025027480a4a5151d5372dd03618c482b95
c0920d5 Switch to newer openstackdocstheme and reno versions
425180f Refactor placement::api
142633c Fix api.pp "Unknown variable"
f6b55a0 Update Puppet requirement to >= 6.0.0
04800be Add support for allocation_conflict_retry_count
9fe1ed6 Remove password hash generation in each puppet modules
7254397 Bump version for the start of Victoria
cd43544 Bump reno to 2.5.0
5b84a73 [ussuri][goal] Add CONTRIBUTING.rst
4ce86f4 Add CentOS8 to nodesets
522f240 Use anchor to require necessary packages
48c5b59 Runs on Debian 10.
f847b93 Bump openstackdocstheme to 1.30.0
a55ea11 Change rpsec to rspec
924936b Expect Python3 package on CentOS8 and Fedora
763729e Update master for stable/ussuri


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

CONTRIBUTING.rst                                   | 19 +++++
README.md                                          |  2 +-
lib/puppet/type/placement_config.rb                |  4 +-
manifests/api.pp                                   | 71 ++++++++++---------
manifests/db/mysql.pp                              |  2 +-
manifests/db/postgresql.pp                         | 10 +--
manifests/init.pp                                  |  7 ++
manifests/params.pp                                |  4 +-
manifests/wsgi/apache.pp                           | 11 +--
metadata.json                                      | 16 ++---
...tion_conflict_retry_count-9946b772f98e294a.yaml |  5 ++
.../notes/placement-api-fdecbcf65b84b5f8.yaml      |  5 ++
releasenotes/source/conf.py                        | 11 ++-
releasenotes/source/index.rst                      |  1 +
releasenotes/source/ussuri.rst                     |  6 ++
spec/acceptance/nodesets/nodepool-centos8.yml      | 10 +++
spec/classes/placement_api_spec.rb                 | 81 ++++++++++++++++++++++
spec/classes/placement_db_mysql_spec.rb            | 42 +++++------
spec/classes/placement_db_postgresql_spec.rb       | 11 +--
spec/classes/placement_init_spec.rb                | 25 +++++--
spec/unit/type/placement_config_spec.rb            |  7 +-
22 files changed, 257 insertions(+), 99 deletions(-)







More information about the Release-announce mailing list