[release-announce] puppet-horizon 13.1.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Wed Jun 6 12:50:35 UTC 2018


We are happy to announce the release of:

puppet-horizon 13.1.0: Puppet module for OpenStack Horizon

This release is part of the rocky release series.

Download the package from:

    https://tarballs.openstack.org/puppet-horizon/

For more details, please see below.

13.1.0
^^^^^^


New Features
************

* You can now override the http and https port to horizon by passing
  integers to the http_port and https_ports parameters. Default values
  are still the same.

* Added new resource horizon::dashboard which can be used to install
  additional dashboards that is not shipped with the horizon packages.
  Example would be install the heat-dashboard using horizon::dashboard
  { 'heat': }


Upgrade Notes
*************

* The deprecated horizon::fqdn parameter is now removed. Please use
  the allowed_hosts and server_aliases parameters instead.

* The deprecated horizon::wsgi::apache::fqdn parameter is now
  removed. Please use the server_aliases parameter instead.

* The deprecated horizon::custom_theme_path parameter is now
  removed. Please use the available_themes parameter instead.

* The deprecated tuskar_ui, tuskar_ui_ironic_discoverd_url,
  tuskar_ui_undercloud_admin_password and tuskar_ui_deployment_mode is
  now removed. Please remove the usage of these parameters.


Bug Fixes
*********

* Fixed a bug where passing a '/' as root_url would cause faulty
  paths in local_settings.py and apache configuration. You can now set
  it to '/' and the module will fix the correct root url for you.

Changes in puppet-horizon 13.0.0..13.1.0
----------------------------------------

3e5a4a6 Prepare a new Rocky release
2731bdc fix a typo: s/Paramaters/Parameters
61b92ef fix a typo in horizon_init_spec.rb
8970671 Horizon dashboard install should trigger restart
efc265a Debian is using python3-memcache
0ace7c3 Add support to install dashboards
8857bfe Add a deps file to handle dependencies
c3eefcb Remove deprecated parameters
a4cb836 Add support to override http/https port
32a784c Fix root_url bug when using a slash


Diffstat (except docs and test files)
-------------------------------------

manifests/dashboard.pp                             | 51 +++++++++++++
manifests/deps.pp                                  | 43 +++++++++++
manifests/init.pp                                  | 80 +++++--------------
manifests/params.pp                                |  3 +-
manifests/wsgi/apache.pp                           | 49 ++++++------
metadata.json                                      |  2 +-
...d-http-https-port-to-init-e4924a20fb8cdc40.yaml |  5 ++
...zon-add-dashboard-support-0d14ebc190c01070.yaml |  6 ++
...izon-fix-invalid-root-url-0c8e54a5c6de2f5e.yaml |  6 ++
...-remove-deprecated-params-c788c10d6468657c.yaml | 14 ++++
spec/acceptance/horizon_with_apache_spec.rb        |  2 +
spec/classes/horizon_init_spec.rb                  | 56 ++++++++++----
spec/classes/horizon_wsgi_apache_spec.rb           | 18 +++--
spec/defines/horizon_dashboard_spec.rb             | 89 ++++++++++++++++++++++
templates/local_settings.py.erb                    | 26 +++----
15 files changed, 325 insertions(+), 125 deletions(-)







More information about the Release-announce mailing list