Skip to content

Commit 6b6f30c

Browse files
authored
Merge pull request #50698 from ousleyp/cnv-13983
CNV-13983: bare metal requirements
2 parents b0a4b49 + 24df6ab commit 6b6f30c

File tree

3 files changed

+45
-0
lines changed

3 files changed

+45
-0
lines changed

installing/installing_bare_metal/preparing-to-install-on-bare-metal.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ toc::[]
1212
* You reviewed details about the xref:../../architecture/architecture-installation.adoc#architecture-installation[{product-title} installation and update] processes.
1313
* You have read the documentation on xref:../../installing/installing-preparing.adoc#installing-preparing[selecting a cluster installation method and preparing it for users].
1414

15+
include::modules/virt-planning-bare-metal-cluster-for-ocp-virt.adoc[leveloffset=+1]
16+
17+
[role="_additional-resources"]
18+
.Additional resources
19+
20+
* xref:../../virt/install/preparing-cluster-for-virt.adoc#preparing-cluster-for-virt[Preparing your cluster for {VirtProductName}]
21+
* xref:../../networking/hardware_networks/about-sriov.adoc#about-sriov[About Single Root I/O Virtualization (SR-IOV) hardware networks]
22+
* xref:../../virt/virtual_machines/vm_networking/virt-configuring-sriov-device-for-vms.adoc#virt-configuring-sriov-device-for-vms[Configuring an SR-IOV network device for virtual machines]
23+
1524
[id="choosing-a-method-to-install-ocp-on-bare-metal"]
1625
== Choosing a method to install {product-title} on bare metal
1726

installing/installing_bare_metal_ipi/ipi-install-prerequisites.adoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,24 @@ ifndef::openshift-origin[. One provisioner node with {op-system-base-full} 8.x i
2020
Before starting an installer-provisioned installation of {product-title}, ensure the hardware environment meets the following requirements.
2121

2222
include::modules/ipi-install-node-requirements.adoc[leveloffset=+1]
23+
24+
include::modules/virt-planning-bare-metal-cluster-for-ocp-virt.adoc[leveloffset=+1]
25+
26+
[role="_additional-resources"]
27+
.Additional resources
28+
29+
* xref:../../virt/install/preparing-cluster-for-virt.adoc#preparing-cluster-for-virt[Preparing your cluster for {VirtProductName}]
30+
* xref:../../networking/hardware_networks/about-sriov.adoc#about-sriov[About Single Root I/O Virtualization (SR-IOV) hardware networks]
31+
* xref:../../virt/virtual_machines/vm_networking/virt-configuring-sriov-device-for-vms.adoc#virt-configuring-sriov-device-for-vms[Configuring an SR-IOV network device for virtual machines]
32+
2333
include::modules/ipi-install-firmware-requirements-for-installing-with-virtual-media.adoc[leveloffset=+1]
34+
2435
include::modules/ipi-install-network-requirements.adoc[leveloffset=+1]
36+
2537
include::modules/ipi-install-configuring-nodes.adoc[leveloffset=+1]
38+
2639
include::modules/ipi-install-out-of-band-management.adoc[leveloffset=+1]
40+
2741
include::modules/ipi-install-required-data-for-installation.adoc[leveloffset=+1]
42+
2843
include::modules/ipi-install-validation-checklist-for-nodes.adoc[leveloffset=+1]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * installing/installing_bare_metal/preparing-to-install-on-bare-metal.adoc
4+
// * installing/installing_bare_metal_ipi/ipi-install-prerequisites.adoc
5+
6+
:_content-type: REFERENCE
7+
[id="virt-planning-bare-metal-cluster-for-ocp-virt_{context}"]
8+
= Planning a bare metal cluster for {VirtProductName}
9+
10+
If you will use {VirtProductName}, it is important to be aware of several requirements before you install your bare metal cluster.
11+
12+
* If you want to use live migration features, you must have multiple worker nodes _at the time of cluster installation_. This is because live migration requires the cluster-level high availability (HA) flag to be set to true. The HA flag is set when a cluster is installed and cannot be changed afterwards. If there are fewer than two worker nodes defined when you install your cluster, the HA flag is set to false for the life of the cluster.
13+
+
14+
[NOTE]
15+
====
16+
You can install {VirtProductName} on a single-node cluster, but single-node OpenShift does not support high availability.
17+
====
18+
19+
* Live migration requires shared storage. Storage for {VirtProductName} must support and use the ReadWriteMany (RWX) access mode.
20+
21+
* If you plan to use Single Root I/O Virtualization (SR-IOV), ensure that your network interface controllers (NICs) are supported by {product-title}.

0 commit comments

Comments
 (0)