omnia
omnia copied to clipboard
feat: Install Nvidia DOCA on the servers post provisioning
Issues Resolved by this Pull Request
Fixes #
Description of the Solution
- If
nvidia_doca_pathis provided ininput/provision_config.ymland Nvidia DPUs are available on the target nodes, DOCA packages will be deployed post provisioning without user intervention. - DOCA can also be installed using
network.ymlafter provisioning the servers (Assuming the provision tool did not install DOCA packages). - The DOCA package can be downloaded from https://developer.nvidia.com/networking/doca
From Nvidia documentation:
$ wget https://www.mellanox.com/downloads/DOCA/DOCA_v2.5.0/doca-host-repo-rhel86-2.5.0-0.0.1.2.5.0108.1.el8.23.10.1.1.9.0.x86_64.rpm
$ rpm -Uvh doca-host-repo-rhel86-2.5.0-0.0.1.2.5.0108.1.el8.23.10.1.1.9.0.x86_64.rpm
$ yum makecache
$ sudo yum install doca-runtime
$ sudo yum install doca-tools
Suggested Reviewers
@sujit-jadhav
Can one of the admins verify this patch?