Skip to content

Commit b38a5ca

Browse files
authored
Merge pull request #65331 from johnwilkins/OSDOCS-6844
OSDOCS-6844: Installing a user-provisioned bare metal cluster on a restricted network - PXE Customize
2 parents 6cf2819 + 1828da6 commit b38a5ca

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

modules/installation-user-infra-machines-advanced-customizing-live-network-config.adoc

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
= Modifying a live install {boot-media} with customized network settings
99
You can embed a NetworkManager keyfile into the live {boot-media} and pass it through to the installed system with the `--network-keyfile` flag of the `customize` subcommand.
1010

11+
[WARNING]
12+
====
13+
When creating a connection profile, you must use a `.nmconnection` filename extension in the filename of the connection profile. If you do not use a `.nmconnection` filename extension, the cluster will apply the connection profile to the live environment, but it will not apply the configuration when the cluster first boots up the nodes, resulting in a setup that does not work.
14+
====
15+
1116
.Procedure
1217

1318
. Download the `coreos-installer` binary from the link:https://mirror.openshift.com/pub/openshift-v4/clients/coreos-installer/latest/[`coreos-installer` image mirror] page.
@@ -38,7 +43,7 @@ method=auto
3843
3944
[proxy]
4045
----
41-
+
46+
4247
. Create a connection profile for a secondary interface to add to the bond. For example, create the `bond0-proxy-em1.nmconnection` file in your local directory with the following content:
4348
+
4449
[source,ini]
@@ -55,7 +60,7 @@ slave-type=bond
5560
[ethernet]
5661
mac-address-blacklist=
5762
----
58-
+
63+
5964
. Create a connection profile for a secondary interface to add to the bond. For example, create the `bond0-proxy-em2.nmconnection` file in your local directory with the following content:
6065
+
6166
[source,ini]
@@ -72,7 +77,7 @@ slave-type=bond
7277
[ethernet]
7378
mac-address-blacklist=
7479
----
75-
+
80+
7681
ifeval::["{boot-media}" == "ISO image"]
7782
. Retrieve the {op-system} ISO image from the link:https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/latest/[{op-system} image mirror] page and run the following command to customize the ISO image with your configured networking:
7883
+

0 commit comments

Comments
 (0)