Files
blog/content/posts/commits/2026-05-31-commit-9b6362a.md
Betty 92a2bf6058
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 8s
post: commit 9b6362a in bojemoi
2026-05-31 21:36:08 +02:00

1.2 KiB

title, date, draft, tags, categories, summary, author
title date draft tags categories summary author
[bojemoi] fix(deploy-worker-vm): corriger route et nom template orchestrator 2026-05-31T21:36:07+02:00 false
commit
bojemoi
main
Git Activity
Commit 9b6362a par Betty dans bojemoi 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) noreply@anthropic.com

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(-)