Skip to content

Commit 94aaa2a

Browse files
authored
Merge pull request #50071 from kelbrown20/GH45872-fixing-vsphere-address-range
GH#45872: Fixing vsphere address range
2 parents 16bb07b + 0d517b0 commit 94aaa2a

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::[]
@@ -260,7 +266,7 @@ the Cluster Version Operator on port `9099`.
260266

261267
|===
262268

263-
ifdef::vsphere[]
269+
ifdef::vsphere,vmc[]
264270
[discrete]
265271
== Ethernet adaptor hardware address requirements
266272

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

276282
If a MAC address outside the VMware OUI is used, the cluster installation will
277283
not succeed.
278-
endif::vsphere[]
284+
endif::vsphere,vmc[]
279285

280286
ifdef::vsphere[]
281287
:!vsphere:
@@ -292,6 +298,15 @@ If a DHCP server provides NTP server information, the chrony time service on the
292298
endif::ibm-z[]
293299
endif::azure,gcp[]
294300

301+
ifeval::["{context}" == "installing-vmc-user-infra"]
302+
:!vmc:
303+
endif::[]
304+
ifeval::["{context}" == "installing-vmc-network-customizations-user-infra"]
305+
:!vmc:
306+
endif::[]
307+
ifeval::["{context}" == "installing-restricted-networks-vmc-user-infra"]
308+
:!vmc:
309+
endif::[]
295310
ifeval::["{context}" == "installing-ibm-z"]
296311
:!ibm-z:
297312
endif::[]

0 commit comments

Comments
 (0)