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
You can use installer-provisioned installation to install {product-title} on {ibmcloudBMRegProductName} nodes. This document describes the prerequisites and procedures when installing {product-title} on IBM Cloud nodes.
9
+
You can use installer-provisioned installation to install {product-title} on {ibm-cloud-bm-reg} nodes. This document describes the prerequisites and procedures when installing {product-title} on IBM Cloud nodes.
10
10
11
11
[IMPORTANT]
12
12
====
@@ -20,6 +20,6 @@ Installer-provisioned installation of {product-title} requires:
20
20
* One routable network
21
21
* One provisioning network
22
22
23
-
Before starting an installer-provisioned installation of {product-title} on {ibmcloudBMProductName}, address the following prerequisites and requirements.
23
+
Before starting an installer-provisioned installation of {product-title} on {ibm-cloud-bm}, address the following prerequisites and requirements.
The `install-config.yaml` file requires some additional details. Most of the information is teaching the installer and the resulting cluster enough about the available {ibmcloudBMRegProductName} hardware so that it is able to fully manage it. The material difference between installing on bare metal and installing on {ibmcloudBMProductName} is that you must explicitly set the privilege level for IPMI in the BMC section of the `install-config.yaml` file.
9
+
The `install-config.yaml` file requires some additional details. Most of the information is teaching the installer and the resulting cluster enough about the available {ibm-cloud-bm-reg} hardware so that it is able to fully manage it. The material difference between installing on bare metal and installing on {ibm-cloud-bm-reg} is that you must explicitly set the privilege level for IPMI in the BMC section of the `install-config.yaml` file.
10
10
11
11
.Procedure
12
12
@@ -59,7 +59,7 @@ pullSecret: '<pull_secret>'
59
59
sshKey: '<ssh_pub_key>'
60
60
----
61
61
+
62
-
<1> The `bmc.address` provides a `privilegelevel` configuration setting with the value set to `OPERATOR`. This is required for {ibmcloudBMProductName} infrastructure.
62
+
<1> The `bmc.address` provides a `privilegelevel` configuration setting with the value set to `OPERATOR`. This is required for {ibm-cloud-bm} infrastructure.
63
63
<2> Add the MAC address of the private `provisioning` network NIC for the corresponding node.
Copy file name to clipboardExpand all lines: modules/install-ibm-cloud-configuring-the-public-subnet.adoc
+1-1Lines changed: 1 addition & 1 deletion
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-the-public-subnet_{context}"]
7
7
= Configuring the public subnet
8
8
9
-
All of the {product-title} cluster nodes must be on the public subnet. {ibmcloudBMRegProductName} does not provide a DHCP server on the subnet. Set it up separately on the provisioner node.
9
+
All of the {product-title} cluster nodes must be on the public subnet. {ibm-cloud-bm-reg} does not provide a DHCP server on the subnet. Set it up separately on the provisioner node.
10
10
11
11
You must reset the BASH variables defined when preparing the provisioner node. Rebooting the provisioner node after preparing it will delete the BASH variables previously set.
= Setting up IBM Cloud Bare Metal (Classic) infrastructure
6
+
= Setting up {ibm-cloud-bm-reg} infrastructure
7
7
8
-
To deploy an {product-title} cluster on {ibmcloudBMRegProductName} infrastructure, you must first provision the IBM Cloud nodes.
8
+
To deploy an {product-title} cluster on {ibm-cloud-bm} infrastructure, you must first provision the IBM Cloud nodes.
9
9
10
10
[IMPORTANT]
11
11
====
@@ -29,7 +29,7 @@ Create all nodes with a single public VLAN and a single private VLAN.
29
29
30
30
IBM Cloud public VLAN subnets use a `/28` prefix by default, which provides 16 IP addresses. That is sufficient for a cluster consisting of three control plane nodes, four worker nodes, and two IP addresses for the API VIP and Ingress VIP on the `baremetal` network. For larger clusters, you might need a smaller prefix.
31
31
32
-
IBM Cloud private VLAN subnets use a `/26` prefix by default, which provides 64 IP addresses. {ibmcloudBMProductName} uses private network IP addresses to access the Baseboard Management Controller (BMC) of each node. {product-title} creates an additional subnet for the `provisioning` network. Network traffic for the `provisioning` network subnet routes through the private VLAN. For larger clusters, you might need a smaller prefix.
32
+
IBM Cloud private VLAN subnets use a `/26` prefix by default, which provides 64 IP addresses. {ibm-cloud-bm} uses private network IP addresses to access the Baseboard Management Controller (BMC) of each node. {product-title} creates an additional subnet for the `provisioning` network. Network traffic for the `provisioning` network subnet routes through the private VLAN. For larger clusters, you might need a smaller prefix.
33
33
34
34
.IP addresses per prefix
35
35
[options="header"]
@@ -138,11 +138,11 @@ Define a consistent clock date and time format in each cluster node's BIOS setti
138
138
[discrete]
139
139
== Configure a DHCP server
140
140
141
-
{ibmcloudBMProductName} does not run DHCP on the public or private VLANs. After provisioning IBM Cloud nodes, you must set up a DHCP server for the public VLAN, which corresponds to {product-title}'s `baremetal` network.
141
+
{ibm-cloud-bm} does not run DHCP on the public or private VLANs. After provisioning IBM Cloud nodes, you must set up a DHCP server for the public VLAN, which corresponds to {product-title}'s `baremetal` network.
142
142
143
143
[NOTE]
144
144
====
145
-
The IP addresses allocated to each node do not need to match the IP addresses allocated by the {ibmcloudBMProductName} provisioning system.
145
+
The IP addresses allocated to each node do not need to match the IP addresses allocated by the {ibm-cloud-bm} provisioning system.
146
146
====
147
147
148
148
See the "Configuring the public subnet" section for details.
0 commit comments