Merge "Add tuskar-ui configuration to Undercloud Horizon"
This commit is contained in:
commit
4f7e4fddab
@ -348,6 +348,9 @@ class { 'horizon':
|
|||||||
keystone_url => join(['http://', hiera('controller_host'), ':5000/v2.0']),
|
keystone_url => join(['http://', hiera('controller_host'), ':5000/v2.0']),
|
||||||
allowed_hosts => [hiera('controller_host'), $::fqdn, 'localhost'],
|
allowed_hosts => [hiera('controller_host'), $::fqdn, 'localhost'],
|
||||||
server_aliases => [hiera('controller_host'), $::fqdn, 'localhost'],
|
server_aliases => [hiera('controller_host'), $::fqdn, 'localhost'],
|
||||||
|
tuskar_ui => true,
|
||||||
|
tuskar_ui_ironic_discoverd_url => join(['http://', hiera('controller_host'), ':5050']),
|
||||||
|
tuskar_ui_undercloud_admin_password => hiera('admin_password')
|
||||||
}
|
}
|
||||||
|
|
||||||
# Install python-tuskarclient so we can deploy a stack with tuskar
|
# Install python-tuskarclient so we can deploy a stack with tuskar
|
||||||
|
Loading…
Reference in New Issue
Block a user