diff --git a/fm-api/source/fm_api/constants.py b/fm-api/source/fm_api/constants.py index cc06ba0c..284fcd2e 100755 --- a/fm-api/source/fm_api/constants.py +++ b/fm-api/source/fm_api/constants.py @@ -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" diff --git a/fm-doc/fm_doc/events.yaml b/fm-doc/fm_doc/events.yaml index 519cf373..150202a4 100755 --- a/fm-doc/fm_doc/events.yaml +++ b/fm-doc/fm_doc/events.yaml @@ -965,11 +965,11 @@ Context: starlingx #--------------------------------------------------------------------------- -# Deployment Manager Monitor +# DEPLOYMENT #--------------------------------------------------------------------------- 260.001: Type: Alarm - Description: "Deployment Manager resource not reconciled: " + Description: "Deployment resource not reconciled: " Entity_Instance_ID: 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: " + Description: "Deployment resource not synchronized: " Entity_Instance_ID: 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