46 lines
1.2 KiB
Markdown
46 lines
1.2 KiB
Markdown
---
|
|
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) <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(-)
|
|
```
|