[puppet] puppet-neutron 9.6.0 (newton)
We eagerly announce the release of: puppet-neutron 9.6.0: Puppet module for OpenStack Neutron This release is part of the newton release series. Download the package from: https://tarballs.openstack.org/puppet-neutron/ For more details, please see below. 9.6.0 ^^^^^ New Features * Adds ovs_integration_bridge config option in neutron.conf and adds ovs_veth_use config option in lbaas_agent.ini * Additional support for Nuage is added in neutron, as a result of which Nuage can be plugged into neutron as ML2 mechanism driver. This feature is in addition to the option of usign Nuage as the core plugin. This change adds neutron::plugins::ml2::nuage * Added nuage configuration file under neutron-server configuration directory so that neutron-server can pick up the configuration file on startup. This change creates nuage_plugin.conf symlink under the folder /etc/neutron/conf.d/neutron-server. Changes in puppet-neutron 9.5.0..9.6.0 -------------------------------------- 15161bb Prepare for Newton post release 92caad0 Run puppet-openstack-beaker-jobs 8bdf73f Cisco: Remove ping test for Nexus switches 990cfe6 Added parameters to assign already present options in neutron.conf and lbaas_agent.ini 186993f Switch to Zuul v3 testing 221abd6 [newton] Add Puppet package to bindep, for module build 346206d Addition of Nuage configuration to neutron-server conf directory 652bed5 Addition of Nuage as mechanism driver for ML2 d6f989c Warn instead of fail with wrong type_driver 859c5ab Add Opendaylight ML2 configuration options 628fc95 Added user_domain_name and project_domain_name for nova notifications 374d1a3 Add MidoNet plugin client parameter 215990e Allow blank rabbit password if using transport_url Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 7 + bindep.txt | 1 + manifests/agents/lbaas.pp | 6 + manifests/agents/ml2/linuxbridge.pp | 5 +- manifests/init.pp | 4 +- manifests/plugins/midonet.pp | 35 +++-- manifests/plugins/ml2/cisco/nexus_creds.pp | 18 --- manifests/plugins/ml2/nuage.pp | 107 ++++++++++++++ manifests/plugins/ml2/opendaylight.pp | 28 +++- manifests/plugins/ml2/type_driver.pp | 2 +- manifests/server.pp | 6 + manifests/server/notifications.pp | 26 +++- metadata.json | 164 ++++++++++----------- ...-neutron-lbaas-parameters-a0c970a8bb0e1da9.yaml | 5 + ...dd-nuage-mechanism-driver-99c4fc66da2ae515.yaml | 6 + .../add-nuage-neutron-conf-6917ecfef840fe2e.yaml | 6 + releasenotes/source/conf.py | 4 +- spec/classes/neutron_agents_lbaas_spec.rb | 10 ++ spec/classes/neutron_plugins_ml2_nuage_spec.rb | 118 +++++++++++++++ .../neutron_plugins_ml2_opendaylight_spec.rb | 14 +- spec/classes/neutron_plugins_ml2_spec.rb | 3 +- spec/classes/neutron_server_notifications_spec.rb | 16 +- spec/classes/neutron_server_spec.rb | 9 ++ 23 files changed, 460 insertions(+), 140 deletions(-)
participants (1)
-
no-reply@openstack.org