Add alarm code '900.006' to vim fw-update-strategy ignore list

This update adds the '900.006:Device Image Update in progress' alarm to
its firmware update strategy ignore list.

Change-Id: Iba212518d3c5f0cb82e7282e9acf925625df162e
Story: 2007875
Task: 40457
Signed-off-by: Eric MacDonald <eric.macdonald@windriver.com>
This commit is contained in:
Eric MacDonald 2020-07-29 14:40:47 -04:00
parent 684b977d8e
commit 2e210a60bf
1 changed files with 1 additions and 0 deletions

View File

@ -1672,6 +1672,7 @@ class FwUpdateStrategy(SwUpdateStrategy):
# The following alarms will not prevent a firmware update operation
IGNORE_ALARMS = ['700.004', # VM stopped
'280.002', # Subcloud resource out-of-sync
'900.006', # Device Image Update in progress
'900.301', # Fw Update Auto Apply in progress
'200.001', # Locked Host
]