-
Notifications
You must be signed in to change notification settings - Fork 350
Update NVIDIA signing key #1166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
c71b30d to
53caa74
Compare
| mode: "0644" | ||
|
|
||
| - name: Ubuntu | add key | ||
| - name: Ubuntu | ensure old key is absent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to eventually remove this or does it stay here forever?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unclear. In principle I think this could be removed once we were confident all existing installs were updated. But it's hard to know when that is. 🤷🏻♂️
If I were being ultra-conservative, I'd say this could be removed when the last released drivers signed by the old key are EOL (r470, July 2024). We might be able to come up with a faster schedule than that though.
However, I don't think this task is doing any harm (apart from code clutter). So I don't think there would be any rush to remove this.
supertetelman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, let's see it pass testing.
See https://developer.nvidia.com/blog/updating-the-cuda-linux-gpg-repository-key/ for details on the key changes. This commit: - Removes the nvidia-ml repo, which is deprecated and will not be updated - Updates the nvidia_cuda and nvidia_dcgm roles to use the new key and install workflow - Updates roles/requirements.txt to point to an updated version of nvidia.nvidia_driver
7220f33 to
8a8b560
Compare
supertetelman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's passing
Summary
Repository signing keys have changed, so we need to update the automation to match. https://developer.nvidia.com/blog/updating-the-cuda-linux-gpg-repository-key/
roles/requirements.txtfor updated version ofnvidia.nvidia_driverrole (depends on Update to new NVIDIA signing key ansible-role-nvidia-driver#59)Test plan
Passing CI tests.