Skip to content

Commit 945ba32

Browse files
authored
Merge pull request #75264 from dfitzmau/admonitions-tables-vsphere
[Internal fix] admonitions-tables-vsphere
2 parents 808b97f + b63e40c commit 945ba32

File tree

1 file changed

+26
-15
lines changed

1 file changed

+26
-15
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 26 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2642,7 +2642,7 @@ ifdef::agent,vsphere[]
26422642
Additional VMware vSphere configuration parameters are described in the following table:
26432643

26442644
.Additional VMware vSphere cluster parameters
2645-
[cols=".^2l,.^4,.^2",options="header,word-wrap",subs="+quotes,+attributes"]
2645+
[cols=".^2l,.^4a,.^2a",options="header"]
26462646
|====
26472647
|Parameter|Description|Values
26482648

@@ -2656,8 +2656,10 @@ ifdef::vsphere[]
26562656
vsphere:
26572657
apiVIPs:
26582658
|Virtual IP (VIP) addresses that you configured for control plane API access.
2659-
2660-
*Note:* This parameter applies only to installer-provisioned infrastructure.
2659+
[NOTE]
2660+
====
2661+
This parameter applies only to installer-provisioned infrastructure.
2662+
====
26612663
|Multiple IP addresses
26622664

26632665
|platform:
@@ -2734,12 +2736,14 @@ ifdef::agent[]
27342736
topology:
27352737
datastore:
27362738
|The path to the vSphere datastore that holds virtual machine files, templates, and ISO images.
2737-
2738-
*Important:* You can specify the path of any datastore that exists in a datastore cluster.
2739+
[IMPORTANT]
2740+
====
2741+
You can specify the path of any datastore that exists in a datastore cluster.
27392742
By default, Storage vMotion is automatically enabled for a datastore cluster.
27402743
Red{nbsp}Hat does not support Storage vMotion, so you must disable Storage vMotion to avoid data loss issues for your {product-title} cluster.
27412744
27422745
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. For more information, see "VMware vSphere region and zone enablement".
2746+
====
27432747
|String
27442748
endif::agent[]
27452749

@@ -2787,8 +2791,10 @@ ifdef::vsphere[]
27872791
vsphere:
27882792
ingressVIPs:
27892793
|Virtual IP (VIP) addresses that you configured for cluster Ingress.
2790-
2791-
*Note:* This parameter applies only to installer-provisioned infrastructure.
2794+
[NOTE]
2795+
====
2796+
This parameter applies only to installer-provisioned infrastructure.
2797+
====
27922798
|Multiple IP addresses
27932799
endif::vsphere[]
27942800

@@ -2842,7 +2848,7 @@ In {product-title} 4.13, the following vSphere configuration parameters are depr
28422848
The following table lists each deprecated vSphere configuration parameter:
28432849

28442850
.Deprecated VMware vSphere cluster parameters
2845-
[cols=".^2l,.^4,.^2",options="header,word-wrap",subs="+quotes,+attributes"]
2851+
[cols=".^2l,.^4a,.^2a",options="header"]
28462852
|====
28472853
|Parameter|Description|Values
28482854
ifdef::vsphere[]
@@ -2852,8 +2858,11 @@ ifdef::vsphere[]
28522858
apiVIP:
28532859
|The virtual IP (VIP) address that you configured for control plane API access.
28542860

2855-
*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.
2856-
a|An IP address, for example `128.0.0.1`.
2861+
[NOTE]
2862+
====
2863+
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.
2864+
====
2865+
|An IP address, for example `128.0.0.1`.
28572866
endif::vsphere[]
28582867

28592868
|platform:
@@ -2885,9 +2894,11 @@ ifdef::vsphere[]
28852894
vsphere:
28862895
ingressVIP:
28872896
|Virtual IP (VIP) addresses that you configured for cluster Ingress.
2888-
2889-
*Note:* In {product-title} 4.12 and later, the `ingressVIP` configuration setting is deprecated. Instead, use a `List` format to enter a value in the `ingressVIPs` configuration setting.
2890-
a|An IP address, for example `128.0.0.1`.
2897+
[NOTE]
2898+
====
2899+
In {product-title} 4.12 and later, the `ingressVIP` configuration setting is deprecated. Instead, use a `List` format to enter a value in the `ingressVIPs` configuration setting.
2900+
====
2901+
|An IP address, for example `128.0.0.1`.
28912902

28922903
|platform:
28932904
vsphere:
@@ -2906,7 +2917,7 @@ endif::vsphere[]
29062917
vsphere:
29072918
resourcePool:
29082919
|Optional: The absolute path of an existing resource pool where the installation program creates the virtual machines. If you do not specify a value, the installation program installs the resources in the root of the cluster under `/<datacenter_name>/host/<cluster_name>/Resources`.
2909-
a|String, for example, `/<datacenter_name>/host/<cluster_name>/Resources/<resource_pool_name>/<optional_nested_resource_pool_name>`.
2920+
|String, for example, `/<datacenter_name>/host/<cluster_name>/Resources/<resource_pool_name>/<optional_nested_resource_pool_name>`.
29102921

29112922
|platform:
29122923
vsphere:
@@ -2932,7 +2943,7 @@ ifdef::vsphere[]
29322943
Optional VMware vSphere machine pool configuration parameters are described in the following table:
29332944

29342945
.Optional VMware vSphere machine pool parameters
2935-
[cols=".^2l,.^3a,.^3a",options="header"]
2946+
[cols=".^2l,.^4a,.^2a",options="header"]
29362947
|====
29372948
|Parameter|Description|Values
29382949

0 commit comments

Comments
 (0)