Bug 2044201
Summary: | Templates golden image parameters names should be supported | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Ruth Netser <rnetser> |
Component: | Console Kubevirt Plugin | Assignee: | Ugo Palatucci <upalatuc> |
Status: | CLOSED ERRATA | QA Contact: | Guohua Ouyang <gouyang> |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | 4.10 | CC: | akrejcir, aos-bugs, dholler, gouyang, lkladnit, yzamir |
Target Milestone: | --- | ||
Target Release: | 4.10.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-03-10 16:41:47 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: | 2049043 | ||
Bug Blocks: | 2033240 |
Description
Ruth Netser
2022-01-24 08:11:44 UTC
The verification of the bug should contain that old customized templates are still working with the nice UI. Ruth hi, please review my verification notes: Note to verification: create 4 identical custom templates based on a common template 1 - using SRC_PVC_NAME and SRC_PVC_NAMESPACE notation with PVC available in images namespace 2 - using SRC_PVC_NAME and SRC_PVC_NAMESPACE notation with PVC not available in images namespace 1 - using DATA_SOURCE_NAME and DATA_SOURCE_NAMESPACE notation with PVC available in images namespace 2 - using DATA_SOURCE_NAME and DATA_SOURCE_NAMESPACE notation with PVC not available in images namespace test that the ones using SRC_PVC_NAME and SRC_PVC_NAMESPACE notation behave the same as the ones using DATA_SOURCE_NAME and DATA_SOURCE_NAMESPACE notation ----------- example of DATA_SOURCE_NAME and DATA_SOURCE_NAMESPACE notation source: pvc: name: '${DATA_SOURCE_NAME}' namespace: '${DATA_SOURCE_NAMESPACE}' ... parameters: - name: DATA_SOURCE_NAME description: Name of the PVC to clone value: rhel8 - name: DATA_SOURCE_NAMESPACE description: Namespace of the source PVC value: kubevirt-os-images example of SRC_PVC_NAME and SRC_PVC_NAMESPACE notation source: pvc: name: '${SRC_PVC_NAME}' namespace: '${SRC_PVC_NAMESPACE}' ... parameters: - name: SRC_PVC_NAME description: Name of the PVC to clone value: rhel8 - name: SRC_PVC_NAMESPACE description: Namespace of the source PVC value: kubevirt-os-images Hi Ruth, You set the UI blocks the SSP bug 2033240, but shouldn't the UI bug depend on the SSP bug? Without SSP fix, we cannot verify the bug on UI. Hi Guohua, we just delayed the backend change until the ui change is available to ensure the beackend change does not break the UI. Can you confirm that the fix for this bug is available to CNV-QE? If so, we would merge and release the backend change instantly. The verification is to ensure that the wizard is not broken by the fix of bug #2033240 . Proposed steps to verify: 1. Verify bug #2033240, by ensuring in the yaml view that the templates contains DATA_SOURCE_NAME and DATA_SOURCE_NAMESPACE parameters, but not SRC_PVC_NAME and SRC_PVC_NAMESPACE. 2. Ensure that you can change the boot source in the wizard for the templates above. 3. Ensure that you can create a VM from the templates above using the wizard. @akrejcir Do you agree, or do you propose another flow to verify? Yes, I agree with the steps. verified on 4.10.0-0.nightly-2022-02-06-060618, the template with new parameters works well. 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 (Moderate: OpenShift Container Platform 4.10.3 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:0056 |