-
Bug
-
Resolution: Done
-
Normal
-
None
-
4.12.0
-
None
-
None
-
Agent Sprint 231
-
1
-
Rejected
-
False
-
Similar to how, due to the install-config validation, the baremetal platform previously required a bunch of fields that are actually ignored (OCPBUGS-3278), we similarly require values for the following fields in the platform.vsphere section:
- vCenter
- username
- password
- datacenter
- defaultDatastore
None of these values are actually used in the agent-based installer at present, and they should not be required.
Users can work around this by specifying dummy values in the platform config (note that the VIP values are required and must be genuine):
platform: vsphere: apiVIP: 192.168.111.1 ingressVIP: 192.168.111.2 vCenter: a username: b password: c datacenter: d defaultDatastore: e
- blocks
-
OCPBUGS-6991 Irrelevant vsphere platform data is required
- Closed
- is cloned by
-
OCPBUGS-6991 Irrelevant vsphere platform data is required
- Closed
- is related to
-
AGENT-526 Refactor InstallConfigs to allow different validation for agent
- Closed
- links to