#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": "zfs-mirror",
"os": "ubuntu-24.04",
"profile": "batch-worker",
"rack": "rack-c1"
},
"hostname": "host-759aa2dc"
},
"headers": {
"content-length": "128",
"content-type": "application/json",
"date": "Tue, 21 Apr 2026 11:12:00 GMT",
"server": "uvicorn"
},
"status": 200.0
}
#8
req 4
connector:http
{
"body_json": {
"config": {
"disk_layout": "zfs-mirror",
"os": "ubuntu-24.04",
"profile": "batch-worker",
"rack": "rack-c1"
},
"hostname": "host-759aa2dc"
},
"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 11:12:10 GMT",
"server": "uvicorn"
},
"status": 503.0
}