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
* xref:../../installing/installing_vsphere/ipi/installing-vsphere-installer-provisioned-customizations.adoc#configuring-vsphere-regions-zones_installing-vsphere-installer-provisioned-customizations[Configuring regions and zones for a VMware vCenter]
* xref:../../installing/installing_vsphere/ipi/installing-vsphere-installer-provisioned-customizations.adoc#configuring-vsphere-regions-zones_installing-vsphere-installer-provisioned-customizations[Configuring regions and zones for a VMware vCenter]
| Describes your account on the cloud platform that hosts your cluster. You can use the parameter to customize the platform. If you provide additional configuration settings for compute and control plane machines in the machine pool, the parameter is not required. You can only specify one vCenter server for your {product-title} cluster.
2621
+
|A dictionary of vSphere configuration objects
2622
+
endif::agent[]
2623
+
ifdef::vsphere[]
2617
2624
2618
2625
|platform:
2619
2626
vsphere:
@@ -2634,6 +2641,29 @@ Additional VMware vSphere configuration parameters are described in the followin
2634
2641
failureDomains:
2635
2642
|Establishes the relationships between a region and zone. You define a failure domain by using vCenter objects, such as a `datastore` object. A failure domain defines the vCenter location for {product-title} cluster nodes.
2636
2643
|String
2644
+
endif::vsphere[]
2645
+
ifdef::agent[]
2646
+
2647
+
|platform:
2648
+
vsphere:
2649
+
failureDomains:
2650
+
|Establishes the relationships between a region and zone. You define a failure domain by using vCenter objects, such as a `datastore` object. A failure domain defines the vCenter location for {product-title} cluster nodes.
2651
+
|An array of failure domain configuration objects.
2652
+
2653
+
|platform:
2654
+
vsphere:
2655
+
failureDomains:
2656
+
name:
2657
+
|The name of the failure domain.
2658
+
|String
2659
+
2660
+
|platform:
2661
+
vsphere:
2662
+
failureDomains:
2663
+
server:
2664
+
|The fully qualified domain name (FQDN) of the vCenter server.
2665
+
|An FQDN such as example.com
2666
+
endif::agent[]
2637
2667
2638
2668
|platform:
2639
2669
vsphere:
@@ -2642,6 +2672,65 @@ Additional VMware vSphere configuration parameters are described in the followin
2642
2672
networks:
2643
2673
|Lists any network in the vCenter instance that contains the virtual IP addresses and DNS records that you configured.
2644
2674
|String
2675
+
ifdef::agent[]
2676
+
2677
+
|platform:
2678
+
vsphere:
2679
+
failureDomains:
2680
+
topology:
2681
+
computeCluster:
2682
+
|The path to the vSphere compute cluster.
2683
+
|String
2684
+
2685
+
|platform:
2686
+
vsphere:
2687
+
failureDomains:
2688
+
topology:
2689
+
datacenter:
2690
+
|Lists and defines the datacenters where {product-title} virtual machines (VMs) operate.
2691
+
The list of datacenters must match the list of datacenters specified in the `vcenters` field.
2692
+
|String
2693
+
2694
+
|platform:
2695
+
vsphere:
2696
+
failureDomains:
2697
+
topology:
2698
+
datastore:
2699
+
|The path to the vSphere datastore that holds virtual machine files, templates, and ISO images.
2700
+
[IMPORTANT]
2701
+
====
2702
+
You can specify the path of any datastore that exists in a datastore cluster.
2703
+
By default, Storage vMotion is automatically enabled for a datastore cluster.
2704
+
Red{nbsp}Hat does not support Storage vMotion, so you must disable Storage vMotion to avoid data loss issues for your {product-title} cluster.
2705
+
2706
+
If you must specify VMs across multiple datastores, use a `datastore` object to specify a failure domain in your cluster's `install-config.yaml` configuration file.
2707
+
For more information, see "VMware vSphere region and zone enablement".
2708
+
====
2709
+
|String
2710
+
2711
+
|platform:
2712
+
vsphere:
2713
+
failureDomains:
2714
+
topology:
2715
+
resourcePool:
2716
+
// When this content is added to vSphere docs, the line below should likely say "where the installation program creates the virtual machines".
2717
+
|Optional: The absolute path of an existing resource pool where the user creates the virtual machines, for example, `/<datacenter_name>/host/<cluster_name>/Resources/<resource_pool_name>/<optional_nested_resource_pool_name>`.
2718
+
// Commenting out the line below because it doesn't apply to Agent, but it may be needed when this content is brought into the regular vSphere docs.
2719
+
// If you do not specify a value, resources are installed in the root of the cluster, for example `/example_datacenter/host/example_cluster/Resources`.
2720
+
|String
2721
+
2722
+
|platform:
2723
+
vsphere:
2724
+
failureDomains:
2725
+
topology:
2726
+
folder:
2727
+
// When this content is added to vSphere docs, the line below should likely say "where the installation program creates the virtual machines", and should be Optional.
2728
+
|The absolute path of an existing folder where the user creates the virtual machines, for example, `/<datacenter_name>/vm/<folder_name>/<subfolder_name>`.
2729
+
// Commenting out the two lines below because they don't apply to Agent, but they may be needed when this content is brought into the regular vSphere docs.
2730
+
// If you do not provide this value, the installation program creates a top-level folder in the datacenter virtual machine folder that is named with the infrastructure ID.
2731
+
// If you are providing the infrastructure for the cluster and you do not want to use the default `StorageClass` object, named `thin`, you can omit the `folder` parameter from the `install-config.yaml` file.
2732
+
|String
2733
+
endif::agent[]
2645
2734
2646
2735
|platform:
2647
2736
vsphere:
@@ -2663,6 +2752,7 @@ Additional VMware vSphere configuration parameters are described in the followin
2663
2752
template:
2664
2753
|Specify the absolute path to a pre-existing {op-system-first} image template or virtual machine. The installation program can use the image template or virtual machine to quickly install {op-system} on vSphere hosts. Consider using this parameter as an alternative to uploading an {op-system} image on vSphere hosts. The parameter is available for use only on installer-provisioned infrastructure.
2665
2754
|String
2755
+
ifdef::vsphere[]
2666
2756
2667
2757
|platform:
2668
2758
vsphere:
@@ -2682,13 +2772,53 @@ Additional VMware vSphere configuration parameters are described in the followin
2682
2772
vcenters:
2683
2773
|Lists any fully-qualified hostname or IP address of a vCenter server.
2684
2774
|String
2775
+
endif::vsphere[]
2776
+
ifdef::agent[]
2777
+
2778
+
|platform:
2779
+
vsphere:
2780
+
vcenters:
2781
+
|Configures the connection details so that services can communicate with vCenter.
2782
+
Currently, only a single vCenter is supported.
2783
+
|An array of vCenter configuration objects.
2784
+
endif::agent[]
2685
2785
2686
2786
|platform:
2687
2787
vsphere:
2688
2788
vcenters:
2689
2789
datacenters:
2690
2790
|Lists and defines the datacenters where {product-title} virtual machines (VMs) operate. The list of datacenters must match the list of datacenters specified in the `failureDomains` field.
2691
2791
|String
2792
+
ifdef::agent[]
2793
+
2794
+
|platform:
2795
+
vsphere:
2796
+
vcenters:
2797
+
password:
2798
+
|The password associated with the vSphere user.
2799
+
|String
2800
+
2801
+
|platform:
2802
+
vsphere:
2803
+
vcenters:
2804
+
port:
2805
+
|The port number used to communicate with the vCenter server.
2806
+
|Integer
2807
+
2808
+
|platform:
2809
+
vsphere:
2810
+
vcenters:
2811
+
server:
2812
+
|The fully qualified host name (FQHN) or IP address of the vCenter server.
2813
+
|String
2814
+
2815
+
|platform:
2816
+
vsphere:
2817
+
vcenters:
2818
+
user:
2819
+
|The username associated with the vSphere user.
2820
+
|String
2821
+
endif::agent[]
2692
2822
|====
2693
2823
2694
2824
[id="deprecated-parameters-vsphere_{context}"]
@@ -2702,6 +2832,7 @@ The following table lists each deprecated vSphere configuration parameter:
@@ -2710,6 +2841,7 @@ The following table lists each deprecated vSphere configuration parameter:
2710
2841
2711
2842
*Note:* In {product-title} 4.12 and later, the `apiVIP` configuration setting is deprecated. Instead, use a `List` format to enter a value in the `apiVIPs` configuration setting.
2712
2843
a|An IP address, for example `128.0.0.1`.
2844
+
endif::vsphere[]
2713
2845
2714
2846
|platform:
2715
2847
vsphere:
@@ -2735,6 +2867,8 @@ a|An IP address, for example `128.0.0.1`.
2735
2867
|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 data center virtual machine folder.
2736
2868
|String, for example, `/<datacenter_name>/vm/<folder_name>/<subfolder_name>`.
2737
2869
2870
+
ifdef::vsphere[]
2871
+
2738
2872
|platform:
2739
2873
vsphere:
2740
2874
ingressVIP:
@@ -2748,6 +2882,7 @@ a|An IP address, for example `128.0.0.1`.
2748
2882
network:
2749
2883
|The network in the vCenter instance that contains the virtual IP addresses and DNS records that you configured.
0 commit comments