We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More details in oamg/leapp-repository#864 (comment)
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
The text was updated successfully, but these errors were encountered:
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
export LEAPP_UPGRADE_PATH_TARGET_RELEASE=9.0 export LEAPP_UPGRADE_PATH_FLAVOUR=default
This should be mentioned in the upstream docs as well, once it's done this bug can be closed.
Sorry, something went wrong.
No branches or pull requests
More details in oamg/leapp-repository#864 (comment)
Long story short, pretty much all snactor functionality is broken with the following exception raised
The text was updated successfully, but these errors were encountered: