prvng_platform/crates/data/tasks/21a7ed02-b4f0-4f09-98cc-8406a98cd0de.json

23 lines
1.3 KiB
JSON
Raw Normal View History

{
"id": "21a7ed02-b4f0-4f09-98cc-8406a98cd0de",
"name": "component_install_external_nfs",
"command": "bash",
"args": [
"-c",
"base64 -d < '/tmp/orchestrator_comp_21a7ed02-b4f0-4f09-98cc-8406a98cd0de.tar.gz.b64' > /tmp/external_nfs.tar.gz && scp -i '/Users/jesusperezlorenzo/.ssh/htz_ops' /tmp/external_nfs.tar.gz 'root@libre-wuji-cp-0:/tmp/' && ssh -i '/Users/jesusperezlorenzo/.ssh/htz_ops' 'root@libre-wuji-cp-0' 'rm -rf /tmp/external_nfs && mkdir -p /tmp/external_nfs && tar xzf /tmp/external_nfs.tar.gz -C /tmp/external_nfs && cd /tmp/external_nfs && sudo bash install-external_nfs.sh install ; rc=$?; rm -f /tmp/external_nfs.tar.gz && rm -rf /tmp/external_nfs; exit $rc' ; rc=$?; rm -f '/tmp/orchestrator_comp_21a7ed02-b4f0-4f09-98cc-8406a98cd0de.tar.gz.b64' /tmp/external_nfs.tar.gz; exit $rc"
],
"dependencies": [],
"status": "Failed",
"created_at": "2026-04-21T02:43:42.534304Z",
"started_at": "2026-04-21T02:43:42.637603Z",
"completed_at": "2026-04-21T02:43:45.247118Z",
"output": null,
"error": "Command execution failed: bash: install-external_nfs.sh: No such file or directory\n",
"tags": {
"server": "libre-wuji-cp-0",
"type": "component",
"operation": "install",
"component": "external_nfs",
"workspace": "/Users/Akasha/project-provisioning/workspaces/libre-wuji"
}
}