Skip to content

Commit b174299

Browse files
authored
Merge pull request #37527 from codyhoag/vmc-nsxt-hiding
GH#33456 Hide NSX-T component for VMC as it is not available for that platform
2 parents a7d5157 + dd58a9f commit b174299

File tree

1 file changed

+46
-1
lines changed

1 file changed

+46
-1
lines changed

modules/installation-vsphere-infrastructure.adoc

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,28 @@
1515
// * installing/installing_vmc/installing-vmc-customizations.adoc
1616
// * installing/installing_vmc/installing-vmc-network-customizations.adoc
1717

18+
ifeval::["{context}" == "installing-restricted-networks-vmc"]
19+
:vmc:
20+
endif::[]
21+
ifeval::["{context}" == "installing-restricted-networks-vmc-user-infra"]
22+
:vmc:
23+
endif::[]
24+
ifeval::["{context}" == "installing-vmc-user-infra"]
25+
:vmc:
26+
endif::[]
27+
ifeval::["{context}" == "installing-vmc-network-customizations-user-infra"]
28+
:vmc:
29+
endif::[]
30+
ifeval::["{context}" == "installing-vmc"]
31+
:vmc:
32+
endif::[]
33+
ifeval::["{context}" == "installing-vmc-customizations"]
34+
:vmc:
35+
endif::[]
36+
ifeval::["{context}" == "installing-vmc-network-customizations"]
37+
:vmc:
38+
endif::[]
39+
1840
[id="installation-vsphere-infrastructure_{context}"]
1941
= VMware vSphere infrastructure requirements
2042

@@ -47,10 +69,11 @@ Installing a cluster on VMware vSphere version 6.7U2 or earlier and virtual hard
4769
|vSphere 6.5 and later
4870
|This plug-in creates vSphere storage by using the in-tree storage drivers for vSphere included in {product-title}.
4971

72+
ifndef::vmc[]
5073
|Optional: Networking (NSX-T)
5174
|vSphere 6.5U3 or vSphere 6.7U2 and later
5275
|vSphere 6.5U3 or vSphere 6.7U2+ are required for {product-title}. VMware's NSX Container Plug-in (NCP) is certified with {product-title} 4.6 and NSX-T 3.x+.
53-
76+
endif::vmc[]
5477
|===
5578

5679
If you use a vSphere version 6.5 instance, consider upgrading to 6.7U3 or 7.0 before
@@ -60,3 +83,25 @@ you install {product-title}.
6083
====
6184
You must ensure that the time on your ESXi hosts is synchronized before you install {product-title}. See link:https://docs.vmware.com/en/VMware-vSphere/6.7/com.vmware.vsphere.vcenterhost.doc/GUID-8756D419-A878-4AE0-9183-C6D5A91A8FB1.html[Edit Time Configuration for a Host] in the VMware documentation.
6285
====
86+
87+
ifeval::["{context}" == "installing-restricted-networks-vmc"]
88+
:!vmc:
89+
endif::[]
90+
ifeval::["{context}" == "installing-restricted-networks-vmc-user-infra"]
91+
:!vmc:
92+
endif::[]
93+
ifeval::["{context}" == "installing-vmc-user-infra"]
94+
:!vmc:
95+
endif::[]
96+
ifeval::["{context}" == "installing-vmc-network-customizations-user-infra"]
97+
:!vmc:
98+
endif::[]
99+
ifeval::["{context}" == "installing-vmc"]
100+
:!vmc:
101+
endif::[]
102+
ifeval::["{context}" == "installing-vmc-customizations"]
103+
:!vmc:
104+
endif::[]
105+
ifeval::["{context}" == "installing-vmc-network-customizations"]
106+
:!vmc:
107+
endif::[]

0 commit comments

Comments
 (0)