23 lines
No EOL
1.3 KiB
JSON
23 lines
No EOL
1.3 KiB
JSON
{
|
|
"id": "5ee99da6-f3e0-4896-bb3f-104129e9e0ce",
|
|
"name": "component_install_stalwart",
|
|
"command": "bash",
|
|
"args": [
|
|
"-c",
|
|
"base64 -d < '/tmp/orchestrator_comp_5ee99da6-f3e0-4896-bb3f-104129e9e0ce.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_5ee99da6-f3e0-4896-bb3f-104129e9e0ce.tar.gz.b64' /tmp/stalwart.tar.gz; exit $rc"
|
|
],
|
|
"dependencies": [],
|
|
"status": "Failed",
|
|
"created_at": "2026-04-22T02:00:51.890537Z",
|
|
"started_at": "2026-04-22T02:00:52.228173Z",
|
|
"completed_at": "2026-04-22T02:00:55.313145Z",
|
|
"output": null,
|
|
"error": "Command execution failed: ERROR: required variable STALWART_LB_IPAM_IP is not set\n",
|
|
"tags": {
|
|
"workspace": "/Users/Akasha/project-provisioning/workspaces/libre-wuji",
|
|
"operation": "install",
|
|
"type": "component",
|
|
"component": "stalwart",
|
|
"server": "libre-wuji-cp-0"
|
|
}
|
|
} |