Skip to content

Commit 5fb2e2e

Browse files
committed
OCPBUGS-24202: Added two vSphere FD parameters
1 parent b531375 commit 5fb2e2e

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ ifeval::["{context}" == "installation-config-parameters-agent"]
5858
:agent:
5959
endif::[]
6060

61+
// You can issue a command such as `openshift-install explain installconfig.platform.vsphere.failureDomains` to see information about a parameter. You must store the `openshift-install` binary in your bin directory.
62+
6163
:_mod-docs-content-type: CONCEPT
6264
[id="installation-configuration-parameters_{context}"]
6365
ifndef::agent[]
@@ -68,7 +70,6 @@ The following tables specify the required, optional, and {platform}-specific ins
6870
====
6971
After installation, you cannot modify these parameters in the `install-config.yaml` file.
7072
====
71-
7273
endif::agent[]
7374

7475
ifdef::agent[]
@@ -2696,6 +2697,14 @@ ifdef::agent[]
26962697
|An FQDN such as example.com
26972698
endif::agent[]
26982699

2700+
|platform:
2701+
vsphere:
2702+
failureDomains:
2703+
topology:
2704+
datastore:
2705+
|Specifies the path to a vSphere datastore that stores virtual machines files for a failure domain. You must apply the `datastore` role to the vSphere vCenter datastore location.
2706+
|String
2707+
26992708
|platform:
27002709
vsphere:
27012710
failureDomains:
@@ -2763,6 +2772,13 @@ For more information, see "VMware vSphere region and zone enablement".
27632772
|String
27642773
endif::agent[]
27652774

2775+
|platform:
2776+
vsphere:
2777+
failureDomains:
2778+
server:
2779+
|Specifies the fully-qualified hostname or IP address of the VMware vCenter server, so that a client can access failure domain resources. You must apply the `server` role to the vSphere vCenter server location.
2780+
|String
2781+
27662782
|platform:
27672783
vsphere:
27682784
failureDomains:

0 commit comments

Comments
 (0)