prvng_platform/crates/data/tasks/5406f205-24f1-467c-90cc-7e917b7e3293.json

23 lines
No EOL
1.3 KiB
JSON

{
"id": "5406f205-24f1-467c-90cc-7e917b7e3293",
"name": "component_install_containerd",
"command": "bash",
"args": [
"-c",
"base64 -d < '/tmp/orchestrator_comp_5406f205-24f1-467c-90cc-7e917b7e3293.tar.gz.b64' > /tmp/containerd.tar.gz && scp /tmp/containerd.tar.gz 'root@libre-wuji-wk-0:/tmp/' && ssh 'root@libre-wuji-wk-0' 'rm -rf /tmp/containerd && mkdir -p /tmp/containerd && tar xzf /tmp/containerd.tar.gz -C /tmp/containerd && cd /tmp/containerd && sudo bash install-containerd.sh install ; rc=$?; rm -f /tmp/containerd.tar.gz && rm -rf /tmp/containerd; exit $rc' ; rc=$?; rm -f '/tmp/orchestrator_comp_5406f205-24f1-467c-90cc-7e917b7e3293.tar.gz.b64' /tmp/containerd.tar.gz; exit $rc"
],
"dependencies": [],
"status": "Failed",
"created_at": "2026-04-20T10:29:18.910354Z",
"started_at": "2026-04-20T10:29:19.413672Z",
"completed_at": "2026-04-20T10:29:19.627169Z",
"output": null,
"error": "Command execution failed: ssh: Could not resolve hostname libre-wuji-wk-0: nodename nor servname provided, or not known\nscp: Connection closed\n",
"tags": {
"component": "containerd",
"workspace": "/Users/Akasha/project-provisioning/workspaces/libre-wuji",
"type": "component",
"server": "libre-wuji-wk-0",
"operation": "install"
}
}