puppet-swift 14.3.0 (stein)
We are satisfied to announce the release of: puppet-swift 14.3.0: Puppet module for OpenStack Swift This release is part of the stein release series. Download the package from: https://tarballs.openstack.org/puppet-swift/ 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. Upgrade Notes ************* * The default value for swift::dispersion::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 swift::auth_file::auth_url is changed from http://127.0.0.1:5000/v2.0/ to http://127.0.0.1:5000/v3/ * Ubuntu packages are now using python3, the upgrade path is not tested by Puppet OpenStack. Manual steps may be required when upgrading. * The deprecated parameter admin_token in swift::proxy::authtoken is now removed. Changes in puppet-swift 14.2.0..14.3.0 -------------------------------------- d513901 Prepare Stein M3 ba1ec6d Use validate_legacy 801104f Change keystone v2.0 to v3 828b558 Add release note about Ubuntu py3 upgrade 5a6296b Change wiki to docs 7ae11fb Remove Ubuntu Xenial from metadata.json bc8dc51 Inherit pyvers from openstacklib::defaults 6b478c7 Modify puppet version 4 to 5 1428c50 Remove swift::proxy::keystoneauth::admin_token Diffstat (except docs and test files) ------------------------------------- README.md | 2 +- examples/site.pp | 3 +-- manifests/auth_file.pp | 4 ++-- manifests/config.pp | 7 ++++--- manifests/dispersion.pp | 2 +- manifests/params.pp | 8 +------- manifests/proxy.pp | 6 +++--- manifests/proxy/authtoken.pp | 9 --------- manifests/proxy/tempauth.pp | 14 +++++++------- manifests/ringbuilder/create.pp | 3 ++- manifests/ringbuilder/policy_ring.pp | 2 +- manifests/ringbuilder/rebalance.pp | 6 ++++-- manifests/storage/generic.pp | 3 ++- manifests/storage/node.pp | 3 ++- manifests/storage/server.pp | 11 ++++++----- metadata.json | 7 +++---- .../notes/change-keystone-v3-dd97e1db169b9b62.yaml | 8 ++++++++ .../notes/release-note-ubuntu-py3-166e8825549d2981.yaml | 10 ++++++++++ .../notes/remove-admin_token-14b3fd9fe23c018a.yaml | 4 ++++ spec/classes/swift_client_spec.rb | 6 +----- spec/classes/swift_dispersion_spec.rb | 2 +- spec/classes/swift_proxy_authtoken_spec.rb | 4 ++-- spec/classes/swift_proxy_spec.rb | 2 +- spec/defines/swift_storage_generic_spec.rb | 2 +- spec/defines/swift_storage_node_spec.rb | 2 +- spec/defines/swift_storage_server_spec.rb | 4 ++-- 26 files changed, 71 insertions(+), 63 deletions(-)
participants (1)
-
no-reply@openstack.org