We joyfully announce the release of: puppet-vswitch 7.0.0: Puppet module for OpenStack Vswitch This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/puppet-vswitch/ For more details, please see below. 7.0.0 ^^^^^ Upgrade Notes * Support for OVS-DPDK is being extended for OvS 2.6 while retaining the backward compatibility with OvS 2.5. In OvS 2.5 the DPDK parameters are written as DPDK_OPTIONS to a sysconfig file, while in OvS 2.6 the DPDK parameters are configured as ovsdb entries * Parameter 'memory_channels' is required for OvS 2.5, while in OvS 2.6 its optional * parameter 'driver_type' is required only for OvS 2.5. Shall be deprecated when OvS 2.5 support is discontinued Changes in puppet-vswitch 6.3.0..7.0.0 -------------------------------------- 4c9b305 Drop -dev for release prep b58bd48 OVS2.6 changes for DPDK 084093c Update test-requirements.txt 3f41e2e Prepare Pike metadata b4039a5 Remove deprecated parameter 'core_list' b3ea36d Update reno for stable/ocata Diffstat (except docs and test files) ------------------------------------- Rakefile | 1 + lib/puppet/provider/vs_config/ovs.rb | 40 +++++- lib/puppet/type/vs_config.rb | 16 +++ manifests/dpdk.pp | 130 +++++++++-------- manifests/params.pp | 2 + metadata.json | 144 +++++++++---------- .../notes/ovs2.6_support-cb3b2b5e75fde8ab.yaml | 9 ++ releasenotes/source/conf.py | 12 +- releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 + spec/classes/vswitch_dpdk_spec.rb | 159 +++++++++++---------- spec/unit/puppet/lib/type/vs_config_spec.rb | 30 ++++ test-requirements.txt | 10 +- 13 files changed, 341 insertions(+), 219 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index baa2346..1ea50a8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,5 @@ -# this is required for the docs build jobs -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 -oslosphinx>=2.5.0 # Apache-2.0 +# This is required for the docs build jobs +sphinx>=1.5.1 # BSD +oslosphinx>=4.7.0 # Apache-2.0 + +# This is required for the releasenotes build jobs @@ -5 +7 @@ oslosphinx>=2.5.0 # Apache-2.0 -reno>=0.1.1,!=2.0.0 # Apache-2.0 +reno>=1.8.0,!=2.0.0 # Apache-2.0