puppet-horizon/releasenotes/notes/horizon-add-dashboard-support-0d14ebc190c01070.yaml
Tobias Urdin 0ace7c353a Add support to install dashboards
The horizon module does today not support installing
additional packages such as the heat-dashboard which
is not included in the horizon packages so it must
be installed separately.

This patch adds the ability to install these additional
dashboards using a resource:

horizon::dashboard { 'heat': }

This would:
  - install python3-heat-dashboard on Debian
  - install python-heat-dashboard on Ubuntu
  - install openstack-heat-ui on RedHat based

Change-Id: I2c67c90213b5cc3042f0d2eedd0cb97e7f50f9d2
2018-04-27 23:04:01 +02:00

7 lines
249 B
YAML

---
features:
- |
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': }