Adding Trove Horizon dashboard

Change-Id: I39fd55544d0df66223a6ffa9e8d62b65fc28044d
This commit is contained in:
Donovan Francesco (drifterza) 2016-09-23 07:23:57 +02:00 committed by Donovan Francesco
parent 951e241089
commit 9eb9fc55bc
2 changed files with 7 additions and 0 deletions

View File

@ -32,3 +32,5 @@ horizon_package_state: "{{ package_state }}"
# If there are any Sahara hosts in the environment, then enable sahara-dashboard
horizon_enable_sahara_ui: "{{ (groups['sahara_all'] is defined) and (groups['sahara_all'] | length > 0) }}"
# If there are any Trove hosts in the environment, then enable trove-dashboard
horizon_enable_trove_ui: "{{ (groups['trove_all'] is defined) and (groups['trove_all'] | length > 0) }}"

View File

@ -0,0 +1,5 @@
---
features:
- Adds support for the horizon trove-ui dashboard. The
dashboard will be automatically enabled if any trove
hosts are defined.