Role - edpm_accel_drivers¶
osp.edpm.edpm_accel_drivers role – The main entry point for the edpm_accel_drivers role.¶
Entry point main – The main entry point for the edpm_accel_drivers role.¶
Synopsis¶
Installs and configures accelerator drivers on RHEL systems. Supports installation of NVIDIA drivers from an RPM repo or custom URL.
Parameters¶
Parameter |
Comments |
|---|---|
Whether to blacklist nouveau driver Choices:
|
|
The seconds between retries for failed download tasks Default: |
|
Default: |
|
Whether to install nvidia drivers. Choices:
|
|
The directory to cache the NVIDIA driver package when downloading from a custom URL. Default: |
|
Whether to cleanup temporary files after installation Choices:
|
|
Custom NVIDIA driver URL (if set, driver will be installed from this URL instead of from a repository). Must end with .rpm (SUPPORTED) or .run extension (UNSUPPORTED). NOTE: file:/// URLs are supported, for example a local NFS mount. Default: |
|
Whether to disable SSL certificate verification when downloading NVIDIA driver from custom URL. Set to true to disable SSL certificate verification (not recommended for production). Choices:
|
|
NVIDIA Driver dnf module stream to install from NVIDIA repo. If set to “”, no DNF module will be selected. Default: |
|
Whether to configure NVIDIA MIG (Multi-Instance GPU) partitioning. Choices:
|
|
List of MIG geometry strings, one per GPU. Index 0 applies to GPU 0, index 1 to GPU 1, etc. Each string is passed to nvidia-smi mig -cgi (e.g. “14,14,14,14” or “2g.12gb,2g.12gb”). Required when edpm_accel_drivers_nvidia_manage_mig is true. An empty (or shortened) list removes previously configured systemd units and disables MIG on affected GPUs. Default: |
|
NVIDIA Driver package name to install from NVIDIA repo. Default: |
|
GPG key URL for NVIDIA repository verification. Default: |
|
NVIDIA repository URL for driver installation. Default: |
|
Whether to disable GPG check when installing NVIDIA driver from RPM. Set to true to disable GPG check (not recommended for production). Choices:
|