Bug 1773314
Summary: | HCO deployment CLI script fails on 'production' source deployment | ||
---|---|---|---|
Product: | Container Native Virtualization (CNV) | Reporter: | Asher Shoshan <ashoshan> |
Component: | Installation | Assignee: | Simone Tiraboschi <stirabos> |
Status: | CLOSED ERRATA | QA Contact: | Irina Gulina <igulina> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 2.2.0 | CC: | cnv-qe-bugs, fdeutsch, ncredi, oshoval, rhallise, stirabos, talayan |
Target Milestone: | --- | ||
Target Release: | 2.2.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-01-30 16:27:30 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: |
Comment 1
Tareq Alayan
2019-11-20 13:38:19 UTC
Please add 'fixed in version' The deploy script has been moved upstream. You can test it with: curl https://raw.githubusercontent.com/kubevirt/hyperconverged-cluster-operator/master/deploy/deploy_marketplace.sh | \ APP_REGISTRY=redhat-operators \ CSC_SOURCE=cnv-catalogsource-config \ HCO_VERSION=2.1.0 \ HCO_CHANNEL=2.1 \ TARGET_NAMESPACE=openshift-cnv \ bash -x Sorry, it was still in post. https://github.com/kubevirt/hyperconverged-cluster-operator/pull/404 got merged only now. Can you please test it now? Hi, Now using the fixed upstream script: https://raw.githubusercontent.com/kubevirt/hyperconverged-cluster-operator/master/deploy/deploy_marketplace.sh In redeploy it fails on "Creating registry secret" Fixed the QE cleanup script to delete secret as well. Verifying this. 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/RHEA-2020:0307 |