Skip to content
Snippets Groups Projects
Commit 86417416 authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Merge branch 'feat-add-playbooks' into 'main'

Add playbooks for building compute gpu and base node images.

See merge request rc/packer-openstack-hpc-image!20
parents 8a45586f 3f074d42
No related branches found
No related tags found
No related merge requests found
---
- name: Run a play
ansible.builtin.import_playbook: node.yml
- name: Setup node for use as a virtual compute node
hosts: default
become: true
roles:
- { name: 'compute_packages', tags: 'compute_packages' }
- { name: 'pam_slurm_adopt', tags: 'pam_slurm_adopt' }
---
- name: Setup node for use as a cluster host with gpu packages
- name: Run a play
ansible.builtin.import_playbook: node-compute.yml
- name: Setup node for use as a cluster host with gpu drivers/pkgs
hosts: default
become: true
roles:
- cheaha.node
- { name: 'nvidia_driver', tags: 'nvidia_driver' }
......@@ -3,5 +3,5 @@
hosts: default
become: true
roles:
- cheaha.node
- lmod_user
- { name: 'cheaha.node', tags: 'cheaha.node' }
- { name: 'lmod_user', tags: 'lmod_user' }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment