Merge "Added an alarm for rootca update abort"

This commit is contained in:
Zuul 2021-08-30 19:03:15 +00:00 committed by Gerrit Code Review
commit c5012a7127
2 changed files with 18 additions and 0 deletions

View File

@ -298,6 +298,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"

View File

@ -3193,6 +3193,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