Skip to content

Commit 5fb0949

Browse files
docs: Add baremetalhosts configuration to nova04delta README
Co-authored-by: aider (gemini/gemini-2.5-pro) <[email protected]>
1 parent e0acba9 commit 5fb0949

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/dt/nova/nova04delta/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ Unlike SR-IOV or mdev (mediated device) setups, this configuration does not requ
1616

1717
The following parameters are crucial for host-level configuration:
1818

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+
1925
* `edpm_kernel_args`: Appends necessary kernel arguments for VFIO passthrough.
2026
* `intel_iommu=on iommu=pt`: Enables the IOMMU for device passthrough.
2127
* `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

Comments
 (0)