- Feb 14, 2025
-
-
Krish Moodbidri authored
Updated `sshpiper_git_repo` and `sshpiper_version` in `$EXT_REPO_DIR/group_vars/all` using `sed` to set the correct repository and version.
-
- Jan 02, 2025
-
-
Eesaan Atluri authored
fix: Skip creating home dir for slurm user See merge request !166
-
Eesaan Atluri authored
The home dir for slurm user is available as a mount from master so there is no need to create a local home dir for it.
-
Bo-Chun Chen authored
Add missing autofs service start See merge request rc/hpc-factory!165
-
Eesaan Atluri authored
-
- Dec 27, 2024
-
-
Bo-Chun Chen authored
fix: use owner instead of user in template ansible module See merge request rc/hpc-factory!164
-
Bo-Chun Chen authored
-
Bo-Chun Chen authored
fix: add when condition to ssh_host_keys role See merge request rc/hpc-factory!163
-
Bo-Chun Chen authored
Follow the same approach in ssl_cert role, to avoid missing host key issue during deploy
-
Bo-Chun Chen authored
Feat http proxy rewrite map See merge request rc/hpc-factory!155
-
- Dec 23, 2024
-
-
Eesaan Atluri authored
fix ssh failures due to plam_slurm in login VM See merge request !162
-
Eesaan Atluri authored
pam_slurm config denies ssh if there is no slurm job on the compute node A login node is not expected to run jobs so we removed this config from the login playbook
-
Eesaan Atluri authored
Change the references to compute.yml in the packer template to use login.yml
-
- Dec 19, 2024
-
-
Eesaan Atluri authored
feat: Add params to define the autofs mountpoints See merge request !159
-
Eesaan Atluri authored
So that we can have same key names for both dicts used in autofs.yml and fstab.yml roles
-
Eesaan Atluri authored
The values used in prod will be defined at runtime so replacing them with default values
-
Eesaan Atluri authored
Closes rc/hpc-factory#173
-
Eesaan Atluri authored
feat: Download ansible files for cluster.yml See merge request rc/hpc-factory!161
-
Eesaan Atluri authored
-
Eesaan Atluri authored
Closes rc/hpc-factory#176
-
- Dec 17, 2024
-
-
Bo-Chun Chen authored
Feat login build and deploy See merge request rc/hpc-factory!158
-
Eesaan Atluri authored
Add conditional to support both autofs, fstab mnts See merge request rc/hpc-factory!160
-
Eesaan Atluri authored
Closes rc/hpc-factory#175
-
- Dec 16, 2024
-
-
Bo-Chun Chen authored
-
- Dec 13, 2024
-
-
-
-
-
Because compute and login nodes are basically the same except login node does not need slurmd and we don't use compute image anywhere. So use it to build login image and change its references in CI script
-
-
-
-
-
-
-
-
-
-
-
-
- Dec 12, 2024
-
-
Bo-Chun Chen authored
-