From ba8e3d4ee0df665851e57419205081abccf21e8d Mon Sep 17 00:00:00 2001 From: John-Paul Robinson <jpr@uab.edu> Date: Thu, 18 Oct 2018 17:02:25 -0500 Subject: [PATCH] Update CRI_XCBC submodule to integrate ood node using warewulf This configures the ood node to be a part of the slurm cluster. It enables job execution, control and shell access to the headnode. It turned out to be easy enough to add warewulf synchronization to the ood node in cluster rather than use Vagrant to move files. This also ensure future slurm.conf and other registered file changes are maintained across cluster nodes after changes. Note: `vagrant ssh ood "mount -a"` must be manually run after provision to sync /home across cluster. Fixes #6 --- CRI_XCBC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRI_XCBC b/CRI_XCBC index aab8b91..ba9f546 160000 --- a/CRI_XCBC +++ b/CRI_XCBC @@ -1 +1 @@ -Subproject commit aab8b91b1e43a13dc62666541e42e38ea2520c64 +Subproject commit ba9f5467ba7ea76f98a21e7fb2146d1125f7def1 -- GitLab