Bug 1832283
| Summary: | [SSP operator] Common templates and template_validator are missing after clean installation | ||
|---|---|---|---|
| Product: | Container Native Virtualization (CNV) | Reporter: | Ruth Netser <rnetser> |
| Component: | SSP | Assignee: | Karel Šimon <ksimon> |
| Status: | CLOSED ERRATA | QA Contact: | Israel Pinto <ipinto> |
| Severity: | urgent | Docs Contact: | |
| Priority: | high | ||
| Version: | 2.4.0 | CC: | cnv-qe-bugs, gouyang, kbidarka, ncredi, rhrazdil |
| Target Milestone: | --- | Keywords: | AutomationBlocker, Regression |
| Target Release: | 2.4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | kubevirt-ssp-operator-container-v2.4.0-29 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-07-28 19:10:05 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: | |||
Another point is the installation should not report successfully if some components are missing, open a new bz1832291 for it. Verified on 2.4.0
oc get kv -n openshift-cnv -o yaml | grep operatorVersion
f:operatorVersion: {}
operatorVersion: v0.29.2
Common templates exist after clean 2.4 installation.
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, 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-2020:3194 |
Description of problem: After clean installation, template validator and common templates do not exist on the cluster Version-Release number of selected component (if applicable): OCP 4.5.0-0.nightly-2020-05-04-113741 CNV 2.4 $ oc get kv -n openshift-cnv -o yaml | grep operatorVersion f:operatorVersion: {} operatorVersion: v0.26.1 How reproducible: 100% Steps to Reproduce: 1. Install OCP+CNV cluster Actual results: template_validator and common templates are missing Expected results: template_validator and common templates should be installed Additional info: Caused due to a missing ansible package operator_sdk.util.k8s_status