We jubilantly announce the release of: puppet-neutron 15.5.0: Puppet module for OpenStack Neutron This release is part of the train stable 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. 15.5.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. Changes in puppet-neutron 15.4.0..15.5.0 ---------------------------------------- 0d00bb2 Prepare new release 15.5.0 in stable/train 5e41b95 Fix rabbitmq dependency 445eb54 Fix incorrect openswan package in CentOS8 175f063 Limit scope of puppet-neutron-tripleo-standalone tempest tests 2ed6a19 [OVN] Change the default metadata_workers to 2 ad436b0 Add ovs/igmp_snooping_enable support afc5750 Force cast bridge mappings as an array fb512e1 Add of_connect_timeout and of_request_timeout 840e1f2 Add OVS of_inactivity_probe parameter 235c69c Add OVS ovsdb_timeout parameter 1111e3d Add agents.l3 "radvd_user" configuration option 3dc0585 Switch to Train 6e02338 Update TOX/UPPER_CONSTRAINTS_FILE for stable/train 00fece7 Update .gitreview for stable/train Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 4 +- Gemfile | 3 +- manifests/agents/l3.pp | 9 ++++ manifests/agents/ml2/linuxbridge.pp | 2 +- manifests/agents/ml2/ovs.pp | 42 +++++++++++++++++- manifests/agents/ovn_metadata.pp | 4 +- manifests/params.pp | 8 +++- manifests/server.pp | 14 ++++++ metadata.json | 4 +- .../add-ovs-of-timeouts-51c5abf0026572a5.yaml | 5 +++ ...d-ovs-of_inactivity_probe-c91580cef1954de4.yaml | 4 ++ .../add-ovs-ovsdb_timeout-34eb7f97e72fea46.yaml | 4 ++ ...duce-ovn-metadata-workers-6ed825307997f8b9.yaml | 11 +++++ spec/classes/neutron_agents_ml2_ovs_spec.rb | 50 ++++++++++++++++++++++ spec/classes/neutron_agents_ovn_metadata_spec.rb | 2 +- spec/classes/neutron_server_spec.rb | 11 +++++ tox.ini | 2 +- 18 files changed, 168 insertions(+), 12 deletions(-)
participants (1)
-
no-reply@openstack.org