[puppet] puppet-barbican 13.0.0 (rocky)
We are psyched to announce the release of: puppet-barbican 13.0.0: Puppet module for Barbican This release is part of the rocky release series. Download the package from: https://tarballs.openstack.org/puppet-barbican/ For more details, please see below. 13.0.0 ^^^^^^ New Features ************ * Adds the pool_timeout option for configuring oslo.db. This will configure this value for pool_timeout with SQLAlchemy. * Add openstack-db tag to Exec that run db-sync. Upgrade Notes ************* * Deprecated ensure_package option has been removed. * Deprecated keystone::authtoken::revocation_cache_time option has been removed. Deprecation Notes ***************** * auth_uri is deprecated and will be removed in a future release. Please use www_authenticate_uri instead. Changes in puppet-barbican 12.3.0..13.0.0 ----------------------------------------- 39c368b Prepare Rocky M1 fd9a20e Fix lint error bfbb8e8 Debian is using python3-barbicanclient 11e50ba Update .gitignore caff16c Update LICENSE e256475 Deprecate auth_uri option 8fc5ab3 Remove deprecated ensure_package option b72c58d Remove deprecated keystone authtoken revocation_cache_time option f6298b4 Use the pbr generated wsgi binary file located in binary folder add3382 Configure dogtag_plugin_nss_password as secret 4c639cb Add pool_timeout option 6887753 oslo middleware: check puppet resource instead of actual config in spec a51b1e0 Call sync secret store on db-sync f296ab3 Switch acceptance tests to use integration classes ff2403f Add 'openstack-db' tag to db-sync Exec resource 2c4b23a Follow the new PTI for document build 9ff9f14 Update reno for stable/queens Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 +- LICENSE | 183 +++++++++++++++++++-- manifests/api.pp | 15 +- manifests/db.pp | 6 + manifests/db/sync.pp | 27 ++- manifests/keystone/authtoken.pp | 20 +-- manifests/params.pp | 12 +- manifests/plugins/dogtag.pp | 2 +- metadata.json | 8 +- ...ool_timeout-option-for-db-a8344ba5b761b823.yaml | 5 + ...recate_auth_uri_parameter-87162cb2efcf10b8.yaml | 4 + .../notes/openstack_db_tag-afedb8332112f9ef.yaml | 3 + ...ted_ensure_package_option-93527d0ab3e932f0.yaml | 3 + ...ocation_cache_time_option-90da063e956a79eb.yaml | 3 + releasenotes/source/index.rst | 1 + releasenotes/source/queens.rst | 6 + spec/acceptance/basic_barbican_spec.rb | 40 +---- spec/classes/barbican_api_spec.rb | 8 +- spec/classes/barbican_client_spec.rb | 14 ++ spec/classes/barbican_db_spec.rb | 3 + spec/classes/barbican_db_sync_spec.rb | 33 +++- spec/classes/barbican_keystone_authtoken_spec.rb | 6 +- spec/classes/barbican_plugins_dogtag_spec.rb | 2 +- spec/classes/barbican_wsgi_apache_spec.rb | 6 +- test-requirements.txt | 6 - tox.ini | 2 +- 27 files changed, 323 insertions(+), 104 deletions(-)
participants (1)
-
no-reply@openstack.org