Bug 2051775
Summary: | UI should show templates which are deployed to custom namespace by SSP | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Guohua Ouyang <gouyang> | |
Component: | Console Kubevirt Plugin | Assignee: | Yaacov Zamir <yzamir> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Guohua Ouyang <gouyang> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 4.10 | CC: | gouyang, rnetser, rsdeor, sbennert, yzamir | |
Target Milestone: | --- | Flags: | rsdeor:
needinfo+
|
|
Target Release: | 4.11.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 2054650 (view as bug list) | Environment: | ||
Last Closed: | 2022-05-11 09:29:11 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: | 2054650 |
Description
Guohua Ouyang
2022-02-08 01:55:15 UTC
HCO should have `commonTemplatesNamespace: openshift` by default, so UI can easily consume the value. Adjust Expected results: UI should show templates in this custom namespace when user select this namespace on template list page. Auto backport to 4.10 failed because of code confilct Cloning for 4.10 manually The templates are showing in custom namespace now, but while creating VM from the template, it shows the error “Requested template could not be found“. @yaacov After deploy the templates to custom namespace and without deleting templates in "openshift" ns, select custom ns, the UI still shows templates from "openshift" ns, is it an issue need to be fixed? @Ruth Auto-update boot source is not available for templates in custom ns, should we support it? If yes, I guess the backend/ssp needs to support it firstly. > @yaacov After deploy the templates to custom namespace and without deleting templates in "openshift" ns, select custom ns, the UI still shows templates from "openshift" ns, is it an issue need to be fixed? That is as design, if templates are available in "openshift" ns, they are visible from all namespaces ( this will change in 4.11 ) > @Ruth Auto-update boot source is not available for templates in custom ns, should we support it? If yes, I guess the backend/ssp needs to support it firstly. need a different bug > The templates are showing in custom namespace now, but while creating VM from the template, it shows the error “Requested template could not be found“. thanks will take car of that (In reply to Yaacov Zamir from comment #10) > > @yaacov After deploy the templates to custom namespace and without deleting templates in "openshift" ns, select custom ns, the UI still shows templates from "openshift" ns, is it an issue need to be fixed? > > That is as design, if templates are available in "openshift" ns, they are > visible from all namespaces ( this will change in 4.11 ) > > > @Ruth Auto-update boot source is not available for templates in custom ns, should we support it? If yes, I guess the backend/ssp needs to support it firstly. > > need a different bug > https://bugzilla.redhat.com/show_bug.cgi?id=2055022 (In reply to Guohua Ouyang from comment #9) > @Ruth Auto-update boot source is not available for templates in custom ns, > should we support it? If yes, I guess the backend/ssp needs to support it > firstly. The templates reference boot sources in the same golden images namesapce and should work; can you explain what is missing? (In reply to Ruth Netser from comment #13) > (In reply to Guohua Ouyang from comment #9) > > @Ruth Auto-update boot source is not available for templates in custom ns, > > should we support it? If yes, I guess the backend/ssp needs to support it > > firstly. > > The templates reference boot sources in the same golden images namesapce and > should work; can you explain what is missing? See bug: https://bugzilla.redhat.com/show_bug.cgi?id=2055022 After deploy the templates to a custom namespace, the boot source are missing. The original issue is fixed in this bug, close the bug. |