provisioning-platform/data/tasks/fa54b1e1-0cbe-4dae-b369-d33071b54242.json

23 lines
1.2 KiB
JSON
Raw Normal View History

{
"id": "fa54b1e1-0cbe-4dae-b369-d33071b54242",
"name": "component_install_stalwart",
"command": "bash",
"args": [
"-c",
"base64 -d < '/tmp/orchestrator_comp_fa54b1e1-0cbe-4dae-b369-d33071b54242.tar.gz.b64' > /tmp/stalwart.tar.gz && scp -i '/Users/jesusperezlorenzo/.ssh/htz_ops' /tmp/stalwart.tar.gz 'root@libre-wuji-cp-0:/tmp/' && ssh -i '/Users/jesusperezlorenzo/.ssh/htz_ops' 'root@libre-wuji-cp-0' 'rm -rf /tmp/stalwart && mkdir -p /tmp/stalwart && tar xzf /tmp/stalwart.tar.gz -C /tmp/stalwart && cd /tmp/stalwart && sudo bash install-stalwart.sh install ; rc=$?; rm -f /tmp/stalwart.tar.gz && rm -rf /tmp/stalwart; exit $rc' ; rc=$?; rm -f '/tmp/orchestrator_comp_fa54b1e1-0cbe-4dae-b369-d33071b54242.tar.gz.b64' /tmp/stalwart.tar.gz; exit $rc"
],
"dependencies": [],
"status": "Failed",
"created_at": "2026-04-22T01:05:50.377942Z",
"started_at": "2026-04-22T01:05:50.662437Z",
"completed_at": "2026-04-22T01:05:53.762962Z",
"output": null,
"error": "Command execution failed: ERROR: required variable RELAY_USERNAME is not set\n",
"tags": {
"workspace": "/Users/Akasha/project-provisioning/workspaces/libre-wuji",
"component": "stalwart",
"type": "component",
"operation": "install",
"server": "libre-wuji-cp-0"
}
}