From 92a2bf6058bf067365e6221f0e86d3b53db3edec Mon Sep 17 00:00:00 2001 From: Betty Date: Sun, 31 May 2026 21:36:07 +0200 Subject: [PATCH] post: commit 9b6362a in bojemoi --- .../commits/2026-05-31-commit-9b6362a.md | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 content/posts/commits/2026-05-31-commit-9b6362a.md diff --git a/content/posts/commits/2026-05-31-commit-9b6362a.md b/content/posts/commits/2026-05-31-commit-9b6362a.md new file mode 100644 index 0000000..ed23f98 --- /dev/null +++ b/content/posts/commits/2026-05-31-commit-9b6362a.md @@ -0,0 +1,45 @@ +--- +title: "[bojemoi] fix(deploy-worker-vm): corriger route et nom template orchestrator" +date: 2026-05-31T21:36:07+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 9b6362a par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `9b6362a` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `9b6362a99793bed2013b5159e5e4eec1ce3c1326` | + + +### Description + +- Route corrigée: /deploy/vm/{name} → POST /api/v1/vm/deploy (vraie route) +- name déplacé dans le body JSON +- Template renommé: alpine-worker-full.yaml.j2 → alpine-worker-full.yaml + (LocalTemplateClient cherche .yaml, pas .yaml.j2) + +Co-Authored-By: Claude Sonnet 4.6 (1M context) + +### Files Changed + +``` +A cloud-init/alpine/alpine-worker-full.yaml +D cloud-init/alpine/alpine-worker-full.yaml.j2 +M scripts/deploy-worker-vm.sh +``` + +### Diff Summary + +``` + cloud-init/alpine/alpine-worker-full.yaml | 312 +++++++++++++++++++++++++++ + cloud-init/alpine/alpine-worker-full.yaml.j2 | 312 --------------------------- + scripts/deploy-worker-vm.sh | 7 +- + 3 files changed, 316 insertions(+), 315 deletions(-) +```