We are delighted to announce the release of: puppet-magnum 20.1.0: Puppet module for Magnum This release is part of the yoga release series. The source is available from: https://opendev.org/openstack/puppet-magnum Download the package from: https://tarballs.openstack.org/puppet-magnum/ Please report issues through: https://bugs.launchpad.net/puppet-magnum/+bugs For more details, please see below. 20.1.0 ^^^^^^ New Features * The new "magnum::docker_registry" class has been added. * The following two classes have been added. * "magnum::cluster" * "magnum::cluster_template" Changes in puppet-magnum 20.0.0..20.1.0 --------------------------------------- b861e85 Prepare Yoga M2 ccf21e4 Load libraries in a single place c1d494a Clean up direct dependencies on puppetlabs-apache d9224f4 Add missing unit tests for magnum::wsgi::apache 1886773 Remove unnecessary +x from _spec.rb 344a27a Add support for [cluster] parameters and [cluster_template] parameters c8b6273 Add support for [docker_registry] parameters b3f2138 Fix dependencies related to openstacklib::policy Diffstat (except docs and test files) ------------------------------------- manifests/api.pp | 1 - manifests/cluster.pp | 40 ++++++++ manifests/cluster_template.pp | 26 ++++++ manifests/deps.pp | 2 +- manifests/docker_registry.pp | 25 +++++ manifests/wsgi/apache.pp | 6 +- metadata.json | 8 +- .../notes/docker_registry-3033836003445561.yaml | 4 + .../notes/magnum-cluster-3a22edc482e33171.yaml | 7 ++ spec/acceptance/basic_magnum_spec.rb | 0 spec/classes/magnum_api_spec.rb | 0 spec/classes/magnum_cluster_spec.rb | 44 +++++++++ spec/classes/magnum_cluster_template_spec.rb | 37 ++++++++ spec/classes/magnum_docker_registry_spec.rb | 38 ++++++++ spec/classes/magnum_keystone_authtoken_spec.rb | 0 spec/classes/magnum_keystone_keystone_auth_spec.rb | 0 spec/classes/magnum_wsgi_apache_spec.rb | 103 +++++++++++++++++++++ spec/spec_helper.rb | 3 + .../magnum_api_paste_ini/ini_setting_spec.rb | 16 ---- .../magnum_api_uwsgi_config/ini_setting_spec.rb | 27 ------ .../provider/magnum_config/ini_setting_spec.rb | 27 ------ 21 files changed, 333 insertions(+), 81 deletions(-)