- Jan 09, 2019
-
-
Bo-Chun Chen authored
-
- Jan 08, 2019
-
-
John-Paul Robinson authored
-
John-Paul Robinson authored
Move insert_key directive before VM create to avoid custom key create Add comments motivating the config choices for ssh config steps Expand user key authz logic to append key rather than just replace all existing keys in vagrant user authorized_keys file.
-
John-Paul Robinson authored
Patch easybuild installation fix See merge request jpr/ohpc_vagrant!10
-
- Jan 07, 2019
-
-
Bo-Chun Chen authored
-
Bo-Chun Chen authored
Set insert_key to false, prevent vagrant from generating new key then set our own ssh private key to be used, first priority finally, copy our own ssh public key into vm as authorized key
-
- Jan 04, 2019
-
-
Bo-Chun Chen authored
'Dont run bootstrap as root' problem while running eb install ansible task Simply put -b option(become) to let ansible run the bootstrap script as build user
-
- Dec 04, 2018
-
-
Bo-Chun Chen authored
-
- Oct 23, 2018
-
-
John-Paul Robinson authored
* Update the ohpc cluster submodule for support of VNC on the cluster compute node vnfs image and activates interactive desktops in the ood UI. * Fix #7 hang of ood during reboot due to invalid selinux policy
-
- Oct 18, 2018
-
-
John-Paul Robinson authored
Resolve "post ansible staging of slurm.conf" Closes #6 See merge request jpr/ohpc_vagrant!8
-
John-Paul Robinson authored
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
-
- Oct 02, 2018
-
-
John-Paul Robinson authored
Update submodule for upstream post merge commit.
-
John-Paul Robinson authored
-
- Oct 01, 2018
-
-
John-Paul Robinson authored
Resolve "feature: add support for ood" Closes #3 See merge request jpr/ohpc_vagrant!6
-
John-Paul Robinson authored
-
- Sep 28, 2018
-
-
John-Paul Robinson authored
-
John-Paul Robinson authored
This introduces permissive selinux policy state and avoids a reboot.
-
John-Paul Robinson authored
-
John-Paul Robinson authored
We need to be able to test both http and https configurations since https with be the default for ood (http is only for dev). Also remove the unused host rename config.
-
John-Paul Robinson authored
This is needed so that the ansible playbook is correctly selected based on hostname.
-
John-Paul Robinson authored
-
John-Paul Robinson authored
Chose high number IP address to avoid DHCP address conflict with warewulf. This range should be marked off eventually. The existing ansible line works for both ohpc and ood based on the hostname and role configuration.
-
- Sep 26, 2018
-
-
Bo-Chun Chen authored
-
- Sep 25, 2018
-
-
John-Paul Robinson authored
Resolve "ansible for create slurm cluster fails" See merge request jpr/ohpc_vagrant!4
-
John-Paul Robinson authored
-
John-Paul Robinson authored
Resolve "ansible for create slurm cluster fails" Closes #1 See merge request jpr/ohpc_vagrant!3
-
- Sep 24, 2018
-
-
John-Paul Robinson authored
Signficant changes: - Change cluster name to match vagrant hostname - Fix sacct configuration to use site vars and template file
-
- Sep 20, 2018
-
-
John-Paul Robinson authored
The default name for the first node in this cluster is c0. Would c1 be a more natural start?
-
John-Paul Robinson authored
-
John-Paul Robinson authored
-
John-Paul Robinson authored
Rebase changes from earlier ohpc_vagrant repo to create and control compute nodes in virtualbox.
-
John-Paul Robinson authored
-
John-Paul Robinson authored
-
John-Paul Robinson authored
-
John-Paul Robinson authored
The default device abstraction caused the network comm to fail during the load of the kernel image from master. Changing to the nic type 82540EM fixes the issue.
-
John-Paul Robinson authored
This works around Vagrant limitations in working with a dedicated boot iso and no NAT network. Basically it helps the ohpc env work like a true hpc environment.
-
John-Paul Robinson authored
-
John-Paul Robinson authored
-
John-Paul Robinson authored
Include info on how to checkout project with submodule
-
John-Paul Robinson authored
-