-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
4.14.0
-
+
-
Low
-
No
-
False
-
Description of problem:
Random error when uploading the image to glance
Version-Release number of selected component (if applicable):
Seen on all versions
How reproducible:
OpenStack IPI without `clusterOSImage` in install-config.yaml, so an image is pushed into glance
Steps to Reproduce:
1. Write an install-config.yaml without `clusterOSImage:` 2. Run the `openshift-install create cluster` command 3. The image upload randomly (not often) fails with the error.
Actual results:
level=info msg=Obtaining RHCOS image file from 'https://rhcos.mirror.openshift.com/art/storage/prod/streams/4.14-9.2/builds/414.92.202307070025-0/x86_64/rhcos-414.92.202307070025-0-openstack.x86_64.qcow2.gz?sha256=1a466c8c1134da8a20c1fa3a19f4180bbf6f2e7373c471f04cd522f4a20b5e57' level=fatal msg=failed to fetch Terraform Variables: failed to generate asset "Terraform Variables": failed to get openstack Terraform variables: gzip: invalid checksum Installer exit with code 1
Expected results:
No error, the image is pushed into glance
- duplicates
-
OCPBUGS-9066 Installer should retry when it fails to download the RHCOS image
- Closed