Stein Series Release Notes

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.

14.2.0

Upgrade Notes

  • The deprecated parameter auth_uri is now removed, please use www_authenticate_uri.

  • The deprecated parameters admin_user, admin_password, admin_tenant_name, auth_uri, identity_uri and memcached_servers in ::sahara is now removed.

  • The deprecated parameter sahara::use_neutron is now removed.

  • The deprecated parameters use_syslog, use_stderr, log_facility, log_dir and debug in the init class is now removed. Please set them in the logging class.

Deprecation Notes

  • The following ZeroMQ parameters in ::sahara is now deprecated and has no effect:

    • zeromq_bind_address

    • zeromq_contexts

    • zeromq_topic_backlog

    • zeromq_ipc_dir

    • zeromq_host

    • cast_timeout

  • check_revocations_for_cached option is now deprecated for removal, the parameter has no effect.

  • hash_algorithms option is now deprecated for removal, the parameter has no effect.