puppet-neutron 16.5.0 (ussuri)
We are pleased to announce the release of: puppet-neutron 16.5.0: Puppet module for OpenStack Neutron This release is part of the ussuri 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. 16.5.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" * 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" * 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 16.4.0..16.5.0 ---------------------------------------- 038626a8 Prepare the final stable/ussuri release 863a7d22 Add support for the resource_provider_default_hypervisor parameter dc15af35 Support arbitrary configurations for ovs agent and sriov agent cb475f8e Add support for logging service plugin configuration 5864e305 TripleO: Reduce tempest test scope b1acf1e6 Set fixture paths for unit tests 3b9df8e4 Fix name of networking-ansible/baremetal package 82324318 Fix L3 agent's extensions list Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 4 +- manifests/agents/l3.pp | 89 ++++++++++------- manifests/agents/ml2/networking_baremetal.pp | 2 +- manifests/agents/ml2/ovs.pp | 108 +++++++++++++-------- manifests/agents/ml2/sriov.pp | 33 ++++--- manifests/config.pp | 12 +++ 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 | 12 +-- .../agent-arbitrary-configs-8036223e87f32c2a.yaml | 8 ++ ...ing-service-plugin-params-c765f0d55b0b7d92.yaml | 9 ++ ...ovider_default_hypervisor-0d27eb32e2cde997.yaml | 7 ++ spec/classes/neutron_agents_l3_spec.rb | 23 +++++ ...neutron_agents_ml2_networking_baremetal_spec.rb | 20 +++- 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 +++- .../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 + 23 files changed, 360 insertions(+), 156 deletions(-)
participants (1)
-
no-reply@openstack.org