We are glad to announce the release of: puppet-barbican 17.1.0: Puppet module for Barbican This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/puppet-barbican Download the package from: https://tarballs.openstack.org/puppet-barbican/ Please report issues through: https://bugs.launchpad.net/puppet-barbican/+bugs For more details, please see below. 17.1.0 ^^^^^^ Deprecation Notes * The usage of "barbican-api" as service_name in Red Hat based OS is deprecated and will be removed in a future release. Use "openstack- barbican-api", which is consistent with the actual service name. Changes in puppet-barbican 16.3.0..17.1.0 ----------------------------------------- bbd3835 Prepare Victoria M1 f86beab Switch to newer openstackdocstheme and reno versions 7f1e201 Update Puppet requirement to >= 6.0.0 60d3b68 Debian: do not configure gunicorn-config.py 062c866 Chain barbican_api_paste_ini to config anchor 67e4879 Accept actual service name for api service name e9de5ed Remove unnecessary puppet-rabbitmq from dependencies 5e5ced6 Remove password hash generation in each puppet modules 5242553 Bump version for the start of Victoria 7334d84 Bump reno to 2.5.0 90d717b [ussuri][goal] Add CONTRIBUTING.rst c17a18e Add CentOS8 to nodesets 012eb0e Use anchor to require necessary packages 17df1ab Runs on Debian 10. 283073f Bump openstackdocstheme to 1.30.0 c241aab Fix rabbitmq version in metadata fb653a5 Change rpsec to rspec 16f227e Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- CONTRIBUTING.rst | 19 ++++++ README.md | 2 +- lib/puppet/type/barbican_api_paste_ini.rb | 8 +-- lib/puppet/type/barbican_config.rb | 4 +- manifests/api.pp | 26 +++++--- manifests/db/mysql.pp | 2 +- manifests/db/postgresql.pp | 10 +-- manifests/deps.pp | 5 ++ manifests/params.pp | 4 +- metadata.json | 20 ++---- ...service_name-on-redhat-os-496a8320834e376c.yaml | 7 ++ releasenotes/source/conf.py | 8 +-- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 ++ spec/acceptance/nodesets/nodepool-centos8.yml | 10 +++ spec/classes/barbican_api_spec.rb | 2 +- spec/classes/barbican_db_mysql_spec.rb | 18 +++-- spec/classes/barbican_db_postgresql_spec.rb | 11 ++-- spec/unit/type/barbican_api_paste_ini_spec.rb | 76 ++++------------------ spec/unit/type/barbican_config_spec.rb | 64 ++++++++++++++++++ 21 files changed, 182 insertions(+), 127 deletions(-)