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/va/nvidia-vfio-passthrough/data-plane-pre.md
+41-13Lines changed: 41 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,41 +14,69 @@ Change to the nvidia-vfio-passthrough directory
14
14
```
15
15
cd architecture/examples/va/nvidia-vfio-passthrough
16
16
```
17
-
Edit the `edpm/nodeset/values.yaml` and `edpm/deployment/values.yaml` files to suit your environment.
17
+
### Configure BMO - Provisioning to watch all namespaces
18
18
19
-
In `edpm/nodeset/values.yaml`, pay special attention to the `baremetalhosts` section. You will need to provide details for each of your baremetal compute nodes, including:
Edit the `edpm/nodeset/values.yaml` file to suit your environment. Pay special attention to the `baremetalhosts` section, where you will need to provide details for each of your baremetal compute nodes, including:
20
32
-`bmc.address`: The IP address of the Baseboard Management Controller (BMC).
21
33
-`bootMACAddress`: The MAC address of the network interface that the node will use to PXE boot.
22
34
- Other parameters as described in the main [README.md](README.md).
35
+
36
+
Also, ensure the `bmhLabelSelector` in `baremetalSetTemplate` matches the labels you have defined for your `baremetalhosts`. For example, if you use `app: openstack`, your `baremetalhosts` should have a corresponding label.
37
+
38
+
Before applying the nodeset configuration, you must also create the `bmc-secret` secret that contains the BMC credentials. You can create it with the following command:
0 commit comments