Bug 2143558
Summary: | display name for "Red Hat Enterprise Linux 9.0 VM" should be changed to "openshift.io/display-name: "Red Hat Enterprise Linux 9.0+ VM"" | ||
---|---|---|---|
Product: | Container Native Virtualization (CNV) | Reporter: | Dominik Holler <dholler> |
Component: | SSP | Assignee: | Javier Cano Cano <jcanocan> |
Status: | CLOSED ERRATA | QA Contact: | zhe peng <zpeng> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.11.0 | CC: | gkapoor |
Target Milestone: | --- | ||
Target Release: | 4.11.2 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | cnv v4.11.2-15 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-01-12 14:08:55 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: |
Description
Dominik Holler
2022-11-17 08:12:15 UTC
We decided to display names like "Red Hat Enterprise Linux 9 VM" and "Red Hat Enterprise Linux 8 VM" instead of "Red Hat Enterprise Linux 9.0 VM" and "Red Hat Enterprise Linux 8.0+ VM". Postponing to 4.11.3, backport from 4.12 to 4.11 is pending. The backport to 4.11 is already in https://github.com/kubevirt/common-templates/pull/493 , so it will be in 4.11.2 . verify with build: OCP 4.11.20 CNV-v4.11.2-19 1: create centos7 rhel7 rhel8 rhel9 vm with catalog template 2: check template centos7: ... template.kubevirt.io/containerdisks: |quay.io/containerdisks/centos:7-2009 template.kubevirt.io/version: v1alpha1 openshift.io/display-name: CentOS 7 VM ... rhel7: ... template.kubevirt.io/provider-url: 'https://www.redhat.com' template.kubevirt.io/version: v1alpha1 openshift.io/display-name: Red Hat Enterprise Linux 7 VM ... rhel8: ... template.kubevirt.io/containerdisks: | registry.redhat.io/rhel8/rhel-guest-image template.kubevirt.io/version: v1alpha1 openshift.io/display-name: Red Hat Enterprise Linux 8 VM openshift.io/documentation-url: 'https://github.com/kubevirt/common-templates' ... rhel9: ... template.kubevirt.io/version: v1alpha1 openshift.io/display-name: Red Hat Enterprise Linux 9 VM openshift.io/documentation-url: 'https://github.com/kubevirt/common-templates' ... also check "Display name" in UI, both change to right string, move to verified. 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 (OpenShift Virtualization 4.11.2 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-2023:0155 |