Bug 2033755
Summary: | make verify fails due to missing yaml-patch | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | dagray |
Component: | Node Tuning Operator | Assignee: | Jiří Mencák <jmencak> |
Status: | CLOSED ERRATA | QA Contact: | liqcui |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 4.9 | CC: | aos-bugs, dagray, jmencak, liqcui |
Target Milestone: | --- | ||
Target Release: | 4.9.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | 2033752 | Environment: | |
Last Closed: | 2022-01-10 08:50:46 UTC | Type: | --- |
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: | 2033752 | ||
Bug Blocks: |
Description
dagray
2021-12-17 19:06:33 UTC
[ocpadmin@ec2-18-217-45-133 cluster-node-tuning-operator]$ git checkout release-4.9 Already on 'release-4.9' Your branch is up to date with 'origin/release-4.9'. [ocpadmin@ec2-18-217-45-133 cluster-node-tuning-operator]$ make verify verify-gofmt: OK Using existing yq from "_output/tools/bin/yq-2.4.0" Using existing yaml-patch from "_output/tools/bin/yaml-patch-v0.0.11" cp -R ./manifests/* /tmp/tmp.SaHOa3NqP1/ ( echo '# *** AUTOMATICALLY GENERATED FILE - DO NOT EDIT ***'; _output/tools/bin/yaml-patch-v0.0.11 -o './profile-patches/ibm-cloud-managed/50-operator.yaml-patch' < '/tmp/tmp.SaHOa3NqP1/50-operator.yaml' ) > '/tmp/tmp.SaHOa3NqP1/50-operator-ibm-cloud-managed.yaml' diff -Naup ./manifests /tmp/tmp.SaHOa3NqP1 [ocpadmin@ec2-18-217-45-133 cluster-node-tuning-operator]$ mkdir -p '_output/tools/bin/' [ocpadmin@ec2-18-217-45-133 cluster-node-tuning-operator]$ curl -s -f -L https://github.com/mikefarah/yq/releases/download/2.4.0/yq_linux_amd64 -o '_output/tools/bin/yq-2.4.0' [ocpadmin@ec2-18-217-45-133 cluster-node-tuning-operator]$ chmod +x '_output/tools/bin/yq-2.4.0'; [ocpadmin@ec2-18-217-45-133 cluster-node-tuning-operator]$ mkdir -p '_output/tools/bin/' [ocpadmin@ec2-18-217-45-133 cluster-node-tuning-operator]$ curl -s -f -L https://github.com/krishicks/yaml-patch/releases/download/v0.0.10/yaml_patch_linux -o '_output/tools/bin/yaml-patch-v0.0.10' [ocpadmin@ec2-18-217-45-133 cluster-node-tuning-operator]$ make verify verify-gofmt: OK Using existing yq from "_output/tools/bin/yq-2.4.0" Using existing yaml-patch from "_output/tools/bin/yaml-patch-v0.0.11" cp -R ./manifests/* /tmp/tmp.0AZmwyhSxp/ ( echo '# *** AUTOMATICALLY GENERATED FILE - DO NOT EDIT ***'; _output/tools/bin/yaml-patch-v0.0.11 -o './profile-patches/ibm-cloud-managed/50-operator.yaml-patch' < '/tmp/tmp.0AZmwyhSxp/50-operator.yaml' ) > '/tmp/tmp.0AZmwyhSxp/50-operator-ibm-cloud-managed.yaml' diff -Naup ./manifests /tmp/tmp.0AZmwyhSxp 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 Container Platform 4.9.13 bug fix 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/RHBA-2022:0029 |