We joyfully announce the release of: puppet-sahara 14.3.0: Puppet module for OpenStack Sahara This release is part of the stein release series. Download the package from: https://tarballs.openstack.org/puppet-sahara/ 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 ************ * Add the log_file option for logging. * 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 now deprecated sahara::service::all class that manages the sahara-all service is not recommended to be used as the sahara-all service has minimal testing upstream. It's recommended that deployments move to using the separate API and engine services which can be deployed like shown in the puppet-sahara/examples/basic.pp file. Please see below on how to move away from the sahara-all service. * Set "`enabled`" to "`false`" in "`sahara::service::all`" will stop the sahara-all service * Setup "`sahara::service::api`" and "`sahara::wsgi::apache`" classes * Setup "`sahara::service::engine`" class Full example on how this is done can be seen in the puppet- sahara/examples/basic.pp examples file. * 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. Deprecation Notes ***************** * The sahara::service::all class that manages the sahara-all service is deprecated. It's recommended to not use the sahara-all service and instead use the separated API and engine services, the sahara- all service has minimal testing upstream. Changes in puppet-sahara 14.2.0..14.3.0 --------------------------------------- eda812a Prepare Stein M3 312338f Add log_file parameter ae69930 Change keystone v2.0 to v3 3347e6f Add release note about Ubuntu py3 upgrade 4a4c572 Use validate_legacy efbeaaa Service_token_roles_required missing in the server config file 209182e Change wiki to docs 052c9ec Use puppet 4 compatible mysql functions 843daba Remove Ubuntu Xenial from metadata.json 690de27 Deprecate the sahara-all service 9b5d759 Deploy Sahara with unversioned endpoints 78e8e8e Remove redundantly tested code 08ce70d Inherit pyvers from openstacklib::defaults d023feb Modify puppet version 4 to 5 Diffstat (except docs and test files) ------------------------------------- README.md | 2 +- examples/basic.pp | 33 ++++++++- lib/puppet/type/sahara_cluster_template.rb | 1 + lib/puppet/type/sahara_node_group_template.rb | 1 + manifests/config.pp | 4 +- manifests/db.pp | 4 +- manifests/db/mysql.pp | 4 +- manifests/keystone/auth.pp | 18 ++--- manifests/keystone/authtoken.pp | 8 +++ manifests/logging.pp | 6 ++ manifests/params.pp | 8 +-- manifests/policy.pp | 2 +- manifests/service/all.pp | 3 + metadata.json | 15 ++-- .../add-log_file-for-logging-98ab323c1e1528b8.yaml | 4 ++ .../deprecate-sahara-all-7b730356a653c0ab.yaml | 20 ++++++ .../notes/puppet4-mysql-func-d65ac0d184e963e5.yaml | 4 ++ .../release-note-ubuntu-py3-a6d73eb76b4cdc0c.yaml | 10 +++ ...vice_token_roles_required-b6513e923d43f2b7.yaml | 5 ++ spec/classes/sahara_all_spec.rb | 1 + spec/classes/sahara_client_spec.rb | 6 +- spec/classes/sahara_db_spec.rb | 79 ++-------------------- spec/classes/sahara_keystone_auth_spec.rb | 18 ++--- spec/classes/sahara_keystone_authtoken_spec.rb | 3 + spec/classes/sahara_logging_spec.rb | 3 + spec/unit/provider/sahara_spec.rb | 4 +- 26 files changed, 147 insertions(+), 119 deletions(-)