- Jul 29, 2025
-
-
Eesaan Atluri authored
OOD deploy time config changes Closes #248 and #214 See merge request !195
-
Eesaan Atluri authored
We moved away from deploying account app inside OOD apache webserver We use gunicorn webserver to serve account app behind an http proxy. We configured gunicorn to accept traffic from proxy.
-
Eesaan Atluri authored
-
- Jul 28, 2025
-
-
Bo-Chun Chen authored
feat: use variable for fstype in fstab Closes #273 See merge request !214
-
- Jul 26, 2025
-
-
Eesaan Atluri authored
-
Eesaan Atluri authored
-
Eesaan Atluri authored
-
Eesaan Atluri authored
-
Eesaan Atluri authored
Closes #248 With this change you can define multiple bind addresses for account app Gunicorn allows defining multiple bind addresses.
-
- Jul 25, 2025
-
-
Bo-Chun Chen authored
-
- Jul 15, 2025
-
-
Eesaan Atluri authored
-
Eesaan Atluri authored
-
Eesaan Atluri authored
-
Eesaan Atluri authored
-
Eesaan Atluri authored
-
- Jul 11, 2025
-
-
Eesaan Atluri authored
-
- Jul 10, 2025
-
-
Eesaan Atluri authored
ci: Add Job to cleanup older images for all builds Closes #265 See merge request !209
-
Eesaan Atluri authored
-
Eesaan Atluri authored
-
Eesaan Atluri authored
-
During cleanup, --name filter will only match the exact string, not a pattern match. Since we use datetime in the name, we can't use it to match a set of images. We use a tag constructed from BUILD_TARGET-BUILD_TAG-ENV for filtering.
-
Eesaan Atluri authored
-
Eesaan Atluri authored
-
Eesaan Atluri authored
Use creation time as sort key rather than using image name with timestamp. Currently, the name only allows either a build tag or datetime. So filtering and sorting by image name won't give us complete list because we can only select images with buildtag or datetime in their name. This change allows flexibility in changing the image naming format in future
-
Eesaan Atluri authored
-
Eesaan Atluri authored
-
Eesaan Atluri authored
-
Eesaan Atluri authored
- Keep the latest $NUM_IMAGES_TO_KEEP no. of images in a list sorted by creation time in descending order. - The NUM_IMAGES_TO_KEEP value should always be postive so that the list of servers to delete will be calculated correctly - Never run the cleanup_img job if NUM_IMAGES_TO_KEEP is non-postive. So if you intend to not cleanup the images for any reason, just pass a negative value or 0 to the NUM_IMAGES_TO_KEEP
-
- Jun 24, 2025
-
-
Eesaan Atluri authored
Enable callback plugins to format the ansible log Closes #260 See merge request !207
-
Eesaan Atluri authored
* feat: Colorize packer ansible provisioner tasks Closes #260
-
- Jun 18, 2025
-
-
Eesaan Atluri authored
Automate ood knightly build and deploy in a single pipeline Closes #231 See merge request !197
-
Eesaan Atluri authored
* Detach the floating ips to assign to new instance * Detach internal port to assign it to new instance * Install NetworkManager required during deploy NetworkManager is restarted during cloud-init final module but it failsbecause the package was not available. So install it during build to make it available during deploy
-
- Jun 13, 2025
-
-
Bo-Chun Chen authored
FEAT: paramaterize centos repos See merge request !205
-
- Jun 11, 2025
-
-
Dylan Wheeler authored
feat: update group_vars to have variable for centos_repos and update the related ansible playbook to pull from that variable
-
- Jun 04, 2025
-
-
Eesaan Atluri authored
Add missing pasword auth config for catchall in sshpiper Closes #247 See merge request !202
-
- Jun 03, 2025
-
-
Eesaan Atluri authored
-
- May 27, 2025
-
-
Eesaan Atluri authored
fix: openldap-servers pkg install failure Closes #237 See merge request !199
-
Eesaan Atluri authored
-
- May 06, 2025
-
-
Eesaan Atluri authored
Feat gl cicd var scripts Closes #232 See merge request !196
-
Eesaan Atluri authored
-