[new][puppet] puppet-murano 9.3.0 release (newton)
We are chuffed to announce the release of: puppet-murano 9.3.0: Puppet module for OpenStack Murano This release is part of the newton release series. For more details, please see below. 9.3.0 ^^^^^ New Features * Add ability to configure dashboard label * Murano CFAPI service configuration has been moved into separate config files (as main config file as paste ini). * Networking driver now explicitly set based on $use_neutron setting. Changes in puppet-murano 9.2.0..9.3.0 ------------------------------------- a3cd7ef Prepare 9.3.0 (newton rc1) 9f474b7 Move Murano CFAPI configuration to separate config files 5e6d5d3 Change the way Murano dashboard collects static with UCA packages ff0d1b7 Explicity set networking driver c86b851 Allow override of dashboard label Diffstat (except docs and test files) ------------------------------------- .../provider/murano_cfapi_config/ini_setting.rb | 10 ++++ .../murano_cfapi_paste_ini_config/ini_setting.rb | 10 ++++ lib/puppet/type/murano_cfapi_config.rb | 51 ++++++++++++++++ lib/puppet/type/murano_cfapi_paste_ini_config.rb | 51 ++++++++++++++++ manifests/cfapi.pp | 6 +- manifests/config.pp | 20 ++++++- manifests/dashboard.pp | 14 ++++- manifests/init.pp | 2 + metadata.json | 8 +-- .../notes/dashboard-label-60e3afe5a9de0339.yaml | 3 + ...fapi_separate_config_file-ca0d487f0606b154.yaml | 4 ++ .../notes/network-driver-0ec3f27e3932f566.yaml | 3 + releasenotes/source/conf.py | 4 +- spec/classes/murano_cfapi_spec.rb | 16 ++--- spec/classes/murano_config_spec.rb | 31 +++++++++- spec/classes/murano_dashboard_spec.rb | 23 +++++++- spec/classes/murano_init_spec.rb | 2 + .../murano_cfapi_config/ini_setting_spec.rb | 68 ++++++++++++++++++++++ .../ini_setting_spec.rb | 68 ++++++++++++++++++++++ spec/unit/type/murano_cfapi_config_spec.rb | 62 ++++++++++++++++++++ .../type/murano_cfapi_paste_ini_config_spec.rb | 62 ++++++++++++++++++++ templates/local_settings.py.erb | 1 + 22 files changed, 495 insertions(+), 24 deletions(-)
participants (1)
-
no-reply@openstack.org