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
7 lines
249 B
YAML
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': }
|