Add function to automatically install ironic-ui
Will install ironic-ui if ironic is enabled Per RDO request redhat-openstack/easyfix#14 Change-Id: I8ec8313da3e14a438c7e854b09a8f58350259e6c
This commit is contained in:
committed by
Christopher Brown
parent
77b5afbd68
commit
ffa8710992
@@ -48,6 +48,10 @@ class packstack::horizon ()
|
|||||||
ensure_packages(['openstack-magnum-ui'], {'ensure' => 'present'})
|
ensure_packages(['openstack-magnum-ui'], {'ensure' => 'present'})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if hiera('CONFIG_IRONIC_INSTALL') == 'y' {
|
||||||
|
ensure_packages(['openstack-ironic-ui'], {'ensure' => 'present'})
|
||||||
|
}
|
||||||
|
|
||||||
include '::packstack::memcached'
|
include '::packstack::memcached'
|
||||||
|
|
||||||
$firewall_port = hiera('CONFIG_HORIZON_PORT')
|
$firewall_port = hiera('CONFIG_HORIZON_PORT')
|
||||||
|
|||||||
Reference in New Issue
Block a user