Added an alarm for rootca update abort
This change added a KUBE_ROOTCA_UPDATE_ABORTED alarm for kube rootca update abort. Story: 2008675 Task: 43068 Signed-off-by: Andy Ning <andy.ning@windriver.com> Change-Id: I3096b57697d2c6a548f5c54002705cb1797ae97b
This commit is contained in:
parent
83f5caa9b7
commit
5fbfd8b066
@ -297,6 +297,9 @@ FM_ALARM_ID_KUBE_UPGRADE_IN_PROGRESS = ALARM_GROUP_SW_MGMT + ".007"
|
||||
# Kubernetes RootCA Update alarm id
|
||||
FM_ALARM_ID_KUBE_ROOTCA_UPDATE_IN_PROGRESS = ALARM_GROUP_SW_MGMT + ".008"
|
||||
|
||||
# Kubernetes RootCA Update abort alarm id
|
||||
FM_ALARM_ID_KUBE_ROOTCA_UPDATE_ABORTED = ALARM_GROUP_SW_MGMT + ".009"
|
||||
|
||||
# Security log id
|
||||
FM_LOG_ID_INVALID_PASSWORD = ALARM_GROUP_SECURITY + ".001"
|
||||
FM_LOG_ID_USER_LOCKOUT = ALARM_GROUP_SECURITY + ".002"
|
||||
|
@ -3139,6 +3139,21 @@
|
||||
Management_Affecting_Severity: warning
|
||||
Degrade_Affecting_Severity: none
|
||||
|
||||
900.009:
|
||||
Type: Alarm
|
||||
Description: Kubernetes root CA update aborted, certificates may not be fully updated.
|
||||
Entity_Instance_ID: host=controller
|
||||
Severity: minor
|
||||
Proposed_Repair_Action: Fully update certificates by a new root CA update.
|
||||
Maintenance_Action:
|
||||
Inhibit_Alarms:
|
||||
Alarm_Type: operational-violation
|
||||
Probable_Cause: unspecified-reason
|
||||
Service_Affecting: False
|
||||
Suppression: False
|
||||
Management_Affecting_Severity: warning
|
||||
Degrade_Affecting_Severity: none
|
||||
|
||||
900.101:
|
||||
Type: Alarm
|
||||
Description: Software patch auto-apply inprogress
|
||||
|
Loading…
Reference in New Issue
Block a user