Set management affecting severity for specific app alarms

In this commit, the Management_Affecting_Severity is
changed from none to warning for 2 types of k8s app alarms:
  - Application Apply In Progress (alarm id: 750.004) and
  - Application Update In Progress (alarm id: 750.005)

This change will disallow a patch or upgrade while any
of these alarms exists.

The Degrade_Affecting_Severity setting will remain to
be 'none' for all app alarms as logically these events
should not degrade the host to the point of disabling
filesystem resizing or controller swact.

Closes-Bug: 1833323
Change-Id: Ie5a85bb4480f8ce6dcb63dfd2e26dacdbceeb366
Signed-off-by: Tee Ngo <Tee.Ngo@windriver.com>
This commit is contained in:
Tee Ngo 2019-07-31 12:26:39 -04:00
parent 37589bf657
commit 6026848266
1 changed files with 2 additions and 2 deletions

View File

@ -2687,7 +2687,7 @@
Probable_Cause: unknown
Service_Affecting: True
Suppression: True
Management_Affecting_Severity: none
Management_Affecting_Severity: warning
Degrade_Affecting_Severity: none
750.005:
@ -2702,7 +2702,7 @@
Probable_Cause: unknown
Service_Affecting: True
Suppression: True
Management_Affecting_Severity: none
Management_Affecting_Severity: warning
Degrade_Affecting_Severity: none
#---------------------------------------------------------------------------