You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ipi-install-additional-install-config-parameters.adoc
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,11 +26,11 @@ and the `bmc` parameter for the `install-config.yaml` file.
26
26
27
27
| `bootstrapExternalStaticIP`
28
28
|
29
-
| The static IP address for the bootstrap VM. You must set this value when deploying a cluster with static IP addresses when there is no DHCP server on the `baremetal` network.
29
+
| The static IP address for the bootstrap VM. You must set this value when deploying a cluster with static IP addresses when there is no DHCP server on the bare-metal network.
30
30
31
31
| `bootstrapExternalStaticGateway`
32
32
|
33
-
| The static IP address of the gateway for the bootstrap VM. You must set this value when deploying a cluster with static IP addresses when there is no DHCP server on the `baremetal` network.
33
+
| The static IP address of the gateway for the bootstrap VM. You must set this value when deploying a cluster with static IP addresses when there is no DHCP server on the bare-metal network.
34
34
35
35
| `sshKey`
36
36
|
@@ -94,7 +94,7 @@ controlPlane:
94
94
|
95
95
|Replicas sets the number of control plane (master) nodes included as part of the {product-title} cluster.
96
96
97
-
a| `provisioningNetworkInterface` | | The name of the network interface on nodes connected to the `provisioning` network. For {product-title} 4.9 and later releases, use the `bootMACAddress` configuration setting to enable Ironic to identify the IP address of the NIC instead of using the `provisioningNetworkInterface` configuration setting to identify the name of the NIC.
97
+
a| `provisioningNetworkInterface` | | The name of the network interface on nodes connected to the provisioning network. For {product-title} 4.9 and later releases, use the `bootMACAddress` configuration setting to enable Ironic to identify the IP address of the NIC instead of using the `provisioningNetworkInterface` configuration setting to identify the name of the NIC.
98
98
99
99
100
100
| `defaultMachinePlatform` | | The default configuration used for machine pools without a platform configuration.
@@ -132,27 +132,27 @@ Before {product-title} 4.12, the cluster installation program only accepted an I
132
132
133
133
|`provisioningDHCPRange`
134
134
|`172.22.0.10,172.22.0.100`
135
-
|Defines the IP range for nodes on the `provisioning` network.
135
+
|Defines the IP range for nodes on the provisioning network.
136
136
137
137
a|`provisioningNetworkCIDR`
138
138
|`172.22.0.0/24`
139
-
|The CIDR for the network to use for provisioning. This option is required when not using the default address range on the `provisioning` network.
139
+
|The CIDR for the network to use for provisioning. This option is required when not using the default address range on the provisioning network.
140
140
141
141
|`clusterProvisioningIP`
142
142
|The third IP address of the `provisioningNetworkCIDR`.
143
-
|The IP address within the cluster where the provisioning services run. Defaults to the third IP address of the `provisioning` subnet. For example, `172.22.0.3`.
143
+
|The IP address within the cluster where the provisioning services run. Defaults to the third IP address of the provisioning subnet. For example, `172.22.0.3`.
144
144
145
145
|`bootstrapProvisioningIP`
146
146
|The second IP address of the `provisioningNetworkCIDR`.
147
-
|The IP address on the bootstrap VM where the provisioning services run while the installer is deploying the control plane (master) nodes. Defaults to the second IP address of the `provisioning` subnet. For example, `172.22.0.2` or `2620:52:0:1307::2`.
147
+
|The IP address on the bootstrap VM where the provisioning services run while the installer is deploying the control plane (master) nodes. Defaults to the second IP address of the provisioning subnet. For example, `172.22.0.2` or `2620:52:0:1307::2`.
148
148
149
149
| `externalBridge`
150
150
| `baremetal`
151
-
| The name of the `baremetal` bridge of the hypervisor attached to the `baremetal` network.
151
+
| The name of the bare-metal bridge of the hypervisor attached to the bare-metal network.
152
152
153
153
| `provisioningBridge`
154
154
| `provisioning`
155
-
| The name of the `provisioning` bridge on the `provisioner` host attached to the `provisioning` network.
155
+
| The name of the provisioning bridge on the `provisioner` host attached to the provisioning network.
156
156
157
157
|`architecture`
158
158
|
@@ -169,9 +169,9 @@ a|`provisioningNetworkCIDR`
169
169
170
170
| `provisioningNetwork`
171
171
|
172
-
| The `provisioningNetwork` configuration setting determines whether the cluster uses the `provisioning` network. If it does, the configuration setting also determines if the cluster manages the network.
172
+
| The `provisioningNetwork` configuration setting determines whether the cluster uses the provisioning network. If it does, the configuration setting also determines if the cluster manages the network.
173
173
174
-
`Disabled`: Set this parameter to `Disabled` to disable the requirement for a `provisioning` network. When set to `Disabled`, you must only use virtual media based provisioning, or bring up the cluster using the assisted installer. If `Disabled` and using power management, BMCs must be accessible from the `baremetal` network. If `Disabled`, you must provide two IP addresses on the `baremetal` network that are used for the provisioning services.
174
+
`Disabled`: Set this parameter to `Disabled` to disable the requirement for a provisioning network. When set to `Disabled`, you must only use virtual media based provisioning, or bring up the cluster using the assisted installer. If `Disabled` and using power management, BMCs must be accessible from the bare-metal network. If `Disabled`, you must provide two IP addresses on the bare-metal network that are used for the provisioning services.
175
175
176
176
`Managed`: Set this parameter to `Managed`, which is the default, to fully manage the provisioning network, including DHCP, TFTP, and so on.
177
177
@@ -217,11 +217,11 @@ The `hosts` parameter is a list of separate bare metal assets used to build the
217
217
218
218
| `bootMACAddress`
219
219
|
220
-
a| The MAC address of the NIC that the host uses for the `provisioning` network. Ironic retrieves the IP address using the `bootMACAddress` configuration setting. Then, it binds to the host.
220
+
a| The MAC address of the NIC that the host uses for the provisioning network. Ironic retrieves the IP address using the `bootMACAddress` configuration setting. Then, it binds to the host.
221
221
222
222
[NOTE]
223
223
====
224
-
You must provide a valid MAC address from the host if you disabled the `provisioning` network.
224
+
You must provide a valid MAC address from the host if you disabled the provisioning network.
Copy file name to clipboardExpand all lines: modules/ipi-install-configuring-host-network-interfaces-in-the-install-config.yaml-file.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@
8
8
9
9
Before installation, you can set the `networkConfig` configuration setting in the `install-config.yaml` file to configure host network interfaces using NMState.
10
10
11
-
The most common use case for this functionality is to specify a static IP address on the `baremetal` network, but you can also configure other networks such as a storage network. This functionality supports other NMState features such as VLAN, VXLAN, bridges, bonds, routes, MTU, and DNS resolver settings.
11
+
The most common use case for this functionality is to specify a static IP address on the bare-metal network, but you can also configure other networks such as a storage network. This functionality supports other NMState features such as VLAN, VXLAN, bridges, bonds, routes, MTU, and DNS resolver settings.
12
12
13
-
.Prequisites
13
+
.Prerequisites
14
14
15
15
* Configure a `PTR` DNS record with a valid hostname for each node with a static IP address.
Copy file name to clipboardExpand all lines: modules/ipi-install-configuring-networking.adoc
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
[id="configuring-networking_{context}"]
7
7
= Configuring networking
8
8
9
-
Before installation, you must configure the networking on the provisioner node. Installer-provisioned clusters deploy with a `baremetal` bridge and network, and an optional `provisioning` bridge and network.
9
+
Before installation, you must configure the networking on the provisioner node. Installer-provisioned clusters deploy with a bare-metal bridge and network, and an optional provisioning bridge and network.
Copy file name to clipboardExpand all lines: modules/ipi-install-configuring-the-install-config-file.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,8 +93,8 @@ sshKey: '<ssh_pub_key>'
93
93
+
94
94
--
95
95
<1> Scale the worker machines based on the number of worker nodes that are part of the {product-title} cluster. Valid options for the `replicas` value are `0` and integers greater than or equal to `2`. Set the number of replicas to `0` to deploy a three-node cluster, which contains only three control plane machines. A three-node cluster is a smaller, more resource-efficient cluster that can be used for testing, development, and production. You cannot install the cluster with only one worker.
96
-
<2> When deploying a cluster with static IP addresses, you must set the `bootstrapExternalStaticIP` configuration setting to specify the static IP address of the bootstrap VM when there is no DHCP server on the `baremetal` network.
97
-
<3> When deploying a cluster with static IP addresses, you must set the `bootstrapExternalStaticGateway` configuration setting to specify the gateway IP address for the bootstrap VM when there is no DHCP server on the `baremetal` network.
96
+
<2> When deploying a cluster with static IP addresses, you must set the `bootstrapExternalStaticIP` configuration setting to specify the static IP address of the bootstrap VM when there is no DHCP server on the bare-metal network.
97
+
<3> When deploying a cluster with static IP addresses, you must set the `bootstrapExternalStaticGateway` configuration setting to specify the gateway IP address for the bootstrap VM when there is no DHCP server on the bare-metal network.
98
98
<4> See the BMC addressing sections for more options.
99
99
<5> To set the path to the installation disk drive, enter the kernel name of the disk. For example, `/dev/sda`.
0 commit comments