[puppet] puppet-manila 10.2.0 (ocata)
We contentedly announce the release of: puppet-manila 10.2.0: Puppet module for OpenStack Manila This release is part of the ocata release series. Download the package from: https://tarballs.openstack.org/puppet-manila/ For more details, please see below. 10.2.0 ^^^^^^ New Features ************ * Allow to configure Manila with HITACHI HNAS backend. * Passes parameter to keystone authtoken define to manage python- memcache package install. Deprecation Notes ***************** * signing_dir option is now deprecated for removal, the parameter has no effect. Changes in puppet-manila 10.1.0..10.2.0 --------------------------------------- d8a73b1 Add oslo::db to dependency chain 1d9df6b Fix unit test name for init.pp 6080b16 Prepare 10.2.0 release a1d96a7 Allow python-memcache install from authtoken class 5bd1720 Add support to configure Hitachi NAS Platform driver with Manila shares. dd1528f Allow setting default_share_type config option 4c6eb6a Deprecate signing_dir option 1736486 Pin reno version to reno>=0.1.1,!=2.0.0 f04ee23 acceptance: stop testing nfs-ganesha backend Diffstat (except docs and test files) ------------------------------------- manifests/api.pp | 7 + manifests/backend/hitachi_hnas.pp | 85 ++++++ manifests/deps.pp | 4 + manifests/keystone/authtoken.pp | 24 +- manifests/share/hitachi_hnas.pp | 68 +++++ metadata.json | 10 +- .../notes/add-hitachihnas-3925789fa9c30ab5.yaml | 3 + ...n_manage_memcache_package-4b61e2686c38d698.yaml | 3 + ...ate_signing_dir_parameter-3491335a3f8135ef.yaml | 4 + releasenotes/source/conf.py | 4 +- spec/acceptance/basic_manila_spec.rb | 4 - spec/classes/manila_api_spec.rb | 12 + spec/classes/manila_init_spec.rb | 317 +++++++++++++++++++++ spec/classes/manila_keystone_authtoken_spec.rb | 8 +- spec/classes/manila_share_hitachi_hnas_spec.rb | 44 +++ spec/classes/manila_spec.rb | 317 --------------------- spec/defines/manila_backend_hitachi_hnas_spec.rb | 47 +++ test-requirements.txt | 3 +- 18 files changed, 626 insertions(+), 338 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