Remove or fix outdated/incorrect aodh hieradata definitions

- aodh::api::host parameter was removed during Train release.
  Aodh API was for testing purposes only,
  aodh::wsgi::apache::host parameter should be used instead and is
  already defined in THT. Changes:
  I0da4dc1ba52bae5becd5e2a9c0f008cbe2907446 and
  I887d86893e90cebf5bc28dd539e42436f9a31c6a
- there was a typo in aodh::alarm_history_time_to_live definition.

Partial-Bug: #1916386
Change-Id: I8f59623867a1802e2da103b8f56f68dc018f54cb
This commit is contained in:
Alexey Stupnikov 2021-03-21 15:04:04 +01:00
parent 1f128e903d
commit 8ba48afc6f
1 changed files with 1 additions and 7 deletions

View File

@ -172,12 +172,6 @@ outputs:
aodh::api::enable_proxy_headers_parsing: true
aodh::api::gnocchi_external_project_owner: {get_param: GnocchiExternalProject}
aodh::policy::policies: {get_param: AodhApiPolicies}
aodh::api::host:
str_replace:
template:
"%{hiera('fqdn_$NETWORK')}"
params:
$NETWORK: {get_param: [ServiceNetMap, AodhApiNetwork]}
# NOTE: bind IP is found in hiera replacing the network name with the
# local node IP for the given network; replacement examples
# (eg. for internal_api):
@ -190,7 +184,7 @@ outputs:
"%{hiera('$NETWORK')}"
params:
$NETWORK: {get_param: [ServiceNetMap, AodhApiNetwork]}
aodh::alarm_hostory_time_to_live: {get_param: AodhAlarmHistoryTTL}
aodh::alarm_history_time_to_live: {get_param: AodhAlarmHistoryTTL}
enable_aodh_expirer: {get_param: EnableAodhExpirer}
aodh::expirer::minute: {get_param: AodhExpirerMinute}
aodh::expirer::hour: {get_param: AodhExpirerHour}