More details in https://github.com/oamg/leapp-repository/pull/864#discussion_r840532107 Long story short, pretty much all snactor functionality is broken with the following exception raised ``` leapp.models.fields.ModelViolationError: The value of "target" field is None, but this is not allowed ```
Activity
fernflower commentedon May 23, 2022
The solution is to set target_release and and upgrade_flavor env vars manually before running snactor.
For example, for 8to9 upgrade it will be
This should be mentioned in the upstream docs as well, once it's done this bug can be closed.