Add Oracle Linux (ol) support#2543
Conversation
4a92e6e to
c58e069
Compare
Signed-off-by: Denys <dmarych@evolution.com>
|
We need to add OL to end-to-end tests. Now or eventually. |
|
@bolt1777 We do not officially support driver containers for oracle linux. Are you using your custom-built driver images for Oracle Linux? |
|
Hi, we are using images made for rocky linux, but would be also great to have a native support of OL |
|
Thanks for the context @bolt1777. Are you able to share driver container scripts for Oracle Linux that you have used for testing? Until we validate these changes on an Oracle Linux environment with the appropriate driver container, we can't merge this PR. |
|
The existing script works well on Oracle Linux. I tested it with the following driver container image: nvcr.io/nvidia/driver:595.71.05-rocky9 It handles both installation and uninstallation correctly without requiring any additional custom steps. The only actions needed are loading the necessary kernel modules and disabling SELinux filesystem. Repository reference: I’m happy to prepare a PR that adds this support so it can be reviewed and validated. Would that approach work for you? |
Description
Adds support for Oracle Linux nodes (os-release
ID=ol), mirroring the existing Rocky Linux supportWhy
Nodes running Oracle Linux are detected via the NFD label
feature.node.kubernetes.io/system-os_release.ID=ol. So this PR brings support Oracle Linux OS.Testing
TestGetGPUNodeOSInfoandTestGetOSTagcovering Oracle Linux 9 and 10.