- Oct 29, 2025
-
-
Eesaan Atluri authored
Decouple munge ansible tasks from slurm_client role during deploy Closes #299 See merge request !228
-
- Oct 23, 2025
-
-
Bo-Chun Chen authored
-
- Oct 16, 2025
-
-
Eesaan Atluri authored
Closes https://gitlab.rc.uab.edu/rc/hpc-factory/-/issues/299 Munge is not a service expected to be on a slurm client like a compute node VM. An instance that is not a slurm client like OOD doesn't need slurmd. Move the munge tasks so that they can be turned on independently
-
- Sep 29, 2025
-
-
Eesaan Atluri authored
Parametrize the domain name in the apache rewrite rule - ood-proxy.conf Closes #300 See merge request rc/hpc-factory!229
-
- Sep 26, 2025
-
-
Eesaan Atluri authored
-
- Sep 25, 2025
-
-
Bo-Chun Chen authored
BUGFIX: Make build and cleanup ENV match See merge request !227
-
- Sep 22, 2025
-
-
Dylan W Wheeler authored
-
- Sep 10, 2025
-
-
Bo-Chun Chen authored
Avoid the deploy when build fails for OOD Closes #282 See merge request !226
-
Eesaan Atluri authored
If the build job fails we don't want to run the deploy job. We use needs keyword to accomplish it. We use optional: true so that if the needed job is not present, the job can start when all other needs requirements are met.
-
- Sep 08, 2025
-
-
Eesaan Atluri authored
Script to list sched pipelines with ID and description Closes #287 See merge request rc/hpc-factory!224
-
Eesaan Atluri authored
-
Eesaan Atluri authored
The python-gitlab cli allows listing only sched pipeline IDs of a project. This script allows us to list the description slong with it. This helps a user to look at pipeline list and decide which sched pipeline they would read/write the variables.
-
Eesaan Atluri authored
update utils/readme with a cmd to create new sched pipeline Closes #286 See merge request !223
-
Eesaan Atluri authored
-
- Sep 05, 2025
-
-
Bo-Chun Chen authored
FEAT: update utils README Closes #291 See merge request rc/hpc-factory!222
-
- Sep 04, 2025
-
-
Dylan W Wheeler authored
-
- Sep 03, 2025
-
-
Eesaan Atluri authored
Add Job to cleanup old instances after deploy for OOD Closes #240 See merge request rc/hpc-factory!206
-
- Aug 27, 2025
-
-
Dylan W Wheeler authored
-
- Aug 25, 2025
-
-
Dylan W Wheeler authored
FEAT: updating requirements.txt See merge request rc/hpc-factory!221
-
Dylan W Wheeler authored
-
- Aug 23, 2025
-
-
Eesaan Atluri authored
Fix f-string error due to double quotes when dereferencing a list element Closes #284 See merge request rc/hpc-factory!220
-
Eesaan Atluri authored
Double quotes conflicted with the f-string syntax. Using single quotes avoids syntax errors when accessing dict keys.
-
Eesaan Atluri authored
fix: remove extra spaces in img name Closes #283 See merge request rc/hpc-factory!219
-
Eesaan Atluri authored
-
- Aug 22, 2025
-
-
Eesaan Atluri authored
fix: Use the image name format formed from image_tag See merge request rc/hpc-factory!217
-
Eesaan Atluri authored
-
Eesaan Atluri authored
remove explicit check for pipeline source, since CI_MERGE_REQUEST_IID will always be set in MR pipelines, skipped otherwise.
-
- Aug 08, 2025
-
-
Bo-Chun Chen authored
Move build var overrides to PKR_VARS_extra_vars Closes #266 See merge request rc/hpc-factory!215
-
- Aug 07, 2025
-
-
Eesaan Atluri authored
-
Eesaan Atluri authored
Prevents running prod from getting deleted because it will be the oldest instance in the sorted list of servers to delete. Also allows rollback if the new prod instance fails after cutover.
-
Eesaan Atluri authored
Replaces image-based sort with filtering by tags and sorting by creation time to determine old instances for deletion. This also simplifies the previous logic to print a list of servers for deletion
-
Eesaan Atluri authored
-
Eesaan Atluri authored
-
Eesaan Atluri authored
-
Eesaan Atluri authored
The NUM_SERVERS_TO_KEEP value should always be postive so that the list of servers to delete will be calculated correctly.
-
Eesaan Atluri authored
-
Eesaan Atluri authored
By default keep the previously deployed instance. Any instance older than that will be deleted based on the NUM_SERVERS_TO_KEEP variable.
-
- Aug 05, 2025
-
-
Eesaan Atluri authored
-
Eesaan Atluri authored
-
- Jul 29, 2025
-
-
Eesaan Atluri authored
OOD deploy time config changes Closes #248 and #214 See merge request rc/hpc-factory!195
-