From df03d2927848fb029961ae9da323ba6701ba7c82 Mon Sep 17 00:00:00 2001 From: Eric MacDonald Date: Tue, 14 Apr 2020 16:47:55 -0400 Subject: [PATCH] Change fw 'upgrade' to 'update' for vim orchestrated logs/alarms Change-Id: Iebda426ca4813f41e82a330dd9bee36ca88160af Story: 2006740 Task: 39143 Signed-off-by: Eric MacDonald --- fm-api/fm_api/constants.py | 28 ++++++++--------- fm-doc/fm_doc/events.yaml | 62 +++++++++++++++++++------------------- 2 files changed, 45 insertions(+), 45 deletions(-) diff --git a/fm-api/fm_api/constants.py b/fm-api/fm_api/constants.py index 9093456a..92154556 100755 --- a/fm-api/fm_api/constants.py +++ b/fm-api/fm_api/constants.py @@ -327,21 +327,21 @@ FM_LOG_ID_SW_UPGRADE_AUTO_APPLY_ABORT_REJECTED = ALARM_GROUP_SW_MGMT + ".219" FM_LOG_ID_SW_UPGRADE_AUTO_APPLY_ABORT_FAILED = ALARM_GROUP_SW_MGMT + ".220" FM_LOG_ID_SW_UPGRADE_AUTO_APPLY_ABORTED = ALARM_GROUP_SW_MGMT + ".221" -FM_ALARM_ID_FW_UPGRADE_AUTO_APPLY_INPROGRESS = ALARM_GROUP_SW_MGMT + ".301" -FM_ALARM_ID_FW_UPGRADE_AUTO_APPLY_ABORTING = ALARM_GROUP_SW_MGMT + ".302" -FM_ALARM_ID_FW_UPGRADE_AUTO_APPLY_FAILED = ALARM_GROUP_SW_MGMT + ".303" +FM_ALARM_ID_FW_UPDATE_AUTO_APPLY_INPROGRESS = ALARM_GROUP_SW_MGMT + ".301" +FM_ALARM_ID_FW_UPDATE_AUTO_APPLY_ABORTING = ALARM_GROUP_SW_MGMT + ".302" +FM_ALARM_ID_FW_UPDATE_AUTO_APPLY_FAILED = ALARM_GROUP_SW_MGMT + ".303" -FM_LOG_ID_FW_UPGRADE_AUTO_APPLY_START = ALARM_GROUP_SW_MGMT + ".311" -FM_LOG_ID_FW_UPGRADE_AUTO_APPLY_INPROGRESS = ALARM_GROUP_SW_MGMT + ".312" -FM_LOG_ID_FW_UPGRADE_AUTO_APPLY_REJECTED = ALARM_GROUP_SW_MGMT + ".313" -FM_LOG_ID_FW_UPGRADE_AUTO_APPLY_CANCELLED = ALARM_GROUP_SW_MGMT + ".314" -FM_LOG_ID_FW_UPGRADE_AUTO_APPLY_FAILED = ALARM_GROUP_SW_MGMT + ".315" -FM_LOG_ID_FW_UPGRADE_AUTO_APPLY_COMPLETED = ALARM_GROUP_SW_MGMT + ".316" -FM_LOG_ID_FW_UPGRADE_AUTO_APPLY_ABORT = ALARM_GROUP_SW_MGMT + ".317" -FM_LOG_ID_FW_UPGRADE_AUTO_APPLY_ABORTING = ALARM_GROUP_SW_MGMT + ".318" -FM_LOG_ID_FW_UPGRADE_AUTO_APPLY_ABORT_REJECTED = ALARM_GROUP_SW_MGMT + ".319" -FM_LOG_ID_FW_UPGRADE_AUTO_APPLY_ABORT_FAILED = ALARM_GROUP_SW_MGMT + ".320" -FM_LOG_ID_FW_UPGRADE_AUTO_APPLY_ABORTED = ALARM_GROUP_SW_MGMT + ".321" +FM_LOG_ID_FW_UPDATE_AUTO_APPLY_START = ALARM_GROUP_SW_MGMT + ".311" +FM_LOG_ID_FW_UPDATE_AUTO_APPLY_INPROGRESS = ALARM_GROUP_SW_MGMT + ".312" +FM_LOG_ID_FW_UPDATE_AUTO_APPLY_REJECTED = ALARM_GROUP_SW_MGMT + ".313" +FM_LOG_ID_FW_UPDATE_AUTO_APPLY_CANCELLED = ALARM_GROUP_SW_MGMT + ".314" +FM_LOG_ID_FW_UPDATE_AUTO_APPLY_FAILED = ALARM_GROUP_SW_MGMT + ".315" +FM_LOG_ID_FW_UPDATE_AUTO_APPLY_COMPLETED = ALARM_GROUP_SW_MGMT + ".316" +FM_LOG_ID_FW_UPDATE_AUTO_APPLY_ABORT = ALARM_GROUP_SW_MGMT + ".317" +FM_LOG_ID_FW_UPDATE_AUTO_APPLY_ABORTING = ALARM_GROUP_SW_MGMT + ".318" +FM_LOG_ID_FW_UPDATE_AUTO_APPLY_ABORT_REJECTED = ALARM_GROUP_SW_MGMT + ".319" +FM_LOG_ID_FW_UPDATE_AUTO_APPLY_ABORT_FAILED = ALARM_GROUP_SW_MGMT + ".320" +FM_LOG_ID_FW_UPDATE_AUTO_APPLY_ABORTED = ALARM_GROUP_SW_MGMT + ".321" FM_ALARM_STATE_SET = 'set' FM_ALARM_STATE_CLEAR = 'clear' diff --git a/fm-doc/fm_doc/events.yaml b/fm-doc/fm_doc/events.yaml index 0f7db003..d3a52203 100755 --- a/fm-doc/fm_doc/events.yaml +++ b/fm-doc/fm_doc/events.yaml @@ -3323,10 +3323,10 @@ 900.301: Type: Alarm - Description: Firmware Upgrade auto-apply inprogress - Entity_Instance_ID: orchestration=fw-upgrade + Description: Firmware Update auto-apply inprogress + Entity_Instance_ID: orchestration=fw-update Severity: major - Proposed_Repair_Action: Wait for firmware upgrade auto-apply to complete; if problem persists contact next level of support + Proposed_Repair_Action: Wait for firmware update auto-apply to complete; if problem persists contact next level of support Maintenance_Action: Inhibit_Alarms: Alarm_Type: equipment @@ -3338,10 +3338,10 @@ 900.302: Type: Alarm - Description: Firmware Upgrade auto-apply aborting - Entity_Instance_ID: orchestration=fw-upgrade + Description: Firmware Update auto-apply aborting + Entity_Instance_ID: orchestration=fw-update Severity: major - Proposed_Repair_Action: Wait for firmware upgrade auto-apply abort to complete; if problem persists contact next level of support + Proposed_Repair_Action: Wait for firmware update auto-apply abort to complete; if problem persists contact next level of support Maintenance_Action: Inhibit_Alarms: Alarm_Type: equipment @@ -3353,10 +3353,10 @@ 900.303: Type: Alarm - Description: Firmware Upgrade auto-apply failed - Entity_Instance_ID: orchestration=fw-upgrade + Description: Firmware Update auto-apply failed + Entity_Instance_ID: orchestration=fw-update Severity: critical - Proposed_Repair_Action: Attempt to apply firmware upgrade manually; if problem persists contact next level of support + Proposed_Repair_Action: Attempt to apply firmware update manually; if problem persists contact next level of support Maintenance_Action: Inhibit_Alarms: Alarm_Type: equipment @@ -3368,8 +3368,8 @@ 900.311: Type: Log - Description: Firmware upgrade auto-apply start - Entity_Instance_ID: orchestration=fw-upgrade + Description: Firmware update auto-apply start + Entity_Instance_ID: orchestration=fw-update Severity: critical Alarm_Type: equipment Probable_Cause: unspecified-reason @@ -3377,8 +3377,8 @@ 900.312: Type: Log - Description: Firmware upgrade auto-apply inprogress - Entity_Instance_ID: orchestration=fw-upgrade + Description: Firmware update auto-apply inprogress + Entity_Instance_ID: orchestration=fw-update Severity: critical Alarm_Type: equipment Probable_Cause: unspecified-reason @@ -3386,8 +3386,8 @@ 900.313: Type: Log - Description: Firmware upgrade auto-apply rejected - Entity_Instance_ID: orchestration=fw-upgrade + Description: Firmware update auto-apply rejected + Entity_Instance_ID: orchestration=fw-update Severity: critical Alarm_Type: equipment Probable_Cause: unspecified-reason @@ -3395,8 +3395,8 @@ 900.314: Type: Log - Description: Firmware upgrade auto-apply cancelled - Entity_Instance_ID: orchestration=fw-upgrade + Description: Firmware update auto-apply cancelled + Entity_Instance_ID: orchestration=fw-update Severity: critical Alarm_Type: equipment Probable_Cause: unspecified-reason @@ -3404,8 +3404,8 @@ 900.315: Type: Log - Description: Firmware upgrade auto-apply failed - Entity_Instance_ID: orchestration=fw-upgrade + Description: Firmware update auto-apply failed + Entity_Instance_ID: orchestration=fw-update Severity: critical Alarm_Type: equipment Probable_Cause: unspecified-reason @@ -3413,8 +3413,8 @@ 900.316: Type: Log - Description: Firmware upgrade auto-apply completed - Entity_Instance_ID: orchestration=fw-upgrade + Description: Firmware update auto-apply completed + Entity_Instance_ID: orchestration=fw-update Severity: critical Alarm_Type: equipment Probable_Cause: unspecified-reason @@ -3422,8 +3422,8 @@ 900.317: Type: Log - Description: Firmware upgrade auto-apply abort - Entity_Instance_ID: orchestration=fw-upgrade + Description: Firmware update auto-apply abort + Entity_Instance_ID: orchestration=fw-update Severity: critical Alarm_Type: equipment Probable_Cause: unspecified-reason @@ -3431,8 +3431,8 @@ 900.318: Type: Log - Description: Firmware upgrade auto-apply aborting - Entity_Instance_ID: orchestration=fw-upgrade + Description: Firmware update auto-apply aborting + Entity_Instance_ID: orchestration=fw-update Severity: critical Alarm_Type: equipment Probable_Cause: unspecified-reason @@ -3440,8 +3440,8 @@ 900.319: Type: Log - Description: Firmware upgrade auto-apply abort rejected - Entity_Instance_ID: orchestration=fw-upgrade + Description: Firmware update auto-apply abort rejected + Entity_Instance_ID: orchestration=fw-update Severity: critical Alarm_Type: equipment Probable_Cause: unspecified-reason @@ -3449,8 +3449,8 @@ 900.320: Type: Log - Description: Firmware upgrade auto-apply abort failed - Entity_Instance_ID: orchestration=fw-upgrade + Description: Firmware update auto-apply abort failed + Entity_Instance_ID: orchestration=fw-update Severity: critical Alarm_Type: equipment Probable_Cause: unspecified-reason @@ -3458,8 +3458,8 @@ 900.321: Type: Log - Description: Firmware upgrade auto-apply aborted - Entity_Instance_ID: orchestration=fw-upgrade + Description: Firmware update auto-apply aborted + Entity_Instance_ID: orchestration=fw-update Severity: critical Alarm_Type: equipment Probable_Cause: unspecified-reason