- Jan 06, 2017
-
-
Gin Tan authored
Extend the GPU role The GPU role used to just detect if any driver was installed and skip installation if one was found it will now execute nvidia-smi to determine the current driver version and compare it against the desired driver version, installing in the case of mismatch Note that if an existing driver is installed, the nvidia persistence daemon must be stopped before installation can proceed See merge request !114
-
Chris Hines authored
The GPU role used to just detect if any driver was installed and skip installation if one was found it will now execute nvidia-smi to determine the current driver version and compare it against the desired driver version, installing in the case of mismatch Note that if an existing driver is installed, the nvidia persistence daemon must be stopped before installation can proceed
-
- Jan 05, 2017
-
-
Gin Tan authored
Add /usr/local/bin to the end of the default path this was initially removed as it resulted in programs in /etc/profile.d searching /usr/local/bin, which if the NFS server had hung resulted in ec2-user not being able to log in subsequently verified that it seems safe to add it to the end of the path, obviously subject to not having anything called from profile that exists in /usr/local See merge request !113
- Jan 04, 2017
-
-
Chris Hines authored
I had the syntax incorrect when the glsuter cluster consists of more than two nodes. We're not attempting to use three node clusters so we can't get split brain
-
Chris Hines authored
this was initially removed as it resulted in programs in /etc/profile.d searching /usr/local/bin, which if the NFS server had hung resulted in ec2-user not being able to log in subsequently verified that it seems safe to add it to the end of the path, obviously subject to not having anything called from profile that exists in /usr/local
-
- Jan 03, 2017
-
-
Chris Hines authored
fix whitespace See merge request !111
-
Chris Hines authored
-
- Dec 21, 2016
-
-
Chris Hines authored
changes to /etc/profile to allow login even when /usr/local is a stale mount See merge request !110
-
Chris Hines authored
-
- Dec 20, 2016
-
-
Chris Hines authored
Nfsserver See merge request !109
-
Chris Hines authored
-
Chris Hines authored
-
- Dec 15, 2016
-
-
Chris Hines authored
Check mode See merge request !108
-
Chris Hines authored
add check_mode tags to shell command and script tasks that should be run even when checking (only do this if the task is known to not make system changes
-
Chris Hines authored
add check_mode tags to shell command and script tasks that should be run even when checking (only do this if the task is known to not make system changes
-
Chris Hines authored
rsyslog clients should log locally as well as centrally See merge request !107
-
Chris Hines authored
-
- Dec 13, 2016
-
-
Chris Hines authored
Fixes See merge request !106
-
Chris Hines authored
-
Chris Hines authored
-
- Dec 12, 2016
-
-
Chris Hines authored
only install kernel-devel on centos, only reboot on kernel change on centos See merge request !105
-
Chris Hines authored
-
Chris Hines authored
add a role to include the hpcid CA in the ssh keys See merge request !104
-
Chris Hines authored
-
- Dec 08, 2016
-
-
Chris Hines authored
create roles for sysloging all nodes to a central server See merge request !103
-
Chris Hines authored
-
- Dec 05, 2016
-
-
Chris Hines authored
Slurm correction See merge request !102
-
Chris Hines authored
-
Chris Hines authored
-
Chris Hines authored
-
- Nov 28, 2016
-
-
Chris Hines authored
-
- Nov 25, 2016
-
-
Chris Hines authored
Numa check adds a check_numa test in nhc role simple test for the number of sockets in computer!=2 See merge request !101
-
- Nov 24, 2016
-
-
Simon Michnowicz (Monash University) authored
-
Simon Michnowicz (Monash University) authored
Simple at this stage as N(Sockets)==2
-
- Nov 22, 2016
-
-
Chris Hines authored
add a missing template file See merge request !100
-
Chris Hines authored
-
- Nov 16, 2016
-
-
Chris Hines authored
Modifyloggingscript Rename files placed in /etc/profile.d so they are called last upon login (otherwise module() command is overwritten by original module scripts) See merge request !99
-
- Nov 11, 2016
-
-
Simon Michnowicz authored
Merge branch 'master' of gitlab.erc.monash.edu.au:hpc-team/ansible_cluster_in_a_box into modifyloggingscript
-
Simon Michnowicz authored
renamed files so they are executed last in /etc/profile.d (Otherwise default module init routines overwrite changes)
-