Skip to content
Snippets Groups Projects
Commit 816f6870 authored by Simon Michnowicz's avatar Simon Michnowicz
Browse files

Merge branch 'killm3fwithfirefromorbit' into 'master'

nuking m3f nodes from orbit

See merge request !572
parents 593e9a02 4c0d396e
No related branches found
No related tags found
1 merge request!572nuking m3f nodes from orbit
...@@ -62,11 +62,6 @@ ...@@ -62,11 +62,6 @@
roles: roles:
- { role: slurm_config, tags: [slurm, slurm_config] } - { role: slurm_config, tags: [slurm, slurm_config] }
- hosts: 'K1Nodes'
tasks:
- { name: set nvidia driver version, set_fact: nvidia_version='367.130' }
tags: [ always ]
- hosts: 'VisNodes' - hosts: 'VisNodes'
tasks: tasks:
- { name: set cuda monitoring, set_fact: cudamonitor=true } - { name: set cuda monitoring, set_fact: cudamonitor=true }
......
...@@ -13,17 +13,3 @@ baseurl=https://{{ reposervername }}/lustreversions/{{ repopath }}/$basearch/ ...@@ -13,17 +13,3 @@ baseurl=https://{{ reposervername }}/lustreversions/{{ repopath }}/$basearch/
enabled=1 enabled=1
sslverify=false sslverify=false
gpgcheck=0 gpgcheck=0
[monashhpc_k1gpusupport]
name=MonashHPC k1gpusupport
baseurl=https://{{ reposervername }}/k1gpusupport/$releasever/$basearch/
enabled=0
sslverify=false
gpgcheck=0
[monashhpc_centos76] # this should only be needed by the m3_xorg_downgrade role
name=MonashHPC centos 7.6 repository
baseurl=https://{{ reposervername }}/centos/$releasever/updates/$basearch/
enabled=0
sslverify=false
gpgcheck=0
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