[release-announce] puppet-neutron 18.0.0 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Thu Jan 14 10:56:41 UTC 2021


We are overjoyed to announce the release of:

puppet-neutron 18.0.0: Puppet module for OpenStack Neutron

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

18.0.0
^^^^^^


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

* The following two new classes have been added, to set up
  parameters in ovs_driver and sriov_driver section.

  * "neutron::plugins::ml2::ovs_driver"

  * "neutron::plugins::ml2::sriov_driver"


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

* Compatibility with el7 (RHEL7.x, CentOS7.x and so on) has been
  removed.


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

* The following parameters in the
  "neutron::plugins::ml2:mech_driver" class have been deprecated and
  will be removed in a future release. Use "ovs_driver" class or
  "sriov_driver" class instead.

  * "ovs_vnic_type_blacklist"

  * "sriov_vnic_type_blacklist"

Changes in puppet-neutron 17.5.0..18.0.0
----------------------------------------

2663cdf4 Bump version for the start of Wallaby
b27952a4 Include deps class in unit test for sync
28ca6097 Deprecate duplicated parameters for vnic_type_blacklist
0b8a90ec Add new classes ovs_driver and sriov_driver
ac23462c Include deps class in unit test for postgresql
0abe225d Include deps class in unit test for mysql
d2ee064b Cleanup codes for CentOS/RHEL7
e631b170 Update master for stable/victoria
5950a663 Update comment to fix lint


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

manifests/config.pp                                |  6 ++--
manifests/params.pp                                | 10 +------
manifests/plugins/ml2/mech_driver.pp               | 23 ++++++++++-----
manifests/plugins/ml2/ovs_driver.pp                | 31 ++++++++++++++++++++
manifests/plugins/ml2/sriov_driver.pp              | 31 ++++++++++++++++++++
metadata.json                                      | 10 +++----
...recate-mech_driver-params-68968b6585278946.yaml |  9 ++++++
.../notes/drop-el7-support-a9e7a5f1ce9e9c36.yaml   |  4 +++
.../notes/ml2-driver-classes-e9de9a5e58c855fb.yaml |  8 +++++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/victoria.rst                   |  6 ++++
spec/classes/neutron_db_mysql_spec.rb              |  2 ++
spec/classes/neutron_db_postgresql_spec.rb         |  2 ++
spec/classes/neutron_db_sync_spec.rb               |  3 ++
spec/classes/neutron_plugins_ml2_ovs_driver.rb     | 34 ++++++++++++++++++++++
spec/classes/neutron_plugins_ml2_sriov_driver.rb   | 34 ++++++++++++++++++++++
16 files changed, 189 insertions(+), 25 deletions(-)







More information about the Release-announce mailing list