- Jan 30, 2025
-
-
Eesaan Atluri authored
Install and configure fail2ban See merge request !178
-
- Jan 29, 2025
-
-
Eesaan Atluri authored
-
- Jan 27, 2025
-
-
Eesaan Atluri authored
-
Eesaan Atluri authored
Adds fail2ban filter and jail configs
-
- Jan 24, 2025
-
-
Eesaan Atluri authored
-
Bo-Chun Chen authored
Add symbolic links for Slurm config files See merge request !177
-
Krish Moodbidri authored
-
Krish Moodbidri authored
-
Bo-Chun Chen authored
Feat build extra vars See merge request rc/hpc-factory!168
-
Krish Moodbidri authored
Created symlinks for `slurm.conf`, `gres.conf`, `slurmdbd.conf`, and `cgroup.conf` in `/etc/slurm`. To ensure consistency with the current production environment where these symlinks already exist.
-
- Jan 14, 2025
-
-
Bo-Chun Chen authored
feat: update account app port See merge request rc/hpc-factory!174
-
Bo-Chun Chen authored
-
- Jan 07, 2025
-
-
Bo-Chun Chen authored
Restart httpd service after update See merge request rc/hpc-factory!172
-
Bo-Chun Chen authored
-
Krish Moodbidri authored
Update Apache configuration for OOD rewrite rules during deploy phase See merge request rc/hpc-factory!170
-
Krish Moodbidri authored
-
Krish Moodbidri authored
previously it reflected a placeholder but it actually is the value in file from build that we're looking for and replacing in deploy phase
-
Krish Moodbidri authored
We lookup the value of the placeholder (RewriteCond %{HTTP:REMOTE_USER} \’^(.+)$\’) in this case in the apache conf during build and replace it with the rewrite conditions during deploy phase.
-
- Jan 03, 2025
-
-
Bo-Chun Chen authored
-
Bo-Chun Chen authored
-
- Jan 02, 2025
-
-
Eesaan Atluri authored
fix: Skip creating home dir for slurm user See merge request rc/hpc-factory!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 !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 rc/hpc-factory!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 rc/hpc-factory!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
-