]> git.arvados.org - arvados.git/commit
22563: Add arvados_compute role
authorBrett Smith <brett.smith@curii.com>
Wed, 12 Feb 2025 13:47:36 +0000 (08:47 -0500)
committerBrett Smith <brett.smith@curii.com>
Mon, 17 Feb 2025 18:25:22 +0000 (13:25 -0500)
commit2e2b358cb35144e7022f3ef1956038a8cece301d
treea91acf6be7e0e78ed75c367d5c097f052faf152b
parente462f06b590fd8c8eaf96c0878ad938742d4ee0f
22563: Add arvados_compute role

This is a single role that has all the logic necessary to install all
the software necessary to run containers under crunch-run, including all
the conditionals. We've duplicated this logic in enough places it's
worth refactoring out.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
tools/ansible/build-compute-image.yml
tools/ansible/install-test-env.yml
tools/ansible/roles/arvados_compute/defaults/main.yml [new file with mode: 0644]
tools/ansible/roles/arvados_compute/tasks/main.yml [new file with mode: 0644]
tools/ansible/roles/compute_fuse/tasks/main.yml [deleted file]