[release-announce] puppet-octavia 15.0.0 (train)

no-reply at openstack.org no-reply at openstack.org
Thu Jun 6 06:50:44 UTC 2019


We are satisfied to announce the release of:

puppet-octavia 15.0.0: Puppet module for OpenStack Octavia

This release is part of the train 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.

15.0.0
^^^^^^


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

* Add openstackclient installation to the client class.

* Adds octavia::api::ovn_nb_connection to configure ovn nb
  connection string for OVN Provider driver.

* The passphrase for config option 'server_certs_key_passphrase',
  that was recently added to Octavia, will now be auto-generated.


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

* database_idle_timeout is deprecated and will be removed in a
  future release. Please use database_connection_recycle_time instead.

Changes in puppet-octavia 14.4.0..15.0.0
----------------------------------------

b0b8878 Fix client spec test
f6f355d Add openstackclient installation to the client class
a4f8833 Deprecate idle_timeout option
7c8cb7e Move to opendev
9c3ddf4 Add support for configuring ovn_nb_connection for ovn provider
119f263 Revert "Convert provider drivers to a json string for config file"
cad16e8 Move to opendev
219a5cc Fix Repository
b270417 Replace git.openstack.org with opendev.org/openstack
88e079e OpenDev Migration Patch
42f05dc Add Beaker-Rspec to the table of contents
e8ae460 Configure server_certs_key_passphrase for Octavia
d25fde1 Bump version for the start of Train
35230eb Update master for stable/stein
7ddad26 Convert provider drivers to a json string for config file
c0dd406 Provide more useful fail message


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

.gitreview                                         |  2 +-
Gemfile                                            |  2 +-
README.md                                          | 13 ++---
manifests/api.pp                                   | 11 +++--
manifests/certificates.pp                          | 57 ++++++++++++----------
manifests/client.pp                                |  1 +
manifests/db.pp                                    | 54 ++++++++++++--------
manifests/params.pp                                |  3 +-
metadata.json                                      | 12 ++---
...dd-openstackclient-client-ad889aef4a5c7322.yaml |  3 ++
...-ovn-nb-connection-config-474ee0bdfa307fb6.yaml |  4 ++
.../change-service-type-c7bea5ac392fd0d1.yaml      |  2 +-
...te_idle_timeout_parameter-91484626097ef011.yaml |  4 ++
...rver_certs_key_passphrase-45d716a67b0e83b3.yaml |  4 ++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/stein.rst                      |  6 +++
spec/classes/octavia_api_spec.rb                   |  5 +-
spec/classes/octavia_certificates_spec.rb          | 51 ++++++++++---------
spec/classes/octavia_client_spec.rb                |  2 +
spec/classes/octavia_db_spec.rb                    | 54 ++++++++++----------
tox.ini                                            |  2 +-
21 files changed, 176 insertions(+), 117 deletions(-)







More information about the Release-announce mailing list