Este contenido no está disponible en el idioma seleccionado.
Chapter 2. Hardware requirements
This section describes the hardware requirements for NFV.
You can use Red Hat Technologies Ecosystem to check for a list of certified hardware, software, cloud providers, and components. Choose the category and select the product version.
For a complete list of the certified hardware for Red Hat OpenStack Platform, see Red Hat OpenStack Platform certified hardware.
2.1. Network Adapter support Copiar enlaceEnlace copiado en el portapapeles!
For a list of tested NICs for NFV, see Network Adapter Support. Customer Portal login required.
If you configure OVS-DPDK on Mellanox ConnectX-4 or ConnectX-5 network interfaces, you must set the corresponding kernel driver in the compute-ovs-dpdk.yaml file:
2.2. Discovering your NUMA node topology Copiar enlaceEnlace copiado en el portapapeles!
When you plan your deployment, you must understand the NUMA topology of your Compute node to partition the CPU and memory resources for optimum performance. To determine the NUMA information, perform one of the following tasks:
- Enable hardware introspection to retrieve this information from bare-metal nodes.
- Log onto each bare-metal node to manually collect the information.
You must install and configure the undercloud before you can retrieve NUMA information through hardware introspection. See the Director Installation and Usage Guide for details.
Retrieving Hardware Introspection Details
The Bare Metal service hardware inspection extras (inspection_extras) is enabled by default to retrieve hardware details. You can use these hardware details to configure your overcloud. See Configuring the Director for details on the inspection_extras parameter in the undercloud.conf
file.
For example, the numa_topology collector is part of these hardware inspection extras and includes the following information for each NUMA node:
- RAM (in kilobytes)
- Physical CPU cores and their sibling threads
- NICs associated with the NUMA node
Use the openstack baremetal introspection data save _UUID_ | jq .numa_topology
command to retrieve this information, with the UUID of the bare-metal node.
The following example shows the retrieved NUMA information for a bare-metal node:
2.3. Review BIOS Settings Copiar enlaceEnlace copiado en el portapapeles!
The following listing describes the required BIOS settings for NFV:
-
C3 Power State
: Disabled. -
C6 Power State
: Disabled. -
MLC Streamer
: Enabled. -
MLC Spacial Prefetcher
: Enabled. -
DCU Data Prefetcher
: Enabled. -
DCA
: Enabled. -
CPU Power and Performance
: Performance. -
Memory RAS and Performance Config
: Enabled.NUMA Optimized -
Turbo Boost
: Disabled. -
VT-d
: Enabled for Intel cards if VFIO functionality is needed.