Commit Graph

80 Commits

Author SHA1 Message Date
Adam DeConinck
8e31cbceac
Merge pull request #51 from ajdecon/rhel8-fix
Explicitly blacklist nouveau when installing from CUDA repos
2022-01-28 14:26:53 -07:00
Adam DeConinck
f1a0820c6c
Merge pull request #52 from ajdecon/centos-readme-update
Explicitly add support for CentOS/RHEL8 to README
2022-01-28 14:26:38 -07:00
Adam DeConinck
7a4532db82
Merge pull request #53 from ajdecon/align-default-versions
Align default driver branch across all installs and update to r470
2022-01-28 14:26:30 -07:00
Adam DeConinck
30fdeb781e Explicitly blacklist nouveau when installing from CUDA repos
This should avoid failures encountered in some RHEL 8 tests
2022-01-28 20:33:22 +00:00
Adam DeConinck
996442da25 Align driver branch across all installs and update to r470 2022-01-28 20:32:03 +00:00
Doug Holt
b453105ffa
Merge pull request #55 from ajdecon/molecule-test
Add Molecule CI test for nvidia driver role
2022-01-28 12:44:44 -07:00
Adam DeConinck
a096645458 Add Molecule CI test for nvidia driver role
Right now this is just a basic "does the install succeed?" test, with no
special verification going on.

- Add auto-generated molecule test
- Configure Molecule to test all of
  - CUDA repo on CentOS 7 and 8
  - CUDA repo on Ubuntu 18.04 and 20.04
  - Canonical repo on Ubuntu 18.04 and 20.04
- Add Github Action to test in CI
2022-01-28 19:15:30 +00:00
Adam DeConinck
2491112165 Explicitly add support for CentOS/RHEL8 to README 2021-12-14 21:38:59 +00:00
Adam DeConinck
c7aaa2e77f
Merge pull request #46 from dholt/update-meta
Update metadata to include support for EL 8
2021-10-26 12:59:55 -06:00
Adam DeConinck
ee204eedbd
Merge pull request #48 from pescobar/repos_optional_signed
make optional the addition of yum/apt repos
2021-10-26 12:57:01 -06:00
Pablo Escobar
4d58facc36 add var nvidia_driver_add_repos to disable adding upstream repos
Signed-off-by: Pablo Escobar <pescobar001@gmail.com>
2021-10-26 19:20:47 +02:00
Pablo Escobar
cdd51c59db Merge remote-tracking branch 'upstream/master' 2021-10-26 19:09:54 +02:00
Pablo Escobar
8f53c057af undo latest commits 2021-10-26 19:09:17 +02:00
Douglas Holt
86329de7e1 Update metadata to include support for EL 8 2021-09-29 08:06:14 -07:00
Doug Holt
22e2640f65
Merge pull request #45 from dholt/master
Add EPEL repo GPG key
2021-09-29 08:56:27 -06:00
Douglas Holt
7c1f7d7c48 Add EPEL repo GPG key 2021-09-29 07:42:39 -07:00
Adam DeConinck
ff4dc291bc
Merge pull request #42 from ohsawa0515/fix_ubuntu_cuda_repo_baseurl
Fix repository base url of Ubuntu.
2021-09-03 09:10:56 -06:00
Shuichi Ohsawa
d5d80987fa Fix ubuntu's cuda repo baseurl
Signed-off-by: Shuichi Ohsawa <ohsawa0515@gmail.com>
2021-09-02 14:22:34 +09:00
Doug Holt
768a1ed160
Merge pull request #38 from supertetelman/centos-8-support-2
Add support for RHEL/CentOS 8
2021-06-11 14:02:40 -06:00
Adam Tetelman
1593a2fd28 split rhel7/rhel8 install_driver register to avoid overwriting the value when skipped 2021-06-10 16:44:31 -07:00
Douglas Holt
165b6a8381 Add support for RHEL/CentOS 8 2021-06-09 19:48:43 +00:00
Doug Holt
9f83a51b1a
Merge pull request #33 from ajdecon/fix-default-pkg-list
Fix default package list for upgrade workflow
2021-04-14 11:50:59 -06:00
Adam DeConinck
17c7cb6576 add kernel-source package as well 2021-03-25 17:35:03 +00:00
Adam DeConinck
9eb9c14725 add nvidia-headless-no-dkms to package list 2021-03-18 21:49:35 +00:00
Doug Holt
f2e56f8033
Merge pull request #32 from ajdecon/epel-package 2021-03-12 05:27:05 -07:00
Adam DeConinck
29a839bbf2 Use Fedora EPEL package to enable EPEL 2021-02-23 22:35:32 +00:00
Adam DeConinck
b06f23b213
Merge pull request #31 from f4nha/patch-1
typo
2021-02-17 14:49:03 -07:00
f4nha
dcaeb4c5db
typo
missing "
2021-02-17 21:39:42 +00:00
Adam DeConinck
3774631c96
Merge pull request #30 from jrsherry/master
Invoking yum once while using a loop via squash_actions is deprecated.
2020-12-30 13:48:30 -07:00
Jonathan Sherry
b32aadd3fe Invoking yum once while using a loop via squash_actions is deprecated.
Signed-off-by: Jonathan Sherry <jonathanrsherry@gmail.com>
2020-12-30 15:45:14 -05:00
Michael Balint
f04c44020b
Merge pull request #24 from ajdecon/new-packages
Ubuntu: Use NVIDIA server drivers from Canonical
2020-12-14 19:25:14 -05:00
Adam DeConinck
4502906846
Merge branch 'master' into new-packages 2020-12-14 13:07:30 -07:00
Adam DeConinck
8a9f78ed0a
Merge pull request #27 from nvhans/patch-2
Update main.yml
2020-12-14 13:05:54 -07:00
Adam DeConinck
7587f6cbc8
Merge pull request #26 from nvhans/patch-1
Update install-redhat.yml
2020-12-14 13:05:38 -07:00
nvhans
1bd1672c27
Update install-redhat.yml 2020-11-25 20:56:51 -05:00
nvhans
9bb6978b57
Update install-redhat.yml 2020-11-25 20:50:39 -05:00
nvhans
e351331026
Update main.yml
remove static location for epel repo for more flexible 'yum epel repo install' with RHEL/CentOS 7 & 8
2020-11-25 19:45:19 -05:00
nvhans
961feadb30
Update install-redhat.yml
modify "add epel repo" to work with RHEL/CentOS 7 & 8
2020-11-25 19:43:38 -05:00
Adam DeConinck
6cb674908f include galaxy metadata for 20.04 support 2020-11-16 19:50:14 +00:00
Adam DeConinck
a7ea9206a5 Add notes on install process to README 2020-11-16 18:54:36 +00:00
Adam DeConinck
4138b45d40 use correct var 2020-11-16 18:46:29 +00:00
Adam DeConinck
9496992a21 typo fix 2020-11-16 18:45:02 +00:00
Adam DeConinck
4fcec816f5 add a note on distro support 2020-11-16 18:25:54 +00:00
Adam DeConinck
68cffed89b Ubuntu: Use NVIDIA server drivers from Canonical
- Add support for using the NVIDIA headless server packages from the
upstream Canonical repos
- Keep support for using the CUDA repository instead, but make
non-default
2020-11-16 18:23:03 +00:00
Adam DeConinck
5f58443c4b
Merge pull request #21 from ajdecon/reorder-kernel-driver-install
On Red Hat systems, re-order install process so kernel update occurs before driver install
2020-09-15 08:42:41 -06:00
Adam DeConinck
86786288a3
Merge pull request #22 from ajdecon/update-readme
Expand documentation in README
2020-09-15 08:33:40 -06:00
Adam DeConinck
6609d287a9 fix table formatting 2020-09-11 19:55:08 +00:00
Adam DeConinck
e80bcdb2ce Expand documentation in README
- Add a note that the role should be run from a separate ansible control node
- Document the role variables available to change
2020-09-11 19:50:38 +00:00
Adam DeConinck
8ba1df5866 reboot after kernel update 2020-09-11 18:42:45 +00:00
Adam DeConinck
7f07dcd026 Ensure we have kernel-headers before installing driver 2020-09-11 18:29:35 +00:00