[release-announce] [puppet] puppet-octavia 13.0.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Thu Apr 19 21:25:20 UTC 2018


We are delighted to announce the release of:

puppet-octavia 13.0.0: Puppet module for OpenStack Octavia

This release is part of the rocky release series.

Download the package from:

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

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.

* Added *octavia::roles::role_names* parameter to enable creation of
  the keystone roles supported by the Octavia API.

* 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-octavia 12.3.0..13.0.0
----------------------------------------

2b99501 Prepare Rocky M1
31f0bd4 Debian is using python3-octaviaclient
d6c8f91 Add keystone roles for Octavia policies
e0d26ea Update .gitignore
32a7483 Update LICENSE
808cb7e Deprecate auth_uri option
1f3ee8e Remove deprecated ensure_package option
3ee646a Remove deprecated keystone authtoken revocation_cache_time option
b81ab98 fix a typo in documentation
5578d67 Add pool_timeout option
fd3b9d6 Add 'openstack-db' tag to db-sync Exec resource
72abc57 Follow the new PTI for document build
ba29cb4 Update reno for stable/queens


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

.gitignore                                         |   3 +-
LICENSE                                            | 183 +++++++++++++++++++--
manifests/db.pp                                    |   6 +
manifests/db/sync.pp                               |   1 +
manifests/init.pp                                  |  15 +-
manifests/keystone/authtoken.pp                    |  21 ++-
manifests/params.pp                                |  10 +-
manifests/roles.pp                                 |  28 ++++
metadata.json                                      |  10 +-
...ool_timeout-option-for-db-9130bf45e981c845.yaml |   5 +
.../add-roles-for-octavia-2207bc1adea61c55.yaml    |   5 +
...recate_auth_uri_parameter-8eb7b53f730ada01.yaml |   4 +
.../notes/openstack_db_tag-825e070a8eda32b3.yaml   |   3 +
...ted_ensure_package_option-8b6ede6e5dc3761c.yaml |   3 +
...ocation_cache_time_option-8eeeaac0ccc5c8fa.yaml |   3 +
releasenotes/source/index.rst                      |   1 +
releasenotes/source/queens.rst                     |   6 +
spec/classes/octavia_client_spec.rb                |  15 +-
spec/classes/octavia_db_spec.rb                    |   3 +
spec/classes/octavia_db_sync_spec.rb               |   2 +
spec/classes/octavia_init_spec.rb                  |   2 +-
spec/classes/octavia_keystone_authtoken_spec.rb    |   6 +-
spec/classes/octavia_roles_spec.rb                 |  50 ++++++
test-requirements.txt                              |   6 -
tox.ini                                            |   2 +-
26 files changed, 344 insertions(+), 55 deletions(-)







More information about the Release-announce mailing list