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
Copy file name to clipboardExpand all lines: modules/installation-configuration-parameters.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1317,7 +1317,7 @@ in vSphere.
1317
1317
|String
1318
1318
1319
1319
|`platform.vsphere.folder`
1320
-
|_Optional_. The absolute path of an existing folder where the installation program creates the virtual machines. If you do not provide this value, the installation program creates a folder that is named with the infrastructure ID in the datacenter virtual machine folder.
1320
+
|Optional. The absolute path of an existing folder where the installation program creates the virtual machines. If you do not provide this value, the installation program creates a folder that is named with the infrastructure ID in the datacenter virtual machine folder.
1321
1321
|String, for example, `/<datacenter_name>/vm/<folder_name>/<subfolder_name>`.
1322
1322
1323
1323
|`platform.vsphere.network`
@@ -1335,6 +1335,10 @@ in vSphere.
1335
1335
|`platform.vsphere.ingressVIP`
1336
1336
|The virtual IP (VIP) address that you configured for cluster ingress.
1337
1337
|An IP address, for example `128.0.0.1`.
1338
+
1339
+
|`platform.vsphere.diskType`
1340
+
|Optional. The disk provisioning method. This value defaults to the vSphere default storage policy if not set.
1341
+
|Valid values are `thin`, `thick`, or `eagerZeroedThick`.
0 commit comments