From 063021cd7069be9fc8ed2e1ec048bac84788f0e2 Mon Sep 17 00:00:00 2001 From: Agustin Carranza Date: Thu, 15 Jun 2023 13:34:04 -0300 Subject: [PATCH] Remove 250.002 alarm from events.yaml file The 250.002 alarm has been deprecated long time ago. This change deletes it from the alarm list. Test plan: PASS: * Build fm-doc and fm-api packages. * Check that all parsing checks were run and package was built successfully. Depends-on: https://review.opendev.org/c/starlingx/distcloud/+/886001 Closes-bug: 2024010 Signed-off-by: Agustin Carranza Change-Id: I0180bd5addc1feae6e3e45edd24c1f50d6622e2c --- fm-api/source/fm_api/constants.py | 2 -- fm-doc/fm_doc/events.yaml | 15 --------------- 2 files changed, 17 deletions(-) diff --git a/fm-api/source/fm_api/constants.py b/fm-api/source/fm_api/constants.py index 16694584..3317731b 100755 --- a/fm-api/source/fm_api/constants.py +++ b/fm-api/source/fm_api/constants.py @@ -80,8 +80,6 @@ FM_ALARM_ID_SYSCONFIG_OUT_OF_DATE = ALARM_GROUP_SYSCONFIG + ".001" # Deprecation followed the removal of the compute-config-complete command. # FM_ALARM_ID_CONFIG_REQD = ALARM_GROUP_SYSCONFIG + ".010" -FM_ALARM_ID_CEPH_CACHE_TIER_CONFIG_OUT_OF_DATE = ALARM_GROUP_SYSCONFIG + ".002" - # Backup/Restore Alarm id FM_ALARM_ID_BACKUP_IN_PROGRESS = ALARM_GROUP_BACKUP_RESTORE + ".001" FM_ALARM_ID_RESTORE_IN_PROGRESS = ALARM_GROUP_BACKUP_RESTORE + ".002" diff --git a/fm-doc/fm_doc/events.yaml b/fm-doc/fm_doc/events.yaml index 842b959e..1239985c 100755 --- a/fm-doc/fm_doc/events.yaml +++ b/fm-doc/fm_doc/events.yaml @@ -932,21 +932,6 @@ Degrade_Affecting_Severity: none Context: starlingx -250.002: - Type: Alarm - Description: Ceph cache tiering configuration is out-of-date. - Entity_Instance_ID: cluster= - Severity: major - Proposed_Repair_Action: Apply Ceph service parameter settings. - 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 - Context: starlingx 250.003: Type: Alarm