[release-announce] puppet-neutron 16.1.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Tue Feb 18 11:17:06 UTC 2020


We are gleeful to announce the release of:

puppet-neutron 16.1.0: Puppet module for OpenStack Neutron

This release is part of the ussuri release series.

The source is available from:

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

Download the package from:

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

Please report issues through:

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

For more details, please see below.

16.1.0
^^^^^^


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

* Added new parameters of_connect_timeout and of_request_timeout in
  the neutron::agents::ml2::ovs class.

* Added new parameter
  neutron::agents::ml2::ovs::of_inactivity_probe.

* Added new parameter neutron::agents::ml2::ovs::ovsdb_timeout.


Upgrade Notes
*************

* Switched the default value of the "metadata_workers" configuration
  option for the OVN metadata agents to 2 (from $::os_workers). While
  the OVS metadata agents runs on the controllers/gateway nodes (and
  defaults to $::os_workers) the OVN metadata agents are distributed
  and runs on the compute nodes instead so, there's no point in
  running dozen of them on each compute. Also, by reducing the number
  of workers we also reduce the burden on the OVSDB that the OVN
  metadata agent connects to making OVN more scalable.

* The deprecated parameter neutron::agents::metadata::metadata_ip is
  removed. Please use the neutron::agents::metadata::metadata_host
  parameter.

* The parameter neutron::agents::ml2::ovs::of_interface is now
  removed.


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

* The neutron::agents::ml2::ovs::ovsdb_interface is deprecated and
  has no effect.

Changes in puppet-neutron 16.0.0..16.1.0
----------------------------------------

3c76924 Prepare Ussuri M2
22bd117 Remove OVS of_interface
3568ccf Deprecate ovsdb_interface
847f434 [OVN] Change the default metadata_workers to 2
95f442b Add of_connect_timeout and of_request_timeout
32bde05 Add OVS of_inactivity_probe parameter
fbafd40 Add OVS ovsdb_timeout parameter
e3c8f14 Remove neutron::agents::metadata::metadata_ip
9f5c39c Fix README
5eb4ed9 Fix stdlib version in metadata
61daaaa Revert "Remove br-tun check from beaker"


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

README.md                                          | 18 ++++---
manifests/agents/metadata.pp                       | 11 ----
manifests/agents/ml2/ovs.pp                        | 59 +++++++++++++++-------
manifests/agents/ovn_metadata.pp                   |  4 +-
metadata.json                                      | 14 ++---
.../add-ovs-of-timeouts-51c5abf0026572a5.yaml      |  5 ++
...d-ovs-of_inactivity_probe-c91580cef1954de4.yaml |  4 ++
.../add-ovs-ovsdb_timeout-34eb7f97e72fea46.yaml    |  4 ++
...deprecate-ovsdb_interface-d5720f786ce14b8a.yaml |  4 ++
...duce-ovn-metadata-workers-6ed825307997f8b9.yaml | 11 ++++
.../remove-nova-metadata-ip-9948a0907e0ec8a6.yaml  |  5 ++
.../remove-ovs-of_interface-74c3e0c85c5b622e.yaml  |  4 ++
spec/acceptance/basic_neutron_spec.rb              |  3 +-
spec/classes/neutron_agents_ml2_ovs_spec.rb        | 59 ++++++++++++++--------
spec/classes/neutron_agents_ovn_metadata_spec.rb   |  2 +-
15 files changed, 137 insertions(+), 70 deletions(-)







More information about the Release-announce mailing list