Configure Heat engine metadata URL's
Tried to use the heat-engine composable service in the Undercloud and I discovered that my software deployments (when spinning up an overcloud) weren't getting signals from my t-h-t configured undercloud heat. This patch resolves the issues by configuring the metadata URLs for Heat. Change-Id: I57c9e7010bfe4afc6e62fb4c3406716d11cdfa28 Closes-bug: #1653985
This commit is contained in:
parent
87bcf6bb29
commit
40cb3ab2ac
@ -72,6 +72,23 @@ outputs:
|
||||
- heat::engine::num_engine_workers: {get_param: HeatWorkers}
|
||||
heat::engine::configure_delegated_roles: false
|
||||
heat::engine::trusts_delegated_roles: []
|
||||
heat::engine::heat_metadata_server_url:
|
||||
list_join:
|
||||
- ''
|
||||
- - {get_param: [EndpointMap, HeatCfnPublic, protocol]}
|
||||
- '://'
|
||||
- {get_param: [EndpointMap, HeatCfnPublic, host]}
|
||||
- ':'
|
||||
- {get_param: [EndpointMap, HeatCfnPublic, port]}
|
||||
heat::engine::heat_waitcondition_server_url:
|
||||
list_join:
|
||||
- ''
|
||||
- - {get_param: [EndpointMap, HeatCfnPublic, protocol]}
|
||||
- '://'
|
||||
- {get_param: [EndpointMap, HeatCfnPublic, host]}
|
||||
- ':'
|
||||
- {get_param: [EndpointMap, HeatCfnPublic, port]}
|
||||
- '/v1/waitcondition'
|
||||
tripleo::profile::base::heat::manage_db_purge: {get_param: HeatEnableDBPurge}
|
||||
heat::database_connection:
|
||||
list_join:
|
||||
|
Loading…
x
Reference in New Issue
Block a user