Merge "Add function to automatically install ironic-ui"

This commit is contained in:
Jenkins 2017-08-09 13:33:02 +00:00 committed by Gerrit Code Review
commit 1789ee1c5d
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,10 @@ class packstack::horizon ()
ensure_packages(['openstack-magnum-ui'], {'ensure' => 'present'})
}
if hiera('CONFIG_IRONIC_INSTALL') == 'y' {
ensure_packages(['openstack-ironic-ui'], {'ensure' => 'present'})
}
include '::packstack::memcached'
$firewall_port = hiera('CONFIG_HORIZON_PORT')