-
Task
-
Resolution: Done-Errata
-
Normal
-
None
-
False
-
False
-
-
2
-
2023-R4
-
Testable
Currently, convert2rhel has no way to tell in the report json which was the highest status code found during the conversion. This leads to workarounds for the convert2rhel-worker-scripts project and the future infra.convert2rhel where we will need to give a response to the user running the ansible collection either if it succeeded or failed. The fact that we have to develop custom algorithms to and replicate then across other consumers of the convert2rhel report will cause trouble across some consumers.
Acceptance Criteria
- Identify the highest status code raised from both result/messages
- Add a new key to the report json (at the top-level) with the result of the highest status code
- Open a PR against https://github.com/oamg/convert2rhel-worker-scripts to remove the workaround to find the highest status code
- Update schema
- links to
-
RHEA-2023:124609 convert2rhel bug fix and enhancement update
-
RHEA-2023:124610 convert2rhel bug fix and enhancement update