We are pumped to announce the release of: puppet-horizon 23.1.0 This release is part of the bobcat release series. The source is available from: https://opendev.org/openstack/puppet-horizon Download the package from: https://tarballs.openstack.org/puppet-horizon/ Please report issues through: https://bugs.launchpad.net/puppet-horizon/+bugs For more details, please see below. 23.1.0 ^^^^^^ New Features * Added "horizon::custom_wsgi_process_options" parameter that is passed down to the "horizon::wsgi::apache" class when "configure_apache" is set to true. * The new "horizon::dashboards::ironic" class has been added. Changes in puppet-horizon 23.0.0..23.1.0 ---------------------------------------- e9dfb83 Prepare final stable/2023.2 release abb9941 Pass custom_wsgi_process_options to horizon::wsgi::apache c40b6c4 Restart httpd after config change cd60db7 Create dedicated class for ironic-ui 27cc66f Debian: Fix wrong wsgi script path 2d4abc7 Update TOX_CONSTRAINTS_FILE for stable/2023.2 cf16cfd Update .gitreview for stable/2023.2 Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + manifests/dashboard.pp | 4 +- manifests/dashboards/ironic.pp | 55 ++++++++++++++++++++++ manifests/deps.pp | 16 +++---- manifests/init.pp | 48 +++++++++++-------- manifests/params.pp | 6 ++- manifests/wsgi/apache.pp | 3 +- metadata.json | 2 +- ...stom_wsgi_process_options-e11e7d92a9d631b1.yaml | 5 ++ .../notes/ironic-dashboard-0dc5814a56121d5b.yaml | 4 ++ spec/classes/horizon_dashboards_ironic_spec.rb | 55 ++++++++++++++++++++++ spec/classes/horizon_init_spec.rb | 27 ++++++----- spec/classes/horizon_wsgi_apache_spec.rb | 31 +++++++----- spec/defines/horizon_dashboard_spec.rb | 8 ++-- templates/_2299_baremetal_settings.py.erb | 20 ++++++++ tox.ini | 2 +- 16 files changed, 225 insertions(+), 62 deletions(-)