[release-announce] puppet-neutron 17.7.0 (victoria)
no-reply at openstack.org
no-reply at openstack.org
Tue May 3 08:12:45 UTC 2022
We are excited to announce the release of:
puppet-neutron 17.7.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.7.0
^^^^^^
New Features
* The following new parameters have been added to support arbitrary
configurations for openvsiwtch_agent.ini and sriov_agent.ini
* "neutron::config::ovs_agent_config"
* "neutron::config::sriov_agent_config"
* The new "neutron::keystone::authtoken::service_type" parameter has
been added to configure the service_type parameter in authtoken
middleware.
* 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.
* Now the "neutron::agents::ml2::ovs" class and the
"neutron::agents::ml2::sriov" class supports the
resource_provider_default_hypervisor parameter to set the
corresponding parameter in ovs-agent and sriov-agent.
Changes in puppet-neutron 17.6.0..17.7.0
----------------------------------------
026214ae Prepare the final stable/victoria release
629dbe0f Add report_inteval parameter in ml2 baremetal
15a3ccae Add support for the resource_provider_default_hypervisor parameter
98e2fc0b Support arbitrary configurations for ovs agent and sriov agent
0c3973b1 Add support for logging service plugin configuration
449f9ce1 TripleO: Reduce tempest test scope
4f64b398 Add support for the keystone_authtoken/service_type parameter
3d86c432 Set fixture paths for unit tests
b85b99df Fix name of networking-ansible/baremetal package
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 4 +-
manifests/agents/l3.pp | 63 ++++++++----
manifests/agents/ml2/networking_baremetal.pp | 11 ++-
manifests/agents/ml2/ovs.pp | 108 +++++++++++++--------
manifests/agents/ml2/sriov.pp | 33 ++++---
manifests/config.pp | 12 +++
manifests/keystone/authtoken.pp | 7 ++
manifests/params.pp | 4 +-
manifests/plugins/ml2/networking_ansible.pp | 3 +-
manifests/plugins/ml2/networking_baremetal.pp | 2 +-
manifests/plugins/ml2/ovn.pp | 93 +++++++++++-------
metadata.json | 2 +-
.../agent-arbitrary-configs-8036223e87f32c2a.yaml | 8 ++
...ne-authtoken-service_type-2cdc4de207123029.yaml | 5 +
...ing-service-plugin-params-c765f0d55b0b7d92.yaml | 9 ++
...baremetal-report-interval-634d1bf90139cbeb.yaml | 7 ++
...ovider_default_hypervisor-0d27eb32e2cde997.yaml | 7 ++
spec/classes/neutron_agents_l3_spec.rb | 3 +
...neutron_agents_ml2_networking_baremetal_spec.rb | 21 +++-
spec/classes/neutron_agents_ml2_ovs_spec.rb | 12 ++-
spec/classes/neutron_agents_ml2_sriov_spec.rb | 13 ++-
spec/classes/neutron_config_spec.rb | 17 +++-
spec/classes/neutron_keystone_authtoken_spec.rb | 3 +
.../neutron_plugins_ml2_networking_ansible_spec.rb | 18 +++-
...eutron_plugins_ml2_networking_baremetal_spec.rb | 18 +++-
spec/classes/neutron_plugins_ml2_ovn_spec.rb | 4 +-
spec/spec_helper.rb | 5 +
27 files changed, 354 insertions(+), 138 deletions(-)
More information about the Release-announce
mailing list