#2
req 1
connector:http
{
"method": "GET",
"url": "http://laskey.flowmetal.svc.cluster.local:8080/hosts/next"
}
#3
req 1
ok
{
"body": {
"config": {
"disk_layout": "single-nvme",
"os": "flatcar-stable",
"profile": "batch-worker",
"rack": "rack-b2"
},
"hostname": "host-028e25a8"
},
"headers": {
"content-length": "131",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:07:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#8
req 4
connector:http
{
"body_json": {
"config": {
"disk_layout": "single-nvme",
"os": "flatcar-stable",
"profile": "batch-worker",
"rack": "rack-b2"
},
"hostname": "host-028e25a8"
},
"method": "POST",
"url": "http://wilson.flowmetal.svc.cluster.local:8080/reinstall"
}
#9
req 4
err
source=connector
HTTP 503
{
"body": {
"detail": "wilson overloaded; try again"
},
"error_kind": "http_status",
"headers": {
"content-length": "41",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 10:07:15 GMT",
"server": "uvicorn"
},
"status": 503.0
}