Add fox to SLURM #167
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "fox-slurm"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Configures a wireguard tunnel between fox and apex so we can safely exchange SLURM traffic. Then adds fox to the slurm config and makes the appropriate firewall rules to only accept traffic from fox coming from the tunnel in apex. Seems to be working fine:
NFS may be possible in the future.
Fixes: #150
Damm, the 10.100.0.0/16 subnet is colliding with the one used by the BSC VPN. We should change it to avoid collisions.
Looks good to me! I have just added a minor comment
@ -0,0 +20,4 @@{name = "Fox";publicKey = "VfMPBQLQTKeyXJSwv8wBhc6OV0j2qAxUpX3kLHunK2Y=";allowedIPs = [ "10.106.0.0/24" ];Would it make sense to narrow it down to "10.100.0.1/32"?
If we were only planning on supporting one node yes, but I may add other machines in the future, so I reserved the 256 IPs.
67a3f57362to52380eae59