Merge pull request #65 from guenhter/support-ubuntu-22.04
Add Ubuntu 22.04 to the molecule tests
This commit is contained in:
commit
35a769dd63
@ -31,7 +31,7 @@ $ ansible-galaxy install nvidia.nvidia_driver
|
|||||||
| `nvidia_driver_skip_reboot` | `no` | Whether to skip rebooting the node during the install |
|
| `nvidia_driver_skip_reboot` | `no` | Whether to skip rebooting the node during the install |
|
||||||
| `nvidia_driver_module_file` | `"/etc/modprobe.d/nvidia.conf"` | Filename to use for NVIDIA driver parameters |
|
| `nvidia_driver_module_file` | `"/etc/modprobe.d/nvidia.conf"` | Filename to use for NVIDIA driver parameters |
|
||||||
| `nvidia_driver_module_params` | `""` | Parameters to pass to the NVIDIA driver |
|
| `nvidia_driver_module_params` | `""` | Parameters to pass to the NVIDIA driver |
|
||||||
| `nvidia_driver_branch` | `"510"` | Default driver branch to install |
|
| `nvidia_driver_branch` | `"515"` | Default driver branch to install |
|
||||||
|
|
||||||
### Red Hat specific variables
|
### Red Hat specific variables
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ nvidia_driver_skip_reboot: no
|
|||||||
nvidia_driver_module_file: /etc/modprobe.d/nvidia.conf
|
nvidia_driver_module_file: /etc/modprobe.d/nvidia.conf
|
||||||
nvidia_driver_module_params: ''
|
nvidia_driver_module_params: ''
|
||||||
nvidia_driver_add_repos: yes
|
nvidia_driver_add_repos: yes
|
||||||
nvidia_driver_branch: "510"
|
nvidia_driver_branch: "515"
|
||||||
|
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
@ -49,6 +49,28 @@ platforms:
|
|||||||
- cuda_repo
|
- cuda_repo
|
||||||
- ubuntu
|
- ubuntu
|
||||||
|
|
||||||
|
- name: ubuntu-2204-canonical
|
||||||
|
image: geerlingguy/docker-ubuntu2204-ansible
|
||||||
|
volumes:
|
||||||
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||||
|
command: /sbin/init
|
||||||
|
pre_build_image: true
|
||||||
|
privileged: true
|
||||||
|
groups:
|
||||||
|
- canonical_repo
|
||||||
|
- ubuntu
|
||||||
|
|
||||||
|
- name: ubuntu-2204-cuda
|
||||||
|
image: geerlingguy/docker-ubuntu2204-ansible
|
||||||
|
volumes:
|
||||||
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||||
|
command: /sbin/init
|
||||||
|
pre_build_image: true
|
||||||
|
privileged: true
|
||||||
|
groups:
|
||||||
|
- cuda_repo
|
||||||
|
- ubuntu
|
||||||
|
|
||||||
- name: centos-7
|
- name: centos-7
|
||||||
image: geerlingguy/docker-centos7-ansible
|
image: geerlingguy/docker-centos7-ansible
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user