Skip to content

Commit 53fe16d

Browse files
authored
Merge pull request #52258 from tmulquee/BZ1979956
BZ1979956: Round 2 of edits on the main branch
2 parents 5232e27 + d94b4bf commit 53fe16d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

installing/installing_bare_metal_ipi/ipi-install-overview.adoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,21 @@
44
include::_attributes/common-attributes.adoc[]
55
:context: ipi-install
66

7-
Installer-provisioned installation on bare metal nodes deploys and configures the infrastructure that a {product-title} cluster runs on. This guide provides a methodology to achieving a successful installer-provisioned bare-metal installation. The following diagram illustrates the installation environment in phase 1 of deployment.
7+
toc::[]
8+
9+
Installer-provisioned installation on bare metal nodes deploys and configures the infrastructure that a {product-title} cluster runs on. This guide provides a methodology to achieving a successful installer-provisioned bare-metal installation. The following diagram illustrates the installation environment in phase 1 of deployment:
810

911
image::210_OpenShift_Baremetal_IPI_Deployment_updates_0122_1.png[Deployment phase one]
1012

1113
For the installation, the key elements in the previous diagram are:
1214

1315
- **Provisioner**: A physical machine that runs the installation program and hosts the bootstrap VM that deploys the controller of a new {product-title} cluster.
14-
- **Bootstrap VM**: A virtual machine that assists in the process of deploying an {product-title} cluster.
15-
- **Network bridges**: The bootstrap VM connects to the bare-metal network and to the provisioning network, if present, via network bridges, `eno1` and `eno2`.
16+
- **Bootstrap VM**: A virtual machine used in the process of deploying an {product-title} cluster.
17+
- **Network bridges**: The bootstrap VM connects to the bare metal network and to the provisioning network, if present, via network bridges, `eno1` and `eno2`.
1618
1719
In phase 2 of the deployment, the provisioner destroys the bootstrap VM automatically and moves the virtual IP addresses (VIPs) to the appropriate nodes. The API VIP moves to the control plane nodes and the Ingress VIP moves to the worker nodes.
1820

19-
The following diagram illustrates phase 2 of deployment.
21+
The following diagram illustrates phase 2 of deployment:
2022

2123
image::210_OpenShift_Baremetal_IPI_Deployment_updates_0122_2.png[Deployment phase two]
2224

modules/ipi-install-troubleshooting-bootstrap-vm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ $ ssh [email protected]
9494

9595
If you are not successful logging in to the bootstrap VM, you have likely encountered one of the following scenarios:
9696

97-
* You cannot reach the `172.22.0.0/24` network. Verify the network connectivity between the provisioner and the `provisioning` network bridge. This issue may occur if you are using a `provisioning` network.
97+
* You cannot reach the `172.22.0.0/24` network. Verify the network connectivity between the provisioner and the `provisioning` network bridge. This issue might occur if you are using a `provisioning` network.
9898
`
9999
* You cannot reach the bootstrap VM through the public network. When attempting
100100
to SSH via `baremetal` network, verify connectivity on the

0 commit comments

Comments
 (0)