[release-announce] puppet-neutron 17.6.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Thu May 27 10:04:23 UTC 2021


We are delighted to announce the release of:

puppet-neutron 17.6.0: Puppet module for OpenStack Neutron

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

17.6.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"

* The following two parameters have been added to define mapping of
  bridge name and hyper visor name to locate the parent of the
  resource provider tree.

  * "neutron::agents::ml2::ovs::resource_provider_hypervisors"

  * "neutorn::agents::ml2::sriov::resource_provider_hypervisors"

Changes in puppet-neutron 17.5.0..17.6.0
----------------------------------------

99857c78 Prepare a new release for stable/victoria
49ceae4f Escape hyphen in neutron_agent_sriov_numvfs regexp
9029fe04 Fix L3 agent's extensions list
7c0ffac9 Add support for the resource_provider_hypervisors parameter
ff23708e Ensure resource_provider_bandwitdhs is unset by default
63fa1b49 Ensure service user passwords are secret
402e24d8 Build containers for single consumer job
d2ce5cd0 Add new classes ovs_driver and sriov_driver
c78059d6 Update TOX_CONSTRAINTS_FILE for stable/victoria
abdd02c1 Update .gitreview for stable/victoria


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

.gitreview                                         |  1 +
.zuul.yaml                                         |  1 +
lib/puppet/type/ironic_neutron_agent_config.rb     | 24 ++++++
lib/puppet/type/neutron_agent_sriov_numvfs.rb      |  2 +-
manifests/agents/l3.pp                             |  4 +-
manifests/agents/ml2/networking_baremetal.pp       |  2 +-
manifests/agents/ml2/ovs.pp                        | 95 +++++++++++++---------
manifests/agents/ml2/sriov.pp                      | 43 ++++++----
manifests/designate.pp                             |  2 +-
manifests/plugins/ml2/ovs_driver.pp                | 31 +++++++
manifests/plugins/ml2/sriov_driver.pp              | 31 +++++++
metadata.json                                      |  2 +-
.../notes/ml2-driver-classes-e9de9a5e58c855fb.yaml |  8 ++
...urce_provider_hypervisors-907db47afa6d5d72.yaml |  9 ++
spec/classes/neutron_agents_l3_spec.rb             | 20 +++++
...neutron_agents_ml2_networking_baremetal_spec.rb |  2 +-
spec/classes/neutron_agents_ml2_ovs_spec.rb        | 20 +++--
spec/classes/neutron_agents_ml2_sriov_spec.rb      | 14 +++-
spec/classes/neutron_designate_spec.rb             |  4 +-
spec/classes/neutron_plugins_ml2_ovs_driver.rb     | 34 ++++++++
spec/classes/neutron_plugins_ml2_sriov_driver.rb   | 34 ++++++++
tox.ini                                            |  2 +-
22 files changed, 312 insertions(+), 73 deletions(-)







More information about the Release-announce mailing list