[release-announce] [puppet] puppet-vswitch 6.2.0 (ocata)

no-reply at openstack.org no-reply at openstack.org
Thu Jan 26 19:18:38 UTC 2017


We high-spiritedly announce the release of:

puppet-vswitch 6.2.0: Puppet module for OpenStack Vswitch

This release is part of the ocata release series.

Download the package from:

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

For more details, please see below.

Changes in puppet-vswitch 6.1.0..6.2.0
--------------------------------------

026f64a Add fail_mode parameter to OVS Ports
8aa83e6 Pin reno version to reno>=0.1.1,!=2.0.0
8383404 Add dependency to openvswitch service for adding DPDK_OPTIONS
77e0b06 Configure DPDK options to isolate PMD cores and ovs process cores
b797ae7 Fix ovs test for xenial


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

lib/puppet/provider/vs_port/ovs_redhat.rb |  4 +-
lib/puppet/type/vs_port.rb                | 11 +++++
manifests/dpdk.pp                         | 62 ++++++++++++++++++++------
spec/classes/vswitch_dpdk_spec.rb         | 72 ++++++++++++++++++++++++++++++-
spec/classes/vswitch_ovs_spec.rb          |  7 ++-
spec/unit/puppet/lib/type/vs_port_spec.rb | 17 ++++++++
test-requirements.txt                     |  3 +-
7 files changed, 157 insertions(+), 19 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index bedd666..baa2346 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4,2 @@ oslosphinx>=2.5.0 # Apache-2.0
-reno>=0.1.1 # Apache-2.0
+# FIXME: reno is manually pinned to !=2.0.0 because of bug #1651995
+reno>=0.1.1,!=2.0.0 # Apache-2.0





More information about the Release-announce mailing list