Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ Installing {product-title} on a single node is supported on bare metal and link:
[options="header"]
|====
|Profile|vCPU|Memory|Storage
|Minimum|8 vCPU cores|16GB of RAM| 120GB
|Minimum|8 vCPUs|16GB of RAM| 120GB
|====
+
[NOTE]
====
* One vCPU is equivalent to one physical core when simultaneous multithreading (SMT), or hyperthreading, is not enabled. When enabled, use the following formula to calculate the corresponding ratio:
+
(threads per core × cores) × sockets = vCPUs
One vCPU equals one physical core. However, if you enable simultaneous multithreading (SMT), or Hyper-Threading, use the following formula to calculate the number of vCPUs that represent one physical core:

* (threads per core × cores) × sockets = vCPUs

* Adding Operators during the installation process might increase the minimum resource requirements.
====
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ Installing {product-title} on a single node alleviates some of the requirements
[options="header"]
|====
|Profile|vCPU|Memory|Storage
|Minimum|8 vCPU cores|32GB of RAM| 120GB
|Minimum|8 vCPU|32GB of RAM| 120GB
|====
+
[NOTE]
====
One vCPU is equivalent to one physical core when simultaneous multithreading (SMT), or hyperthreading, is not enabled. When enabled, use the following formula to calculate the corresponding ratio:
One vCPU equals one physical core. However, if you enable simultaneous multithreading (SMT), or Hyper-Threading, use the following formula to calculate the number of vCPUs that represent one physical core:

(threads per core × cores) × sockets = vCPUs
* (threads per core × cores) × sockets = vCPUs
====
+
The server must have a Baseboard Management Controller (BMC) when booting with virtual media.
Expand Down
7 changes: 3 additions & 4 deletions modules/understanding-agent-install.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,11 @@ Recommended cluster resources for the following topologies:
[options="header"]
|====
|Topology|Number of master nodes|Number of worker nodes|vCPU|Memory|Storage
|Single-node cluster|1|0|8 vCPU cores|16GB of RAM| 120GB
|Compact cluster|3|0 or 1|8 vCPU cores|16GB of RAM|120GB
|HA cluster|3|2 and above |8 vCPU cores|16GB of RAM|120GB
|Single-node cluster|1|0|8 vCPUs|16GB of RAM| 120GB
|Compact cluster|3|0 or 1|8 vCPUs|16GB of RAM|120GB
|HA cluster|3|2 and above |8 vCPUs|16GB of RAM|120GB
|====


The following platforms are supported:

* `baremetal`
Expand Down
4 changes: 2 additions & 2 deletions modules/ztp-install-sno-hardware-reqs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Running vDU application workloads requires a bare-metal host with sufficient res
[options="header"]
|====
|Profile|vCPU|Memory|Storage
|Minimum|4 to 8 vCPU cores|32GB of RAM| 120GB
|Minimum|4 to 8 vCPU|32GB of RAM| 120GB
|====

[NOTE]
====
One vCPU is equivalent to one physical core when simultaneous multithreading (SMT), or Hyper-Threading, is not enabled. When enabled, use the following formula to calculate the corresponding ratio:
One vCPU equals one physical core. However, if you enable simultaneous multithreading (SMT), or Hyper-Threading, use the following formula to calculate the number of vCPUs that represent one physical core:

* (threads per core × cores) × sockets = vCPUs
====
Expand Down