[release-announce] puppet-neutron 19.3.0 (xena)

no-reply at openstack.org no-reply at openstack.org
Wed Sep 29 13:07:26 UTC 2021


We are delighted to announce the release of:

puppet-neutron 19.3.0: Puppet module for OpenStack Neutron

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

19.3.0
^^^^^^

New Features

* The new "neutron::cache" class has been added.

* Support for the logging serivce plugin parameters has been added
  to the following classes.

  * "neutron::agent::l3"

  * "neutron::agent::ml2::ovs"

  * "neutron::plugins::ml2::ovn"

* It is now possible to set the report interval for the networking-
  baremetal ml2 agent by using new parameter "report_interval" in the
  "neutron::agents::ml2::networking_baremetal" class.

Changes in puppet-neutron 19.2.0..19.3.0
----------------------------------------

b998ab67 Prepare Xena M3
722ea0eb Do not test authtoken parameters directly
b505890d Use a 'params' hash for authtoken parameters
dae33092 Add report_inteval parameter in ml2 baremetal
05f25209 Add support for oslo.cache options
c6f1ed5c Support Puppet 7
a60669b6 Get rid of deprecated is_array method
510c77b4 Remove unnecessary array casting
61f4fc96 Add support for logging service plugin configuration


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

manifests/agents/l3.pp                             |  63 ++++--
manifests/agents/ml2/networking_baremetal.pp       |   9 +
manifests/agents/ml2/ovs.pp                        |  23 +++
manifests/cache.pp                                 | 166 +++++++++++++++
manifests/init.pp                                  |   8 +-
manifests/keystone/authtoken.pp                    |  82 ++++----
manifests/plugins/ml2/ovn.pp                       |  89 +++++---
metadata.json                                      |  12 +-
.../notes/cache-opts-1948574d59cde1b0.yaml         |   4 +
...ing-service-plugin-params-c765f0d55b0b7d92.yaml |   9 +
...baremetal-report-interval-634d1bf90139cbeb.yaml |   7 +
spec/classes/neutron_agents_l3_spec.rb             |   3 +
...neutron_agents_ml2_networking_baremetal_spec.rb |   1 +
spec/classes/neutron_agents_ml2_ovs_spec.rb        |  17 +-
spec/classes/neutron_cache_spec.rb                 |  95 +++++++++
spec/classes/neutron_init_spec.rb                  |   5 +-
spec/classes/neutron_keystone_authtoken_spec.rb    | 230 +++++++++++----------
spec/classes/neutron_plugins_ml2_ovn_spec.rb       |   4 +-
18 files changed, 603 insertions(+), 224 deletions(-)







More information about the Release-announce mailing list