mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
Update references-regions-zones-infrastructure-vsphere. Since multiple vCenter configurations have reached GA in OCP 4.18, the TP designation should be removed.
31 lines
1.9 KiB
Plaintext
31 lines
1.9 KiB
Plaintext
// Module included in the following assemblies:
|
|
// * installing/installing_vsphere/post-install-vsphere-zones-regions-configuration.adoc
|
|
|
|
:_mod-docs-content-type: REFERENCE
|
|
[id="references-regions-zones-infrastructure-vsphere_{context}"]
|
|
= Parameters for the cluster-wide infrastructure CRD
|
|
|
|
You must set values for specific parameters in the cluster-wide infrastructure, `infrastructures.config.openshift.io`, Custom Resource Definition (CRD) to define multiple regions and zones for your {product-title} cluster that runs on a VMware vSphere instance.
|
|
|
|
The following table lists mandatory parameters for defining multiple regions and zones for your {product-title} cluster:
|
|
|
|
[cols="1,2",options="header"]
|
|
|===
|
|
|Parameter | Description
|
|
|
|
|`vcenters` | The vCenter servers for your {product-title} cluster. You can specify either a single vCenter, or up to 3 vCenters.
|
|
|`datacenters` | vCenter data centers where VMs associated with the {product-title} cluster will be created or presently exist.
|
|
|`port` | The TCP port of the vCenter server.
|
|
|`server` | The fully qualified domain name (FQDN) of the vCenter server.
|
|
|`failureDomains`| The list of failure domains.
|
|
|`name` | The name of the failure domain.
|
|
|`region` | The value of the `openshift-region` tag assigned to the topology for the failure failure domain.
|
|
|`zone` | The value of the `openshift-zone` tag assigned to the topology for the failure failure domain.
|
|
|`topology`| The vCenter reources associated with the failure domain.
|
|
|`datacenter` | The data center associated with the failure domain.
|
|
|`computeCluster` | The full path of the compute cluster associated with the failure domain.
|
|
|`resourcePool` | The full path of the resource pool associated with the failure domain.
|
|
|`datastore` | The full path of the datastore associated with the failure domain.
|
|
|`networks` | A list of port groups associated with the failure domain. Only one portgroup may be defined.
|
|
|===
|