[release-announce] [puppet] puppet-neutron 12.0.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Mon Nov 13 09:25:44 UTC 2017


We are pleased to announce the release of:

puppet-neutron 12.0.0: Puppet module for OpenStack Neutron

This release is part of the queens release series.

Download the package from:

    https://tarballs.openstack.org/puppet-neutron/

For more details, please see below.

12.0.0
^^^^^^


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

* Adds capability for configuring the Cisco VTS neutron ml2 plugin
  mechanism driver.

* Adds ability to set loadbalancer quota

* Adds ability to configure OpenDayight features which will override
  the default behavior of negotiating features with ODL.

* Adds ability to configure networking-sfc neutron extension.

* neutron auth provider has been switch to use keystone API v3.

* Add parameter to apacher_wsgi to allow overwrite and/or add
  additional wsgi process options.


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

* neutron::agents::l3::send_arp_for_ha is deprecated in Ocata, and
  will be removed in Pike

* neutron::server::qos_notification_drivers is deprecated in Ocata,
  and will be removed in a future release

* revocation_cache_time option is now deprecated for removal, the
  parameter has no effect.


Bug Fixes
*********

* Fixes vhostuser port prefix to be the correct value of 'vhu'.

Changes in puppet-neutron 11.3.0..12.0.0
----------------------------------------

657c495 Add Puppet package to bindep, for module build
49e2ccd Prepare for Queens Milestone 1
9407b9d Add default parameters to cisco vts ml2 plugin manifest
9d62150 Fix workers/threads documentation
21356d4 Add ability to set load balancer quota
384967b Fixes vhostuser port prefix with ODL OVS host config
a8a2f63 Deprecate parameters deprecated in Ocata
f51323d Adding Cisco VTS ML2 mechanism driver configuration manifest
9627306 Allow setting log files for apache vhost
bb1b04b Accept empty strings for log_dir
ade9862 Switch neutron auth provider to keystone v3
104ed37 missing neutron_plugin_nvp resource
1614ecd Remove plugin_ovn_config resource
f26e7dd Add deps to all that is needed
2417be6 Adds the ability to specify ML2 ODL Features
8d5f4d2 Update outdated links in document and spelling error
e5f0c2f Update openstackdocstheme to latest version
63cd0a7 Add unit test for missing config resources
c1465f8 add parameter to overwrite/add wsgi process options
880f1a7 Fix some typos
c36ab75 Deprecate revocation_cache_time option
cd4ab63 Add support for networking-sfc
6d01a5c Use Python to compute release notes version
bc75f47 Update versions for Queens cycle
101224f Update reno for stable/pike
bb78393 Update links in README
7823390 Update reno>=2.5.0


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

CHANGELOG.md                                       |   4 +-
README.md                                          |   4 +-
bindep.txt                                         |   3 +-
lib/puppet/provider/neutron.rb                     |  10 +-
.../neutron_sfc_service_config/openstackconfig.rb  |  15 +++
lib/puppet/type/neutron_sfc_service_config.rb      |  36 +++++++
manifests/agents/l3.pp                             |  20 ++--
manifests/config.pp                                |  17 +++-
manifests/deps.pp                                  |   1 +
manifests/keystone/authtoken.pp                    |  26 +++--
manifests/logging.pp                               |   6 +-
manifests/params.pp                                |   1 +
manifests/plugins/ml2/cisco/vts.pp                 |  75 ++++++++++++++
manifests/plugins/ml2/opendaylight.pp              |   6 ++
manifests/plugins/ovs/opendaylight.pp              |   4 +-
manifests/quota.pp                                 |   7 ++
manifests/server.pp                                |  18 +++-
manifests/services/sfc.pp                          |  85 ++++++++++++++++
manifests/wsgi/apache.pp                           | 110 +++++++++++++--------
metadata.json                                      |  12 +--
...cisco_vts_ml2-mech-driver-723c7946e56be802.yaml |   4 +
...quota-loadbalancer-option-a0e2d83e03a5b98e.yaml |   3 +
...d_odl_features_ml2_option-be14cd406e24febb.yaml |   6 ++
.../notes/add_sfc_support-dc48691618415e97.yaml    |   4 +
...recate_ocata_deprecations-cb42c8f439bdb1d1.yaml |   8 ++
...tion_cache_time_parameter-ff9674d4a7a5bb56.yaml |   4 +
...ight-ovs-vhostuser-prefix-b20936f45a37d644.yaml |   4 +
.../switch-keystone-to-v3-8c2c2111fe29c57c.yaml    |   4 +
.../wsgi_process_options-b1861c6dbc1d9d23.yaml     |   4 +
releasenotes/source/conf.py                        |   4 +-
releasenotes/source/index.rst                      |   1 +
releasenotes/source/pike.rst                       |   6 ++
spec/classes/neutron_config_spec.rb                |  46 +++++++--
spec/classes/neutron_keystone_authtoken_spec.rb    |   3 -
spec/classes/neutron_plugins_ml2_cisco_vts_spec.rb |  82 +++++++++++++++
.../neutron_plugins_ml2_opendaylight_spec.rb       |   4 +-
spec/classes/neutron_quota_spec.rb                 |   1 +
spec/classes/neutron_services_sfc_spec.rb          |  96 ++++++++++++++++++
spec/classes/neutron_wsgi_apache_spec.rb           |  71 +++++++------
.../openstackconfig_spec.rb                        |  74 ++++++++++++++
spec/unit/provider/neutron_spec.rb                 |  32 +++---
spec/unit/type/neutron_sfc_service_config_spec.rb  |  20 ++++
templates/n1kv.conf.erb                            |   2 +-
test-requirements.txt                              |   5 +-
44 files changed, 807 insertions(+), 141 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 629ab00..8db5c0d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3 +3 @@ sphinx>=1.6.2 # BSD
-openstackdocstheme>=1.16.0 # Apache-2.0
+openstackdocstheme>=1.17.0 # Apache-2.0
@@ -6,2 +6 @@ openstackdocstheme>=1.16.0 # Apache-2.0
-# FIXME: reno is manually pinned to !=2.0.0 because of bug #1651995
-reno!=2.0.0,!=2.3.1,>=1.8.0 # Apache-2.0
+reno>=2.5.0 # Apache-2.0






More information about the Release-announce mailing list