You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vSphere Client version 7.0.3.00500
ESXi host(s) version: 6.7.0 and build: 18828794
IPI in disconnected environment.
Mirror registry with: quay.io/openshift-release-dev/ocp-release:4.9.59-x86_64.
What happened?
vSphere Installation Fails During RHCOS OVA Import
The OpenShift installation process fails during the RHCOS OVA import step, immediately after the vsphere_folder.folder creation. This occurs despite the installer successfully creating the required tag and tag category.
The OVA file is being served via a temporary HTTP server on the installation host and is accessible to the vCenter instance. Manual verification confirms that the OVA can be successfully deployed using vCenter's "Deploy OVF Template" UI function.
Version
Platform:
vSphere Client version 7.0.3.00500
ESXi host(s) version: 6.7.0 and build: 18828794
IPI in disconnected environment.
Mirror registry with:
quay.io/openshift-release-dev/ocp-release:4.9.59-x86_64
.What happened?
vSphere Installation Fails During RHCOS OVA Import
The OpenShift installation process fails during the RHCOS OVA import step, immediately after the
vsphere_folder.folder
creation. This occurs despite the installer successfully creating the required tag and tag category.Using installation config from install-config.yml and running:
The OVA file is being served via a temporary HTTP server on the installation host and is accessible to the vCenter instance. Manual verification confirms that the OVA can be successfully deployed using vCenter's "Deploy OVF Template" UI function.
Relevant error logs:
What you expected to happen?
The import process to complete, pulling
How to reproduce it (as minimally and precisely as possible)?
$ openshift-install create install-config
Since this is not dependant on which ova file is uploaded, download or choose any file and
go cd in its root dir
$ python3 -m http.server 80
Keep that session open until after u execute.
Alter the
install-config.yaml
and setplatform.vsphere.clusterOSImage
tohttp://localhost:80/<OSImageFile>
.export TF_LOG=TRACE && openshift-install create cluster --log-level=DEBUG
The text was updated successfully, but these errors were encountered: