Remove AODH and Gnocchi service parameters
Removes the aodh service parameter alarm_history_time_to_live Removes references to aodh and gnocchi from puppet and upgrade code. Removes old gnocchi references from remote logging. Story: 2004764 Task: 30537 Change-Id: I3a03dd4a2afd47f1cc3f677f02d348eabf11a653 Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
This commit is contained in:
parent
715805fb65
commit
2fcf0160b5
@ -27,7 +27,7 @@
|
||||
# server functionality of fm-api.
|
||||
#
|
||||
# [*sync_db*]
|
||||
# (optional) Run gnocchi-upgrade db sync on api nodes after installing the package.
|
||||
# (optional) Run fm-dbsync on api nodes after installing the package.
|
||||
# Defaults to false
|
||||
#
|
||||
# [*auth_strategy*]
|
||||
|
@ -62,8 +62,6 @@ rewrite r_rewrite_set{
|
||||
set("<%= @system_name %> user.log ${HOST}", value("HOST") condition(filter(f_user)));
|
||||
set("<%= @system_name %> uucp.log ${HOST}", value("HOST") condition(filter(f_uucp)));
|
||||
set("<%= @system_name %> snmp-api.log ${HOST}", value("HOST") condition(filter(f_snmpat)));
|
||||
set("<%= @system_name %> api.log ${HOST}", value("HOST") condition(filter(f_gnocchiapi)));
|
||||
set("<%= @system_name %> metricd.log ${HOST}", value("HOST") condition(filter(f_gnocchimetricd)));
|
||||
# Most logs write log level to the message field. some writes it to the PRIORITY field
|
||||
# The priority field is not sent remotely. This is because tcp/udp destinations don't
|
||||
# work well with templates, which we use to write the priority field to log files on the
|
||||
|
Loading…
Reference in New Issue
Block a user