diff --git a/fm-api/fm_api/constants.py b/fm-api/fm_api/constants.py index b0ee2f35..3ad75afd 100755 --- a/fm-api/fm_api/constants.py +++ b/fm-api/fm_api/constants.py @@ -152,6 +152,7 @@ FM_ALARM_ID_APPLICATION_APPLY_FAILED = ALARM_GROUP_APPLICATION + ".002" FM_ALARM_ID_APPLICATION_REMOVE_FAILED = ALARM_GROUP_APPLICATION + ".003" FM_ALARM_ID_APPLICATION_APPLYING = ALARM_GROUP_APPLICATION + ".004" FM_ALARM_ID_APPLICATION_UPDATING = ALARM_GROUP_APPLICATION + ".005" +FM_ALARM_ID_APPLICATION_REAPPLY_PENDING = ALARM_GROUP_APPLICATION + ".006" # VM log id FM_LOG_ID_VM_ENABLED = ALARM_GROUP_VM + ".101" diff --git a/fm-doc/fm_doc/events.yaml b/fm-doc/fm_doc/events.yaml index 6631fbc1..291152f0 100755 --- a/fm-doc/fm_doc/events.yaml +++ b/fm-doc/fm_doc/events.yaml @@ -2705,6 +2705,21 @@ Management_Affecting_Severity: warning Degrade_Affecting_Severity: none +750.006: + Type: Alarm + Description: "Automatic Application Re-Apply Is Pending" + Entity_Instance_ID: k8s_application= + Severity: warning + Proposed_Repair_Action: "Ensure all hosts are either locked or unlocked. When the system is stable the application will be automatically reapplied." + Maintenance_Action: + Inhibit_Alarms: + Alarm_Type: other + Probable_Cause: unknown + Service_Affecting: False + Suppression: True + Management_Affecting_Severity: none + Degrade_Affecting_Severity: none + #--------------------------------------------------------------------------- # STORAGE #---------------------------------------------------------------------------