Add Horizon Ironic dashboard plugin

Add the git repo for the Horizon Ironic plugin.

Implements: blueprint role-ironic
Change-Id: Icda367def5443019c4ed55699a657744bc683aed
Depends-on: I4da4720ad3deb587a0131930028f4628a22bb72f
This commit is contained in:
Neill Cox 2016-06-22 09:09:15 +10:00 committed by Jesse Pretorius (odyssey4me)
parent b7e966f89d
commit 48ed46eb6a
3 changed files with 13 additions and 0 deletions

View File

@ -76,6 +76,13 @@ horizon_git_repo: https://git.openstack.org/openstack/horizon
horizon_git_install_branch: 02043a98cb01dc9050dfaae5a95986b5f31dba84 # HEAD of "master" as of 27.07.2016
horizon_git_dest: "/opt/horizon_{{ horizon_git_install_branch | replace('/', '_') }}"
## Horizon Ironic dashboard plugin
ironic_dashboard_git_repo: https://git.openstack.org/openstack/ironic-ui
ironic_dashboard_git_install_branch: 9b8cce125c05435ee0baf9d8c61f5db0808e9b09 # HEAD of "master" as of 22 June 2016
ironic_dashboard_git_dest: "/opt/ironic_dashboard_{{ ironic_dashboard_git_install_branch | replace('/', '_') }}"
## Horizon LBaaS dashboard plugin
neutron_lbaas_dashboard_git_repo: https://git.openstack.org/openstack/neutron-lbaas-dashboard
neutron_lbaas_dashboard_git_install_branch: 0d25bbd63b2392f07e1f37e3d94119883858d3dd # HEAD of "master" as of 27.07.2016

View File

@ -16,6 +16,7 @@
horizon_external_ssl: "{{ openstack_external_ssl }}"
horizon_service_region: "{{ service_region }}"
horizon_enable_cinder_backup: "{{ cinder_service_backup_program_enabled is defined and cinder_service_backup_program_enabled | bool }}"
horizon_enable_ironic_ui: "{{ (groups['ironic_all'] is defined) and (groups['ironic_all'] | length > 0) }}"
# NOTE(mhayden): neutron-lbaas is a separate plugin and requires the full
# namespace to be specified. Also, LBaaS v1 was removed in Newton.
horizon_enable_neutron_lbaas: "{{ neutron_plugin_base is defined and 'neutron_lbaas.services.loadbalancer.plugin.LoadBalancerPluginv2' in neutron_plugin_base }}"

View File

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