diff --git a/fm-api/fm_api/constants.py b/fm-api/fm_api/constants.py index 62377d50..f1d24099 100755 --- a/fm-api/fm_api/constants.py +++ b/fm-api/fm_api/constants.py @@ -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" diff --git a/fm-doc/fm_doc/events.yaml b/fm-doc/fm_doc/events.yaml index f9bab158..5b063f0e 100755 --- a/fm-doc/fm_doc/events.yaml +++ b/fm-doc/fm_doc/events.yaml @@ -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