Bug 1876908
| Summary: | KubeVirtMetricsAggregation is missing the "Available" condition | ||
|---|---|---|---|
| Product: | Container Native Virtualization (CNV) | Reporter: | Oren Cohen <ocohen> |
| Component: | SSP | Assignee: | Omer Yahud <oyahud> |
| Status: | CLOSED ERRATA | QA Contact: | Denis Ollier <dollierp> |
| Severity: | medium | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 2.5.0 | CC: | cnv-qe-bugs, dollierp, fdeutsch, msluiter, oyahud, stirabos |
| Target Milestone: | --- | Keywords: | AutomationBlocker, TestBlocker |
| Target Release: | 2.5.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | kubevirt-ssp-operator-container-v2.5.0-35, hco-bundle-registry-container-v2.5.0-163 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-11-17 13:24: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: | 1868229 | ||
|
Description
Oren Cohen
2020-09-08 13:30:38 UTC
A recurring error in the logs is: > fatal: [localhost]: FAILED! => {"msg": "template error while templating string: no filter named 'k8s_inject_ownership'. String: {{ objects | k8s_inject_ownership(cr_info) }}"} The k8s_inject_ownership filter is part of kubevirt-ssp-operator since upstream PR#202 (https://github.com/kubevirt/kubevirt-ssp-operator/pull/202). However it is missing from the downstream kubevirt-ssp-operator container image (registry-proxy.engineering.redhat.com/rh-osbs/container-native-virtualization-kubevirt-ssp-operator:v2.5.0-33). We need to backport upstream changes in the Dockerfile from PR#202 (https://github.com/kubevirt/kubevirt-ssp-operator/pull/202/files#diff-4bb306eddc70a07a963059d2c51ad097) to our downstream Dockerfile (http://pkgs.devel.redhat.com/cgit/containers/kubevirt-ssp-operator/tree/Dockerfile.in?h=cnv-2.5-rhel-7) to also copy the filter_plugins/ (https://github.com/kubevirt/kubevirt-ssp-operator/tree/master/filter_plugins) directory. Hi, I am updating the DS container right now with the proper upstream commit and Dockerfile Fix was submitted, waiting for automation to build the new container. Will update the bug when the container is built. Waiting for an hco-bundle build, ssp-build is ready Verified with registry-proxy.engineering.redhat.com/rh-osbs/iib:8258. 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 2.5.0 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-2020:5127 |