]> git.arvados.org - arvados.git/blob - tools/ansible/roles/compute_amd_rocm/defaults/main.yml
22957: Support RHEL-based distros in distro_bootstrap
[arvados.git] / tools / ansible / roles / compute_amd_rocm / defaults / main.yml
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 arvados_compute_pin_packages: true
6 arvados_compute_amd_rocm_suites_map:
7   bookworm: jammy
8   jammy: jammy
9   noble: noble
10 # This version string is used in the AMD apt repository URLs.
11 # You can provide a version number the same way AMD spells it
12 # (e.g., "6.3", "6.3.1", "6.3.2", etc.) or the special string "latest".
13 arvados_compute_amd_rocm_version: "{{ '6.3.2' if arvados_compute_pin_packages else 'latest' }}"