From 447ed111aea0e343d1bc0cf0b9a67ecfd5d8a5c2 Mon Sep 17 00:00:00 2001 From: "Vanathi.Selvaraju" Date: Thu, 2 Feb 2023 18:01:52 -0500 Subject: [PATCH] Host compute service failure alarm removal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removal of stale alarm 270.001(Host compute service failure) is raised by the vim. This might be an old reference to nova. It’s likely not in use since stx. Test Plan: PASS: Verify with a load without the changes (removal of alarm) and the event log in platform.log shows an entry for 270.001 alarm. PASS: Verify with a load with changes of alarm removal and the event log in platform.log does not show an entry for 270.001 alarm. Closes-Bug: 2004744 Change-Id: I47a9f5cede2cfade4a16c63a2dc1bcfd563e88cf Signed-off-by: Vanathi.Selvaraju --- fm-api/source/fm_api/constants.py | 5 +---- fm-doc/fm_doc/events.yaml | 18 +----------------- 2 files changed, 2 insertions(+), 21 deletions(-) diff --git a/fm-api/source/fm_api/constants.py b/fm-api/source/fm_api/constants.py index ba67ddbc..9e120824 100755 --- a/fm-api/source/fm_api/constants.py +++ b/fm-api/source/fm_api/constants.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2013-2022 Wind River Systems, Inc. +# Copyright (c) 2013-2023 Wind River Systems, Inc. # # SPDX-License-Identifier: Apache-2.0 # @@ -111,9 +111,6 @@ FM_ALARM_ID_STORAGE_BACKEND_FAILED = ALARM_GROUP_STORAGE + ".104" # Kubernetes Resource Alarms FM_ALARM_ID_K8S_RESOURCE_PV = ALARM_GROUP_K8S + ".001" -# Host-Services alarm id -FM_ALARM_ID_HOST_SERVICES_FAILED = ALARM_GROUP_HOST_SERVICES + ".001" - # Host-Services log id FM_LOG_ID_HOST_SERVICES_FAILED = ALARM_GROUP_HOST_SERVICES + ".101" FM_LOG_ID_HOST_SERVICES_ENABLED = ALARM_GROUP_HOST_SERVICES + ".102" diff --git a/fm-doc/fm_doc/events.yaml b/fm-doc/fm_doc/events.yaml index 55652f96..72c9fdbf 100755 --- a/fm-doc/fm_doc/events.yaml +++ b/fm-doc/fm_doc/events.yaml @@ -1,7 +1,7 @@ --- # -# Copyright (c) 2013-2022 Wind River Systems, Inc. +# Copyright (c) 2013-2023 Wind River Systems, Inc. # # SPDX-License-Identifier: Apache-2.0 # @@ -967,22 +967,6 @@ #--------------------------------------------------------------------------- # VM Compute Services #--------------------------------------------------------------------------- -270.001: - Type: Alarm - Description: "Host compute services failure[, reason = ]" - Entity_Instance_ID: host=.services=compute - Severity: critical - Proposed_Repair_Action: Wait for host services recovery to complete; if problem persists contact next level of support - Maintenance_Action: - Inhibit_Alarms: - Alarm_Type: processing-error - Probable_Cause: unspecified-reason - Service_Affecting: True - Suppression: True - Management_Affecting_Severity: warning - Degrade_Affecting_Severity: none - Context: starlingx - 270.101: Type: Log Description: "Host compute services failure[, reason = ]"