Skip to content

Commit 0d517b0

Browse files
committed
GH#45872: Fixing vsphere address range
1 parent 7b98173 commit 0d517b0

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

modules/installation-network-user-infra.adoc

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,21 @@
2626
ifeval::["{context}" == "installing-vsphere"]
2727
:vsphere:
2828
endif::[]
29-
3029
ifeval::["{context}" == "installing-restricted-networks-vsphere"]
3130
:vsphere:
3231
endif::[]
33-
3432
ifeval::["{context}" == "installing-vsphere-network-customizations"]
3533
:vsphere:
3634
endif::[]
37-
35+
ifeval::["{context}" == "installing-vmc-user-infra"]
36+
:vmc:
37+
endif::[]
38+
ifeval::["{context}" == "installing-vmc-network-customizations-user-infra"]
39+
:vmc:
40+
endif::[]
41+
ifeval::["{context}" == "installing-restricted-networks-vmc-user-infra"]
42+
:vmc:
43+
endif::[]
3844
ifeval::["{context}" == "installing-ibm-z"]
3945
:ibm-z:
4046
endif::[]
@@ -263,7 +269,7 @@ the Cluster Version Operator on port `9099`.
263269

264270
|===
265271

266-
ifdef::vsphere[]
272+
ifdef::vsphere,vmc[]
267273
[discrete]
268274
== Ethernet adaptor hardware address requirements
269275

@@ -274,11 +280,11 @@ Identifier (OUI) allocation ranges:
274280
* `00:05:69:00:00:00` to `00:05:69:FF:FF:FF`
275281
* `00:0c:29:00:00:00` to `00:0c:29:FF:FF:FF`
276282
* `00:1c:14:00:00:00` to `00:1c:14:FF:FF:FF`
277-
* `00:50:56:00:00:00` to `00:50:56:FF:FF:FF`
283+
* `00:50:56:00:00:00` to `00:50:56:3F:FF:FF`
278284

279285
If a MAC address outside the VMware OUI is used, the cluster installation will
280286
not succeed.
281-
endif::vsphere[]
287+
endif::vsphere,vmc[]
282288

283289
ifdef::vsphere[]
284290
:!vsphere:
@@ -295,6 +301,15 @@ If a DHCP server provides NTP server information, the chrony time service on the
295301
endif::ibm-z[]
296302
endif::azure,gcp[]
297303

304+
ifeval::["{context}" == "installing-vmc-user-infra"]
305+
:!vmc:
306+
endif::[]
307+
ifeval::["{context}" == "installing-vmc-network-customizations-user-infra"]
308+
:!vmc:
309+
endif::[]
310+
ifeval::["{context}" == "installing-restricted-networks-vmc-user-infra"]
311+
:!vmc:
312+
endif::[]
298313
ifeval::["{context}" == "installing-ibm-z"]
299314
:!ibm-z:
300315
endif::[]

0 commit comments

Comments
 (0)