prvng_platform/crates/data/tasks/e580c958-565a-4fc3-b2b5-03d2af3fde4b.json

23 lines
No EOL
1.1 KiB
JSON

{
"id": "e580c958-565a-4fc3-b2b5-03d2af3fde4b",
"name": "component_install_crio",
"command": "bash",
"args": [
"-c",
"base64 -d < '/tmp/orchestrator_comp_e580c958-565a-4fc3-b2b5-03d2af3fde4b.tar.gz.b64' > /tmp/crio.tar.gz && scp /tmp/crio.tar.gz 'root@:/tmp/' && ssh 'root@' 'rm -rf /tmp/crio && mkdir -p /tmp/crio && tar xzf /tmp/crio.tar.gz -C /tmp/crio && cd /tmp/crio && sudo bash install-crio.sh install ; rc=$?; rm -f /tmp/crio.tar.gz && rm -rf /tmp/crio; exit $rc' ; rc=$?; rm -f '/tmp/orchestrator_comp_e580c958-565a-4fc3-b2b5-03d2af3fde4b.tar.gz.b64' /tmp/crio.tar.gz; exit $rc"
],
"dependencies": [],
"status": "Failed",
"created_at": "2026-04-21T01:46:03.839259Z",
"started_at": "2026-04-21T01:46:03.887426Z",
"completed_at": "2026-04-21T01:46:03.944969Z",
"output": null,
"error": "Command execution failed: ssh: Could not resolve hostname : nodename nor servname provided, or not known\nscp: Connection closed\n",
"tags": {
"type": "component",
"component": "crio",
"operation": "install",
"server": "",
"workspace": "/Users/Akasha/project-provisioning/workspaces/libre-wuji"
}
}