We are thrilled to announce the release of: puppet-octavia 14.3.0: Puppet module for OpenStack Octavia This release is part of the stein release series. Download the package from: https://tarballs.openstack.org/puppet-octavia/ 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 new parameter, "workers" to health_manager which defaults to $::os_workers * Added octavia::api::provider_drivers and octavia::api::default_provider_driver configuration to support configuring different load balancer drivers in octavia. * 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 ************* * 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. Changes in puppet-octavia 14.2.0..14.3.0 ---------------------------------------- aa79dfd Prepare Stein M3 ed586f1 Add release note about Ubuntu py3 upgrade 9825c43 Use validate_legacy f78d430 Service_token_roles_required missing in the server config file 82ed793 Add support for configuring provider drivers 9aa0149 Change wiki to docs 3856be1 Use puppet 4 compatible mysql functions c588f6f Remove Ubuntu Xenial from metadata.json 4a866ff Fix lint issue e430afb Remove redundantly tested code efb5884 Inherit pyvers from openstacklib::defaults 5e7845e heatlh_manager default to os_workers a48d9b3 Modify puppet version 4 to 5 faf253e update apache.pp [oportunity to opportunity] Diffstat (except docs and test files) ------------------------------------- README.md | 2 +- manifests/api.pp | 16 +++++++++ manifests/config.pp | 2 +- manifests/db.pp | 5 ++- manifests/db/mysql.pp | 4 +-- manifests/health_manager.pp | 9 ++++- manifests/keystone/authtoken.pp | 8 +++++ manifests/params.pp | 9 ++--- manifests/policy.pp | 2 +- manifests/worker.pp | 2 +- manifests/wsgi/apache.pp | 2 +- metadata.json | 17 +++++---- ...th_manager-worker-default-6259b601e01db4f3.yaml | 4 +++ ...dd-provider-driver-config-9f5352879efe3f9d.yaml | 6 ++++ .../notes/puppet4-mysql-func-2a3fa2c6b7e24554.yaml | 4 +++ .../release-note-ubuntu-py3-ff9dcddda18683a6.yaml | 10 ++++++ ...vice_token_roles_required-8294ec1e5b3fc75f.yaml | 5 +++ spec/classes/octavia_api_spec.rb | 6 ++++ spec/classes/octavia_client_spec.rb | 6 +--- spec/classes/octavia_db_spec.rb | 40 ---------------------- spec/classes/octavia_health_manager_spec.rb | 11 ++++++ spec/classes/octavia_keystone_authtoken_spec.rb | 3 ++ spec/classes/octavia_logging_spec.rb | 34 +++++++++--------- 23 files changed, 120 insertions(+), 87 deletions(-)