We jubilantly announce the release of: puppet-cinder 14.3.0: Puppet module for OpenStack Cinder This release is part of the stein release series. Download the package from: https://tarballs.openstack.org/puppet-cinder/ 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 ************ * 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 cinder::quota_set::os_auth_url is now changed from http://127.0.0.1:5000/v2.0/ to http://127.0.0.1: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. * Keystone catalog entries for Cinder's v1 API are no longer created, but existing entries will not be automatically deleted. Deprecation Notes ***************** * The following parameters associated with the v1 API are deprecated. * configure_endpoint * public_url * internal_url * admin_url * service_name * service_type * service_description Bug Fixes ********* * The keystone service and endpoint for Cinder's API v1 are no longer created. Cinder removed support for its v1 API in Queens. Changes in puppet-cinder 14.2.0..14.3.0 --------------------------------------- c09a934 Modified archives from spec/classes with transpec tool 634b8da Prepare Stein M3 6d0b3a9 Revert "PowerMax driver - rebranding VMAX to PowerMax" 810bebe Change default value cinder::quota_set::os_auth_url to Keystone V3 b133d4c Add release note about Ubuntu py3 upgrade 45303fe Use validate_legacy 0c831bb PowerMax driver - rebranding VMAX to PowerMax f519037 Service_token_roles_required missing in the server config file fc85e13 Don't create keystone service or endpoint for API v1 1d13b79 Change wiki to docs bba4a8c Use puppet 4 compatible mysql functions 1530dac Remove Ubuntu Xenial from metadata.json de8e3d4 Fix openstackclient spec test 7fb4c28 Fix lint issue c366d5d Remove redundantly tested code 1e32e3c Inherit pyvers from openstacklib::defaults c535159 Modify puppet version 4 to 5 1672d3c Remove the duplicated word. Diffstat (except docs and test files) ------------------------------------- CHANGELOG.md | 2 +- README.md | 2 +- manifests/api.pp | 4 +- manifests/backend/netapp.pp | 3 +- manifests/backup.pp | 4 +- manifests/backup/nfs.pp | 3 +- manifests/config.pp | 4 +- manifests/db.pp | 4 +- manifests/db/mysql.pp | 4 +- manifests/keystone/auth.pp | 115 +++++++++-------- manifests/keystone/authtoken.pp | 8 ++ manifests/params.pp | 8 +- manifests/policy.pp | 2 +- manifests/quota_set.pp | 4 +- manifests/scheduler.pp | 4 +- manifests/volume.pp | 4 +- metadata.json | 15 ++- ...lt-val-quota_set-auth-url-fa7b58f3db7e35b2.yaml | 5 + .../notes/puppet4-mysql-func-e66797f83b328609.yaml | 4 + .../release-note-ubuntu-py3-ac37054ad95865df.yaml | 10 ++ .../notes/remove-api-v1-2987e0317436bc69.yaml | 19 +++ ...vice_token_roles_required-92618e63dceeb2bd.yaml | 5 + spec/classes/cinder_ceilometer_spec.rb | 6 +- spec/classes/cinder_client_spec.rb | 14 +-- spec/classes/cinder_coordination_spec.rb | 4 +- spec/classes/cinder_cron_db_purge_spec.rb | 2 +- spec/classes/cinder_db_mysql_spec.rb | 8 +- spec/classes/cinder_db_spec.rb | 73 +---------- spec/classes/cinder_init_spec.rb | 140 ++++++++++----------- spec/classes/cinder_keystone_auth_spec.rb | 79 ++++-------- spec/classes/cinder_keystone_authtoken_spec.rb | 3 + spec/classes/cinder_logging_spec.rb | 32 ++--- spec/classes/cinder_nova_spec.rb | 72 +++++------ spec/classes/cinder_scheduler_spec.rb | 20 +-- spec/classes/cinder_setup_test_volume_spec.rb | 12 +- spec/classes/cinder_vmware_spec.rb | 10 +- spec/classes/cinder_volume_spec.rb | 22 ++-- spec/defines/cinder_backend_netapp_spec.rb | 2 +- spec/defines/cinder_quota_set_spec.rb | 6 +- spec/unit/provider/cinder_spec.rb | 4 +- 40 files changed, 355 insertions(+), 387 deletions(-)
participants (1)
-
no-reply@openstack.org