You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/dt/nova/nova04delta/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,12 @@ Unlike SR-IOV or mdev (mediated device) setups, this configuration does not requ
16
16
17
17
The following parameters are crucial for host-level configuration:
18
18
19
+
***BareMetalHost configuration**: `baremetalhosts` section contains information required by metal3 to provision baremetal nodes.
20
+
*`bmc.address`: The IP address of the Baseboard Management Controller (BMC).
21
+
*`bootMACAddress`: The MAC address of the network interface that the node will use to PXE boot.
22
+
*`rootDeviceHints`: Hints for metal3 to identify the root device for the OS installation.
23
+
*`preprovisioningNetworkData`: Network configuration to be applied to the node for provisioning.
24
+
19
25
*`edpm_kernel_args`: Appends necessary kernel arguments for VFIO passthrough.
20
26
*`intel_iommu=on iommu=pt`: Enables the IOMMU for device passthrough.
21
27
*`vfio-pci.ids=10de:20f1`: Instructs the `vfio-pci` driver to claim the specified GPU(s) by their vendor and product IDs at boot time. The example IDs `10de:20f1` are for an NVIDIA A100 GPU.
0 commit comments