diff --git a/content/posts/commits/2026-05-21-commit-fcb85b2.md b/content/posts/commits/2026-05-21-commit-fcb85b2.md new file mode 100644 index 0000000..5d26e65 --- /dev/null +++ b/content/posts/commits/2026-05-21-commit-fcb85b2.md @@ -0,0 +1,49 @@ +--- +title: "[bojemoi] feat(borodino): ajout stack borodino-msf + attente teamserver au démarrage" +date: 2026-05-21T13:14:32+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit fcb85b2 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `fcb85b2` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `fcb85b2aa922d0a075e9434560083d62dc9c9ddb` | + + +### Description + +- Nouveau stack 39-service-borodino-msf.yml pour msf-teamserver (séparé de borodino) +- startover.sh: deploy borodino-msf avant borodino, attend msf-teamserver:55553 + avec timeout 10 min avant de continuer (le réseau pentest est créé par borodino-msf) +- Ajout borodino-msf dans la liste des images critiques vérifiées au démarrage + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M .claude/commands/pipeline.md +M scripts/startover.sh +A stack/39-service-borodino-msf.yml +M stack/46-service-razvedka.yml +M volumes/grafana/dashboards/pentest/pipeline-overview.json +``` + +### Diff Summary + +``` + .claude/commands/pipeline.md | 73 ++++++++++- + scripts/startover.sh | 18 ++- + stack/39-service-borodino-msf.yml | 83 +++++++++++++ + stack/46-service-razvedka.yml | 4 - + .../dashboards/pentest/pipeline-overview.json | 134 ++++++++++----------- + 5 files changed, 239 insertions(+), 73 deletions(-) +```