[puppet] puppet-octavia 10.2.0 (ocata)
We exuberantly announce the release of: puppet-octavia 10.2.0: Puppet module for OpenStack Octavia This release is part of the ocata release series. Download the package from: https://tarballs.openstack.org/puppet-octavia/ For more details, please see below. 10.2.0 ^^^^^^ New Features ************ * Passes parameter to keystone authtoken define to manage python- memcache package install. Upgrade Notes ************* * In previous releases, ::octavia::db was included in ::octavia even though it isn't required by all users of that class. It has been removed from ::octavia and added to ::octavia::api where it is required. Deprecation Notes ***************** * signing_dir option is now deprecated for removal, the parameter has no effect. Changes in puppet-octavia 10.1.0..10.2.0 ---------------------------------------- 76a2df9 Move db include from ::octavia to ::octavia::api a8797ac Fix ci 9786b93 Prepare 10.2.0 release e34142d Allow python-memcache install from authtoken class 08e6192 Deprecate signing_dir option 64c04c0 Pin reno version to reno>=0.1.1,!=2.0.0 81ec750 Added parameters to configure ip and port d953d25 Use correct section for host and port settings add2cce Add the port check for breaker e86dd8c Add test for sync Diffstat (except docs and test files) ------------------------------------- manifests/api.pp | 5 +- manifests/health_manager.pp | 14 ++++- manifests/init.pp | 1 - manifests/keystone/authtoken.pp | 24 ++++++--- metadata.json | 10 ++-- ...n_manage_memcache_package-88dca510e70ef1e1.yaml | 3 ++ ...ate_signing_dir_parameter-1a34ef813a913548.yaml | 4 ++ ...ont-initialize-db-in-init-85ac6f87576814d6.yaml | 5 ++ releasenotes/source/conf.py | 4 +- spec/acceptance/octavia_spec.rb | 13 ++++- spec/classes/octavia_api_spec.rb | 6 +-- spec/classes/octavia_db_sync_spec.rb | 62 ++++++++++++++++++++++ spec/classes/octavia_health_manager_spec.rb | 16 ++++++ spec/classes/octavia_init_spec.rb | 4 -- spec/classes/octavia_keystone_authtoken_spec.rb | 8 +-- test-requirements.txt | 3 +- 16 files changed, 152 insertions(+), 30 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
participants (1)
-
no-reply@openstack.org