From 25ba3dac6984f59c67931b6727d0f5688a576f2b Mon Sep 17 00:00:00 2001 From: meaty-popsicle Date: Tue, 1 Oct 2024 14:34:15 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ee159d..181d41e 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,8 @@ Pull requests with additional tools and projects are more than welcome! - [mr-karan/nomcfg](https://github.com/mr-karan/nomcfg) - A ui for generating nomad job specs - [Roblox/nomad-node-problem-detector](https://github.com/Roblox/nomad-node-problem-detector) - A tool used to detect problems on Nomad nodes based on user-defined health checks. - [hashicorp/nomad-pack](https://github.com/hashicorp/nomad-pack) - An official templating tool and package manager for Nomad, currently a Tech Preview. -- [dmaes/nomad-logger](https://github.com/dmaes/nomad-logger) - Watch Nomad allocations and update logshipper config. +- [dmaes/nomad-logger](https://github.com/dmaes/nomad-logger) - Watch Nomad allocations and update logshipper config. +- [Deuxfleurs/albatros](https://git.deuxfleurs.fr/Deuxfleurs/albatros) - A lightweight and (quasi-)stateless CI built on top of Nomad. - [kamilcuk/nomad-tools](https://github.com/Kamilcuk/nomad-tools) - `docker run` for Nomad, watch all logs and events of a job in the terminal, copy files to/from host and allocations, manage Nomad variables as files, list ports associated with job, implementation of [custom `gitlab-runner` executor](https://docs.gitlab.com/runner/executors/custom.html) that executes Gitlab CI/CD jobs as Nomad jobs. ## Tutorials