Add alarm to ignore on k8s-rootca-update strategy

Adding alarm ID 900.009 (kube-rootca-update aborted) to
IGNORE_ALARMS list on 'create strategy' step.
This change will allow strategy creation to bypass the
alarm raised by 'system kube-rootca-update-abort' command
when starting a new procedure if previously manually
aborted.

Story: 2008675
Task: 43131
Change-Id: Id8864e1533adf82e6467440ba0750dcd7af7657f
Signed-off-by: Joao Soubihe <JoaoPaulo.Soubihe@windriver.com>
This commit is contained in:
Joao Soubihe 2021-09-15 11:55:08 -03:00
parent 9c5471366b
commit 3b8b9be301
1 changed files with 1 additions and 0 deletions

View File

@ -2574,6 +2574,7 @@ class KubeRootcaUpdateStrategy(SwUpdateStrategy,
'700.004', # VM stopped
'750.006', # Configuration change requires reapply of cert-manager
'900.008', # Kubernetes rootca update in progress
'900.009', # Kubernetes rootca update aborted
'900.501', # Kubernetes rootca update auto-apply inprogress
]
# self._ignore_alarms is declared in parent class