Patch Orchestration may not detect openstack alarms
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
StarlingX |
Triaged
|
Low
|
Dariush Eslimi |
Bug Description
This is a "future" bug for when containerized openstack alarms are enabled.
It is not a bug at the moment, but it will be once the feature is enabled.
In the file:
https:/
in the apply method for the QueryAlarmsStep class the code currently looks like:
if not nfvi.nfvi_
return strategy.
At the moment the fault_mgmt_plugin is disabled, but it will soon be enabled.
The problem with this code is that the "platform" alarms will trigger the callback and so will the "openstack" alarms. This would cause this step to move on when either is queried, rather than both.
This code needs to be revisited. Possibly by splitting this class into 2 different steps, or by re-examining the callback handling code.
Marking for stx.4.0 given fault containerization will only be enabled for that release.
Assigning to flock PL for follow-up