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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,8 @@ The following parameters are crucial for host-level configuration:
20
20
*`bmc.address`: The IP address of the Baseboard Management Controller (BMC).
21
21
*`bootMACAddress`: The MAC address of the network interface that the node will use to PXE boot.
22
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.
23
+
*`preprovisioningNetworkData`: Static nmstate network config to be applied to a `BaremetalHost` via ironic-python-agent ramdisk during provisioning. The config is embedded in the ISO attached as virtual media via the BMC, so no DHCP is required.
24
+
*`baremetalHostsNetworkData`: Final nmstate network configuration for EDPM nodes.
24
25
25
26
*`edpm_kernel_args`: Appends necessary kernel arguments for VFIO passthrough.
26
27
*`intel_iommu=on iommu=pt`: Enables the IOMMU for device passthrough.
Copy file name to clipboardExpand all lines: examples/va/nvidia-vfio-passthrough/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,8 @@ The following parameters are crucial for host-level configuration:
37
37
*`bmc.address`: The IP address of the Baseboard Management Controller (BMC).
38
38
*`bootMACAddress`: The MAC address of the network interface that the node will use to PXE boot.
39
39
*`rootDeviceHints`: Hints for metal3 to identify the root device for the OS installation.
40
-
*`preprovisioningNetworkData`: Network configuration to be applied to the node for provisioning.
40
+
*`preprovisioningNetworkData`: Static nmstate network config to be applied to a `BaremetalHost` via ironic-python-agent ramdisk during provisioning. The config is embedded in the ISO attached as virtual media via the BMC, so no DHCP is required.
41
+
*`baremetalHostsNetworkData`: Final nmstate network configuration for EDPM nodes.
41
42
42
43
*`edpm_kernel_args`: Appends necessary kernel arguments for VFIO passthrough.
43
44
*`intel_iommu=on iommu=pt`: Enables the IOMMU for device passthrough.
0 commit comments