23951f4b44
Instead of using process_event('fail') use error_handlers, otherwise in case of failure node gets stuck and fails because of timeout, instead of failing earlier due to step failure. Story: 2008307 Task: 41194 Change-Id: Ieec0173f57367587985d2baad77205bb83e8b69a
9 lines
391 B
YAML
9 lines
391 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes ``idrac-wsman`` RAID ``create_configuration`` clean step,
|
|
``apply_configuration`` deploy step and ``delete_configuration`` clean and
|
|
deploy step to fail correctly in case of error when checking completed
|
|
jobs. Before the fix when RAID job failed, then node cleaning or deploying
|
|
failed with timeout instead of actual error in clean or deploy step.
|