From 9eb9fc55bcbefd4f682e9ae0f0f979e688ad9427 Mon Sep 17 00:00:00 2001 From: "Donovan Francesco (drifterza)" Date: Fri, 23 Sep 2016 07:23:57 +0200 Subject: [PATCH] Adding Trove Horizon dashboard Change-Id: I39fd55544d0df66223a6ffa9e8d62b65fc28044d --- playbooks/inventory/group_vars/horizon_all.yml | 2 ++ releasenotes/notes/trove-horizon-panel-c34dadb7f6cebe5e.yaml | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 releasenotes/notes/trove-horizon-panel-c34dadb7f6cebe5e.yaml diff --git a/playbooks/inventory/group_vars/horizon_all.yml b/playbooks/inventory/group_vars/horizon_all.yml index 049b0feb93..e029633a11 100644 --- a/playbooks/inventory/group_vars/horizon_all.yml +++ b/playbooks/inventory/group_vars/horizon_all.yml @@ -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) }}" diff --git a/releasenotes/notes/trove-horizon-panel-c34dadb7f6cebe5e.yaml b/releasenotes/notes/trove-horizon-panel-c34dadb7f6cebe5e.yaml new file mode 100644 index 0000000000..a45b68dcd1 --- /dev/null +++ b/releasenotes/notes/trove-horizon-panel-c34dadb7f6cebe5e.yaml @@ -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.