-
Bug
-
Resolution: Done-Errata
-
Normal
-
4.14
-
Moderate
-
No
-
False
-
-
-
Bug Fix
-
In Progress
This is a clone of issue OCPBUGS-23347. The following is the description of the original issue:
—
Description of problem:
Looking at the vSphere connection configuration via UI we can see that the value for VCenter cluster is populated with the "networks" value instead of the "computeCluster" one
Additional info:
- https://github.com/openshift/console/blob/fdcd7738612cd5685c100b15d348134c96b2fa39[...]ackages/vsphere-plugin/src/components/VSphereConnectionForm.tsx - https://github.com/openshift/console/blob/fdcd7738612cd5685c100b15d348134c96b2fa39/frontend/packages/vsphere-plugin/src/hooks/use-connection-form.ts#L69 From the form query it seems it is linked to the Network: ====================================== vCenterCluster = domain?.topology?.networks?.[0] || ''; ====================================== Our understanding it that it should pickup the cluster name: ====================================== topology.computeCluster ======================================
- clones
-
OCPBUGS-23347 VSphereConnectionForm link uncorrect resources
- Closed
- is blocked by
-
OCPBUGS-25145 VSphereConnectionForm link uncorrect resources
- Closed
- links to
-
RHBA-2024:5444 OpenShift Container Platform 4.13.z bug fix update