Update 260.002 alarm to be non-mgmt-affecting

This commit is intended to update the 260.002 alarm. As the 'severity'
is set to 'minor', it is desired to classify it as
non-management-affecting by adjusting its Management_Affecting_Severity
value to 'none'.

Test Plan:
PASS: Build and install Debian package.

Story: 2010719
Task: 47938

Change-Id: Ie228191ebdda5f2651dab1309b929ae06bc1f7f6
Signed-off-by: Enzo Candotti <enzo.candotti@windriver.com>
This commit is contained in:
Enzo Candotti 2023-05-08 20:56:47 -03:00
parent d6d68db460
commit 3ef3df74db
2 changed files with 8 additions and 8 deletions

View File

@ -51,7 +51,7 @@ ALARM_GROUP_GENERAL = "100"
ALARM_GROUP_MAINTENANCE = "200"
ALARM_GROUP_BACKUP_RESTORE = "210"
ALARM_GROUP_SYSCONFIG = "250"
ALARM_GROUP_DEPLOYMENT_MANAGER = "260"
ALARM_GROUP_DEPLOYMENT = "260"
ALARM_GROUP_HOST_SERVICES = "270"
ALARM_GROUP_HYPERVISOR = "275"
ALARM_GROUP_DISTRIBUTED_CLOUD = "280"
@ -113,10 +113,10 @@ FM_ALARM_ID_STORAGE_BACKEND_FAILED = ALARM_GROUP_STORAGE + ".104"
# Kubernetes Resource Alarms
FM_ALARM_ID_K8S_RESOURCE_PV = ALARM_GROUP_K8S + ".001"
# Deployment Manager Monitor alarm id
# Deployment Alarm id
FM_ALARM_ID_UNRECONCILED_RESOURCE = ALARM_GROUP_DEPLOYMENT_MANAGER + ".001"
FM_ALARM_ID_UNSYNCHRONIZED_RESOURCE = ALARM_GROUP_DEPLOYMENT_MANAGER + ".002"
FM_ALARM_ID_UNRECONCILED_RESOURCE = ALARM_GROUP_DEPLOYMENT + ".001"
FM_ALARM_ID_UNSYNCHRONIZED_RESOURCE = ALARM_GROUP_DEPLOYMENT + ".002"
# Host-Services log id
FM_LOG_ID_HOST_SERVICES_FAILED = ALARM_GROUP_HOST_SERVICES + ".101"

View File

@ -965,11 +965,11 @@
Context: starlingx
#---------------------------------------------------------------------------
# Deployment Manager Monitor
# DEPLOYMENT
#---------------------------------------------------------------------------
260.001:
Type: Alarm
Description: "Deployment Manager resource not reconciled: <name>"
Description: "Deployment resource not reconciled: <name>"
Entity_Instance_ID: resource=<crd-resource>,name=<resource-name>
Severity: major
Proposed_Repair_Action: Monitor and if condition persists, validate deployment configuration.
@ -985,7 +985,7 @@
260.002:
Type: Alarm
Description: "Deployment Manager resource not synchronized: <name>"
Description: "Deployment resource not synchronized: <name>"
Entity_Instance_ID: resource=<crd-resource>,name=<resource-name>
Severity: minor
Proposed_Repair_Action: Monitor and if condition persists, validate deployment configuration.
@ -995,7 +995,7 @@
Probable_Cause: configuration-out-of-date
Service_Affecting: False
Suppression: True
Management_Affecting_Severity: warning
Management_Affecting_Severity: none
Degrade_Affecting_Severity: none
Context: starlingx