-
Bug
-
Resolution: Cannot Reproduce
-
Undefined
-
None
-
4.21
-
None
-
None
-
False
-
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
Create install-config failed on Nutanix STS2 where multiple PEs exist.
# ./openshift-install create install-config --dir cluster --log-level debug
DEBUG OpenShift Installer 4.20.0-0.nightly-2026-01-26-202217
DEBUG Built from commit 1a6e473ab181aac185429995fc1b640d32fca67e
DEBUG Fetching Install Config...
DEBUG Loading Install Config...
DEBUG Loading SSH Key...
DEBUG Loading Base Domain...
DEBUG Loading Platform...
DEBUG Loading Cluster Name...
DEBUG Loading Base Domain...
DEBUG Loading Platform...
DEBUG Loading Pull Secret...
DEBUG Loading Platform...
DEBUG Fetching SSH Key...
DEBUG Generating SSH Key...
? SSH Public Key /root/.ssh/openshift-qe.pub
DEBUG Fetching Base Domain...
DEBUG Fetching Platform...
DEBUG Generating Platform...
? Platform nutanix
? Prism Central prismcentral.sts2-cluster.internal.nutanix-dev.devcluster.openshift.com
? Port 9440
? Username sgao
? Password [? for help] **************
INFO Connecting to Prism Central prismcentral.sts2-cluster.internal.nutanix-dev.devcluster.openshift.com
FATAL failed to fetch Install Config: failed to fetch dependency of "Install Config": failed to fetch dependency of "Base Domain": failed to generate asset "Platform": unable to list prism element clusters: Post "https://prismcentral.sts2-cluster.internal.nutanix-dev.devcluster.openshift.com:9440/api/nutanix/v3/clusters/list": net/http: TLS handshake timeout
Version-Release number of selected component (if applicable):
4.20.0-0.nightly-2026-01-26-202217
How reproducible:
always
Steps to Reproduce:
1. run ./openshift-install create install-config --dir cluster --log-level debug
2.
3.
Actual results:
installer should get all PEs
Expected results:
installer failed to get all PEs
Additional info:
Here's curl info on vm where I install OCP
# curl -ks -u "${un}":"${pw}" -X POST ${api_ep} -H "Content-Type: application/json" -d @-<<<"${data}" | jq ".entities[].spec.name"
"Prism Central DEV STS2"
"Development-STS2"
"Development-STS2-zonal"
"Development-STS2-zonal2"