puppet-murano 14.3.0 (stein)
We are psyched to announce the release of: puppet-murano 14.3.0: Puppet module for OpenStack Murano This release is part of the stein release series. Download the package from: https://tarballs.openstack.org/puppet-murano/ 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 ************* * 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-murano 14.2.0..14.3.0 --------------------------------------- bf5ec22 Prepare Stein M3 1ad62e6 Change keystone v2.0 to v3 e911621 Add release note about Ubuntu py3 upgrade 52f9b4c Use validate_legacy a1a3c25 Change wiki to docs b9eed70 Use puppet 4 compatible mysql functions b6e38f1 Remove Ubuntu Xenial from metadata.json 7f5da7c Fix unit test failed 447b75b Fix lint issue a8a1403 Remove redundantly tested code 7bd2b81 Inherit pyvers from openstacklib::defaults 02986fd Modify puppet version 4 to 5 Diffstat (except docs and test files) ------------------------------------- README.md | 2 +- manifests/config.pp | 8 +-- manifests/db.pp | 7 ++- manifests/db/mysql.pp | 4 +- manifests/db/mysql_cfapi.pp | 4 +- manifests/db/postgresql.pp | 2 +- manifests/db/postgresql_cfapi.pp | 2 +- manifests/db_cfapi.pp | 3 +- manifests/init.pp | 2 +- manifests/params.pp | 7 +-- manifests/policy.pp | 2 +- metadata.json | 15 +++-- .../notes/puppet4-mysql-func-d1dcb51f4869e469.yaml | 4 ++ .../release-note-ubuntu-py3-9934ae2cee93268a.yaml | 10 ++++ spec/classes/murano_cfapi_spec.rb | 4 +- spec/classes/murano_client_spec.rb | 6 +- spec/classes/murano_dashboard_spec.rb | 2 +- spec/classes/murano_db_cfapi_spec.rb | 70 ++++------------------ spec/classes/murano_db_spec.rb | 67 ++------------------- spec/classes/murano_init_spec.rb | 4 +- spec/classes/murano_logging_cfapi_spec.rb | 8 +-- spec/classes/murano_logging_spec.rb | 8 +-- 22 files changed, 73 insertions(+), 168 deletions(-)
participants (1)
-
no-reply@openstack.org