puppet-manila 14.3.0 (stein)
We are psyched to announce the release of: puppet-manila 14.3.0: Puppet module for OpenStack Manila This release is part of the stein release series. Download the package from: https://tarballs.openstack.org/puppet-manila/ For more details, please see below. 14.3.0 ^^^^^^ Prelude ******* In this release Ubuntu has moved all projects that supported it to python3 which means that there will be a lot of changes. The Puppet OpenStack project does not test the upgrade path from python2 to python3 packages so there might be manual steps required when moving to the python3 packages. New Features ************ * Support setting values for "cephfs_volume_mode" parameter which controls the rwx mode of the cephfs volumes, snapshots, and groups of these that back manila shares. * Service_token_roles_required missing in the server config file which allows backwards compatibility to ensure that the service tokens are compared against a list of possible roles for validity. Upgrade Notes ************* * The default value for manila::type::os_auth_url is changed from http://127.0.0.1:5000/v2.0/ to http://127.0.0.1:5000/v3/ * The default value for manila::volume::cinder::cinder_admin_auth_url is changed from http://localhost:5000/v2.0 to http://localhost:5000/v3 * The default value for manila::type_set::os_auth_url is changed from http://localhost:5000/v2.0 to http://localhost:5000/v3 * This module now requires a puppetlabs-mysql version >= 6.0.0 * Ubuntu packages are now using python3, the upgrade path is not tested by Puppet OpenStack. Manual steps may be required when upgrading. Bug Fixes ********* * The Dell EMC Manila driver urls updated to the correct path to fix the deprecation warnings. Changes in puppet-manila 14.2.0..14.3.0 --------------------------------------- b768ad7 Prepare Stein M3 43df3f7 Support cephfs_volume_mode parameter 2b4758d Change keystone v2.0 to v3 40ab22c Add release note about Ubuntu py3 upgrade d8acd8c Use validate_legacy fa35dc1 Service_token_roles_required missing in the server config file 7f03012 Dell EMC Manila Driver- rebranding changes fb8e36c Change wiki to docs 44501f0 Use puppet 4 compatible mysql functions 16efd30 Remove Ubuntu Xenial from metadata.json 496a58a Fix lint issue 69698c2 Remove redundantly tested code da53614 Inherit pyvers from openstacklib::defaults 80c08c1 Modify puppet version 4 to 5 Diffstat (except docs and test files) ------------------------------------- README.md | 2 +- manifests/backend/cephfs.pp | 11 +++- manifests/backend/dellemc_isilon.pp | 4 +- manifests/backend/dellemc_unity.pp | 4 +- manifests/backend/dellemc_vmax.pp | 4 +- manifests/backend/dellemc_vnx.pp | 4 +- manifests/backend/hitachi_hnas.pp | 2 +- manifests/backend/netapp.pp | 2 +- manifests/config.pp | 4 +- manifests/db.pp | 4 +- manifests/db/mysql.pp | 4 +- manifests/keystone/authtoken.pp | 8 +++ manifests/params.pp | 8 +-- manifests/policy.pp | 2 +- manifests/type.pp | 4 +- manifests/type_set.pp | 4 +- manifests/volume/cinder.pp | 4 +- metadata.json | 17 +++-- ...hfs_volume_mode-parameter-8f6bf0eb5b6fc425.yaml | 6 ++ .../notes/change-keystone-v3-5869a77ea56e5e49.yaml | 11 ++++ ...dellemc-rebrand-driverurl-c4651935ac341482.yaml | 5 ++ .../notes/puppet4-mysql-func-bb1aa0cdcee7bd3c.yaml | 4 ++ .../release-note-ubuntu-py3-55b40f1c04793ddc.yaml | 10 +++ ...vice_token_roles_required-8365413050d17559.yaml | 5 ++ spec/classes/manila_client_spec.rb | 6 +- spec/classes/manila_db_spec.rb | 77 +++------------------- spec/classes/manila_keystone_authtoken_spec.rb | 3 + spec/classes/manila_logging_spec.rb | 32 ++++----- spec/defines/manila_backend_cephfs_spec.rb | 4 ++ spec/defines/manila_backend_dellemc_isilon_spec.rb | 4 +- spec/defines/manila_backend_dellemc_unity_spec.rb | 4 +- spec/defines/manila_backend_dellemc_vmax_spec.rb | 4 +- spec/defines/manila_backend_dellemc_vnx_spec.rb | 4 +- spec/defines/manila_backend_hitachi_hnas_spec.rb | 2 +- spec/defines/manila_backend_netapp_spec.rb | 2 +- spec/defines/manila_type_set_spec.rb | 4 +- spec/defines/manila_type_spec.rb | 4 +- 37 files changed, 141 insertions(+), 142 deletions(-)
participants (1)
-
no-reply@openstack.org