Bug 2055492
| Summary: | The default YAML on vm wizard is not latest | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Guohua Ouyang <gouyang> | ||||
| Component: | Console Kubevirt Plugin | Assignee: | Aviv Turgeman <aturgema> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Guohua Ouyang <gouyang> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 4.10 | CC: | aos-bugs, calfonso, fdeutsch, gouyang, lkladnit, sgott, tnisan, yzamir | ||||
| Target Milestone: | --- | Keywords: | Regression | ||||
| Target Release: | 4.11.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | Issue resolved - do not include known issue in the 4.11 release notes | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2022-08-10 10:50:22 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 2088019 | ||||||
| Attachments: |
|
||||||
Created attachment 1861621 [details]
default yaml
*** Bug 2057734 has been marked as a duplicate of this bug. *** This bug and https://bugzilla.redhat.com/show_bug.cgi?id=2057734 should be caused by the same reason, the default YAML is not using the latest. Note: This is the file needed to update: https://github.com/openshift/console/blob/852743d807b0c5f8a551cb4bc18345b8c3b22029/frontend/packages/kubevirt-plugin/src/models/templates/vm-yaml.ts Stu, Fabian hi, A. Do you know if we have VM YAML example we can fetch using API call to openAPI endpoint ? Do you know if we have some other way to automatically fetch latest VM YAML example ? Do you know someone that can help ? B. Does processing a template (assuming no required parameters) and showing it as example make sense ? 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 (Important: OpenShift Container Platform 4.11.0 bug fix and security update), 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/RHSA-2022:5069 The needinfo request[s] on this closed bug have been removed as they have been unresolved for 120 days |
Description of problem: In 4.9, the network interface for the default yaml is interfaces: - masquerade: {} model: virtio name: default In 4.10, it's interfaces: - masquerade: {} name: default Version-Release number of selected component (if applicable): 4.10-rc2 How reproducible: 100% Steps to Reproduce: 1. 2. 3. Actual results: "model: virtio" is removed from yaml example Expected results: "model: virtio" is added for the network interface. Additional info: