Bug 1952636
Summary: | Migration network selection list does not show the default migration network defined for the target provider | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Migration Toolkit for Virtualization | Reporter: | Ilanit Stein <istein> | ||||||||
Component: | User Experience | Assignee: | Mike Turley <mturley> | ||||||||
Status: | CLOSED ERRATA | QA Contact: | Ilanit Stein <istein> | ||||||||
Severity: | high | Docs Contact: | Avital Pinnick <apinnick> | ||||||||
Priority: | high | ||||||||||
Version: | 2.0.0 | CC: | apinnick, dagur, fdupont, istein, mturley | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | 2.0.0 | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2021-06-10 17:11:46 UTC | Type: | Bug | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Attachments: |
|
Description
Ilanit Stein
2021-04-22 17:39:09 UTC
Created attachment 1774583 [details]
network help message
Created attachment 1774584 [details]
networks list
Created attachment 1774585 [details]
Openshift cluster defined network
@istein, this is working as intended in my dev environment. Something must be different in your cluster. Do you have login details you can share? Found the cause, the inventory API data doesn't quite match up with what my code assumed (it is missing the `metadata.annotations` property on providers). Not sure if it broke because of backend changes or if I missed it in testing. This PR changes the code to load the full CR for this lookup, which fixes the bug: https://github.com/konveyor/forklift-ui/pull/557 The fix should be part of build mtv-operator-bundle-container-2.0.0-4 / iib:72115. Verified on mtv-operator-bundle-container-2.0.0-4 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (MTV 2.0.0 images), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2021:2381 |