We are thrilled to announce the release of: puppet-designate 16.4.0: Puppet module for OpenStack Designate This release is part of the ussuri stable release series. The source is available from: https://opendev.org/openstack/puppet-designate Download the package from: https://tarballs.openstack.org/puppet-designate/ Please report issues through: https://bugs.launchpad.net/puppet-designate/+bugs For more details, please see below. 16.4.0 ^^^^^^ New Features * The new "designate::keystone::authtoken::interface" parameter has been added, which can be used to set the interface parameter in authtoken middleware. * Add support for PostgreSQL database backend via designate::db::postgresql Changes in puppet-designate 16.3.0..16.4.0 ------------------------------------------ 94758c0 Prepare the final stable/ussuri release 52434bb Set fixture paths for unit tests 71b25d0 Add designate::db::postgresql class. 6f32bad [Ussuri and before] Add support to specify PostgreSQL database 318ace3 Add support to specify sqlite database a0e4625 Add support for the interface parameter in authtoken middleware 48e59e6 Use common class to manage apache service in beaker job fa370b7 Add CentOS8 to nodesets 16b4663 Switch to Ussuri 944f5f4 Update TOX_CONSTRAINTS_FILE for stable/ussuri 922a4f6 Update .gitreview for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + Gemfile | 1 + manifests/db.pp | 9 +++- manifests/db/postgresql.pp | 49 ++++++++++++++++++++++ manifests/keystone/authtoken.pp | 7 ++++ metadata.json | 8 ++-- ...stone-authtoken-interface-3d1e14584c143ef2.yaml | 5 +++ .../notes/postgresql-441cce8804597ce3.yaml | 4 ++ spec/acceptance/basic_designate_spec.rb | 1 + spec/acceptance/nodesets/nodepool-centos8.yml | 10 +++++ spec/classes/designate_db_postgresql_spec.rb | 44 +++++++++++++++++++ spec/classes/designate_keystone_authtoken_spec.rb | 3 ++ spec/spec_helper.rb | 5 +++ tox.ini | 2 +- 14 files changed, 142 insertions(+), 7 deletions(-)