Merge "Expose parameter to enable combination alarms"
This commit is contained in:
commit
3031decbe2
@ -21,6 +21,11 @@ parameters:
|
||||
MonitoringSubscriptionAodhApi:
|
||||
default: 'overcloud-ceilometer-aodh-api'
|
||||
type: string
|
||||
EnableCombinationAlarms:
|
||||
default: false
|
||||
description: Combination alarms are deprecated in Newton, hence disabled
|
||||
by default. To enable, set this parameter to true.
|
||||
type: boolean
|
||||
|
||||
resources:
|
||||
AodhBase:
|
||||
@ -62,5 +67,6 @@ outputs:
|
||||
# internal_api_subnet - > IP/CIDR
|
||||
aodh::api::host: {get_param: [ServiceNetMap, AodhApiNetwork]}
|
||||
aodh::wsgi::apache::bind_host: {get_param: [ServiceNetMap, AodhApiNetwork]}
|
||||
tripleo::profile::base::aodh::api::enable_combination_alarms: {get_param: EnableCombinationAlarms}
|
||||
step_config: |
|
||||
include tripleo::profile::base::aodh::api
|
||||
|
Loading…
x
Reference in New Issue
Block a user