Skip to content

Commit 409acff

Browse files
authored
Merge pull request #47232 from apinnick/CNV-19449-ibm-bare-metal-tp
CNV-19449: IBM Cloud bare metal servers (TP)
2 parents fef67b6 + cd83c4c commit 409acff

File tree

4 files changed

+44
-46
lines changed

4 files changed

+44
-46
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * virt/install/preparing-cluster-for-virt.adoc
4+
5+
:_content-type: REFERENCE
6+
[id="virt-hardware-os-requirements_{context}"]
7+
= Hardware and operating system requirements
8+
9+
Review the following hardware and operating system requirements for {VirtProductName}.
10+
11+
.Supported platforms
12+
* On-premise bare metal servers
13+
* Amazon Web Services bare metal instances
14+
* IBM Cloud bare metal servers. See link:https://access.redhat.com/articles/6738731[Deploy OpenShift Virtualization on IBM Cloud Bare Metal nodes].
15+
16+
ifdef::openshift-enterprise[]
17+
:FeatureName: Installing OpenShift Virtualization on AWS bare metal instances or on IBM Cloud bare metal servers
18+
include::snippets/technology-preview.adoc[]
19+
:!FeatureName:
20+
endif::[]
21+
22+
* *Bare metal instances or servers offered by other cloud providers are not supported.*
23+
24+
.CPU requirements
25+
* Supported by {op-system-base-full} 8
26+
* Support for Intel 64 or AMD64 CPU extensions
27+
* Intel VT or AMD-V hardware virtualization extensions enabled
28+
* NX (no execute) flag enabled
29+
30+
.Storage requirements
31+
* Supported by {product-title}
32+
33+
.Operating system requirements
34+
* {op-system-first} installed on worker nodes
35+
+
36+
[NOTE]
37+
====
38+
{op-system-base} worker nodes are not supported.
39+
====

modules/virt-platform-node-storage-requirements.adoc

Lines changed: 0 additions & 31 deletions
This file was deleted.

modules/virt-single-node-cluster.adoc

Lines changed: 0 additions & 11 deletions
This file was deleted.

virt/install/preparing-cluster-for-virt.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
include::_attributes/common-attributes.adoc[]
33
[id="preparing-cluster-for-virt"]
44
= Preparing your cluster for {VirtProductName}
5-
:context: virt-installation-requirements
5+
:context: preparing-cluster-for-virt
66

77
toc::[]
88

@@ -13,7 +13,8 @@ Review this section before you install {VirtProductName} to ensure that your clu
1313
You can use any installation method, including user-provisioned, installer-provisioned, or assisted installer, to deploy {product-title}. However, the installation method and the cluster topology might affect {VirtProductName} functionality, such as snapshots or live migration.
1414
====
1515

16-
.Single Node OpenShift behavior
16+
// SNO will be replaced with attributes when https://github.com/openshift/openshift-docs/pull/47284 is merged
17+
.Single Node OpenShift differences
1718

1819
You can install {VirtProductName} on a single node cluster, also known as xref:../../installing/installing_sno/install-sno-preparing-to-install-sno.adoc#install-sno-about-installing-on-a-single-node_install-sno-preparing[Single Node OpenShift] (SNO). SNO does not support high availability, which results in the following differences:
1920

@@ -25,7 +26,7 @@ You can install {VirtProductName} on a single node cluster, also known as xref:.
2526

2627
If you install your cluster in xref:../../installing/installing-fips.adoc#installing-fips-mode_installing-fips[FIPS mode], no additional setup is required for {VirtProductName}.
2728

28-
include::modules/virt-platform-node-storage-requirements.adoc[leveloffset=+1]
29+
include::modules/virt-hardware-os-requirements.adoc[leveloffset=+1]
2930

3031
[role="_additional-resources"]
3132
.Additional resources
@@ -58,7 +59,7 @@ Live migration has the following requirements:
5859

5960
* Shared storage with `ReadWriteMany` (RWX) access mode
6061
* Sufficient RAM and network bandwidth
61-
* Appropriate CPUs with sufficent capacity on the worker nodes. If the CPUs have different capacities, live migration might be very slow or fail.
62+
* Appropriate CPUs with sufficient capacity on the worker nodes. If the CPUs have different capacities, live migration might be very slow or fail.
6263

6364
[id="snapshots-and-cloning_{context}"]
6465
== Snapshots and cloning

0 commit comments

Comments
 (0)