23 lines
No EOL
1.2 KiB
JSON
23 lines
No EOL
1.2 KiB
JSON
{
|
|
"id": "8c3476c2-c9d7-4960-a5a1-d1179dd3f341",
|
|
"name": "component_install_containerd",
|
|
"command": "bash",
|
|
"args": [
|
|
"-c",
|
|
"base64 -d < '/tmp/orchestrator_comp_8c3476c2-c9d7-4960-a5a1-d1179dd3f341.tar.gz.b64' > /tmp/containerd.tar.gz && scp -i '/Users/jesusperezlorenzo/.ssh/htz_ops' /tmp/containerd.tar.gz 'root@libre-wuji-wrk-0:/tmp/' && ssh -i '/Users/jesusperezlorenzo/.ssh/htz_ops' 'root@libre-wuji-wrk-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_8c3476c2-c9d7-4960-a5a1-d1179dd3f341.tar.gz.b64' /tmp/containerd.tar.gz; exit $rc"
|
|
],
|
|
"dependencies": [],
|
|
"status": "Completed",
|
|
"created_at": "2026-04-20T10:33:08.502624Z",
|
|
"started_at": "2026-04-20T10:33:08.791708Z",
|
|
"completed_at": "2026-04-20T10:33:12.476836Z",
|
|
"output": "",
|
|
"error": null,
|
|
"tags": {
|
|
"type": "component",
|
|
"server": "libre-wuji-wrk-0",
|
|
"workspace": "/Users/Akasha/project-provisioning/workspaces/libre-wuji",
|
|
"operation": "install",
|
|
"component": "containerd"
|
|
}
|
|
} |