Skip to content

Snactor is broken after n/n-1 upgrade path introduction #771

@fernflower

Description

@fernflower
Member

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

Activity

fernflower

fernflower commented on May 23, 2022

@fernflower
MemberAuthor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @fernflower

        Issue actions

          Snactor is broken after n/n-1 upgrade path introduction · Issue #771 · oamg/leapp