[puppet] puppet-tempest 11.0.0 (pike)
We are stoked to announce the release of: puppet-tempest 11.0.0: Puppet module for OpenStack Tempest This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/puppet-tempest/ For more details, please see below. 11.0.0 ^^^^^^ New Features ************ * Add Octavia Tempest plugin support. * When ec2api is enabled, install the tests packages from RDO. * The new "neutron_api_extensions" parameter allows to configure "tempest" to execute only tests that don't rely on anything beyond the list of API extensions specified by the parameter. Deprecation Notes ***************** * tempest::ensure_package is now deprecated and will be removed in the future release. Please use tempest::package_ensure instead. Changes in puppet-tempest 10.3.0..11.0.0 ---------------------------------------- ce15126 Enable more tempest tests for ec2-api e4d0671 Drop -dev for release prep ca12cbc Deploy ec2-api test package from RDO when needed cb8d37b Update test-requirements.txt a93b933 Allow to set api_extensions to test for neutron 1cd6bb5 Allow to set run_validation to check SSH 1701be4 Inconsistent package_ensure parameter name 1f0a5e0 Prepare Pike metadata f08be93 Update reno for stable/ocata 5c81804 Add Octavia Tempest plugin support. Diffstat (except docs and test files) ------------------------------------- manifests/init.pp | 48 ++++++- manifests/params.pp | 4 + metadata.json | 138 ++++++++++----------- .../add-octavia-support-9fb2e93e7ce38be7.yaml | 3 + ..._ensure_package_parameter-9a39a2831316791f.yaml | 4 + .../notes/ec2api-package-db30bb668b138b03.yaml | 3 + ...se-neutron-api-extensions-b5ae613fa6ea32f9.yaml | 6 + releasenotes/source/conf.py | 12 +- releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 + spec/classes/tempest_init_spec.rb | 3 + test-requirements.txt | 10 +- 12 files changed, 155 insertions(+), 83 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
participants (1)
-
no-reply@openstack.org