provisioning-platform/data/tasks/2038f559-5ba2-455a-a39a-d0f795de7bb1.json

23 lines
1.3 KiB
JSON
Raw Normal View History

{
"id": "2038f559-5ba2-455a-a39a-d0f795de7bb1",
"name": "component_install_stalwart",
"command": "bash",
"args": [
"-c",
"base64 -d < '/tmp/orchestrator_comp_2038f559-5ba2-455a-a39a-d0f795de7bb1.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_2038f559-5ba2-455a-a39a-d0f795de7bb1.tar.gz.b64' /tmp/stalwart.tar.gz; exit $rc"
],
"dependencies": [],
"status": "Failed",
"created_at": "2026-04-22T04:02:48.252897Z",
"started_at": "2026-04-22T04:02:48.350603Z",
"completed_at": "2026-04-22T04:02:51.512240Z",
"output": null,
"error": "Command execution failed: ERROR: required variable STALWART_LB_IPAM_IP is not set\n",
"tags": {
"component": "stalwart",
"server": "libre-wuji-cp-0",
"operation": "install",
"type": "component",
"workspace": "/Users/Akasha/project-provisioning/workspaces/libre-wuji"
}
}