Would like to move to to https://github.com/rug-cit-hpc/pg-playbooks
but has large files...
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
documentation | 4 years ago | |
files | 3 years ago | |
group_vars/all | 3 years ago | |
promtools | 3 years ago | |
roles | 3 years ago | |
.gitignore | 5 years ago | |
ansible.cfg | 4 years ago | |
apps.yml | 3 years ago | |
common.yml | 5 years ago | |
compute_node.yml | 3 years ago | |
disablerepo.yml | 3 years ago | |
etc_hosts.yml | 3 years ago | |
firmware.yml | 3 years ago | |
firmware630.yml | 3 years ago | |
firmware920.yml | 3 years ago | |
firmware7425.yml | 3 years ago | |
gpu.yml | 5 years ago | |
haswell_sym.yml | 3 years ago | |
hosts | 3 years ago | |
hosts-dev | 5 years ago | |
interactive.yml | 4 years ago | |
ipmi_exporter.yml | 4 years ago | |
kernel.yml | 3 years ago | |
kill_memory_hogs.yml | 3 years ago | |
ldap_client.yml | 4 years ago | |
login.yml | 4 years ago | |
lustre_client.yml | 4 years ago | |
lustre_exporter.yml | 3 years ago | |
metadata.yml | 4 years ago | |
node_exporter.yml | 4 years ago | |
nvidia-exporter.yml | 3 years ago | |
nvidia_smi_exporter.yml | 4 years ago | |
pg-packages.yml | 3 years ago | |
pg-tools.yml | 3 years ago | |
prom_sql.yml | 3 years ago | |
prometheus.yml | 4 years ago | |
readme.md | 4 years ago | |
remount_apps.py | 3 years ago | |
sandybridge_sym.yml | 3 years ago | |
site.yml | 3 years ago | |
skylake_sym.yml | 3 years ago | |
slurm.yml | 3 years ago | |
slurm_client.yml | 3 years ago | |
slurm_exporter.yml | 4 years ago | |
test-hosts | 3 years ago | |
tmp | 3 years ago | |
umount.yml | 3 years ago | |
update.yml | 3 years ago | |
updateeth.yml | 3 years ago |
readme.md
ansible playbooks for peregrine
This repository contains an inventory and ansible playbooks for the peregrine cluster.
Install slurm.
To install slurm server:
ansible-playbook --vault-password-file=.vault_pass.txt slurm.yml
Skip building of docker images.
The building of docker images takes al lot of time and is only nessecary when the docker file has been changed. You can skip this with the following command.
ansible-playbook --vault-password-file=.vault_pass.txt slurm.yml --skip-tags build
Furthermore, you can prevent the services from starting inmediately by providing the --skip-tags start-service
flag.
Setting the state of a single node.
If you want to bring a node's configuration up to date. For example after it has been rolled out via xcat, you can run the following command.
This will configure all state for that node. (node exporter for prometheus, if it is a gpu node, gpu monitoring etc)
ansible-playbook --limit pg-node023 site.yml