- Jan 09, 2025
-
-
Eesaan Atluri authored
We moved cheaha.yml playbook to run during deploy time
-
Eesaan Atluri authored
to avoid error when a value is not provided for root_ssh_key
-
Eesaan Atluri 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 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
-
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
-
-
-
-
-