[release-announce] puppet-octavia 18.1.0 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Mon Jan 18 22:22:15 UTC 2021


We are chuffed to announce the release of:

puppet-octavia 18.1.0: Puppet module for OpenStack Octavia

This release is part of the wallaby release series.

The source is available from:

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

Download the package from:

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

Please report issues through:

    https://bugs.launchpad.net/puppet-octavia/+bugs

For more details, please see below.

18.1.0
^^^^^^


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

* Adds db_sync_timeout parameter to db sync.

* The new "octavia::keystone::authtoken::service_type" parameter has
  been added to configure the service_type parameter in authtoken
  middleware.


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

* allow_insecure_clients option is now deprecated for removal, the
  parameter has no effect.

* The following options have been deprecated, as those options have
  been moved to octavia::db class.

  * "octavia::database_connection"

  * "octavia::database_idle_timeout"

  * "octavia::database_max_overflow"

  * "octavia::database_max_pool_size"

  * "octavia::database_max_retries"

  * "octavia::database_retry_interval"

  * "octavia::database_pool_timeout"

  * "octavia::database_db_max_retries"

Changes in puppet-octavia 18.0.0..18.1.0
----------------------------------------

4bafdba Prepare Wallaby M1
c64ce19 Allow db sync timeouts to be configurable
db1f88c Replace deprecated UPPER_CONSTRAINTS_FILE variable
d0bec1c Fix the tripleo job definition
50b5a79 Build containers for single consumer job
0fa8405 Add support for the keystone_authtoken/service_type parameter
8a8940c Deprecate allow_insecure_clients option
87e2716 Fix outdated files
d251519 Deprecate database options from the octavia class
89312ba Fix missing parameters for tripleo standalone job


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

.zuul.yaml                                         | 16 ++--
manifests/db/sync.pp                               |  8 +-
manifests/init.pp                                  | 99 ++++++++++++++++------
manifests/keystone/authtoken.pp                    |  7 ++
metadata.json                                      | 12 +--
.../add_db_sync_timeout-8b8cbf569af9d917.yaml      |  3 +
...w_insecure_clients-option-8a20653486eba410.yaml |  4 +
...eprecate_database_options-4109325de40ec4cb.yaml | 14 +++
...ne-authtoken-service_type-28c5a0e20cd5bdd4.yaml |  5 ++
spec/classes/octavia_db_sync_spec.rb               |  7 +-
spec/classes/octavia_init_spec.rb                  |  1 -
spec/classes/octavia_keystone_authtoken_spec.rb    |  3 +
tox.ini                                            |  2 +-
13 files changed, 137 insertions(+), 44 deletions(-)







More information about the Release-announce mailing list