prvng_platform/crates/data/tasks/9f4bde77-1b97-4113-a824-1ddede99763e.json

23 lines
No EOL
1.2 KiB
JSON

{
"id": "9f4bde77-1b97-4113-a824-1ddede99763e",
"name": "component_install_fip",
"command": "bash",
"args": [
"-c",
"base64 -d < '/tmp/orchestrator_comp_9f4bde77-1b97-4113-a824-1ddede99763e.tar.gz.b64' > /tmp/fip.tar.gz && scp -i '/Users/jesusperezlorenzo/.ssh/htz_ops' /tmp/fip.tar.gz 'root@libre-wuji-wrk-0:/tmp/' && ssh -i '/Users/jesusperezlorenzo/.ssh/htz_ops' 'root@libre-wuji-wrk-0' 'rm -rf /tmp/fip && mkdir -p /tmp/fip && tar xzf /tmp/fip.tar.gz -C /tmp/fip && cd /tmp/fip && sudo bash install-fip.sh install ; rc=$?; rm -f /tmp/fip.tar.gz && rm -rf /tmp/fip; exit $rc' ; rc=$?; rm -f '/tmp/orchestrator_comp_9f4bde77-1b97-4113-a824-1ddede99763e.tar.gz.b64' /tmp/fip.tar.gz; exit $rc"
],
"dependencies": [],
"status": "Completed",
"created_at": "2026-04-21T01:43:55.801859Z",
"started_at": "2026-04-21T01:43:55.932210Z",
"completed_at": "2026-04-21T01:43:59.790169Z",
"output": "Written /etc/network/interfaces.d/60-floating-ip\nFloating IP 49.12.115.133 active on eth0\n",
"error": null,
"tags": {
"type": "component",
"component": "fip",
"server": "libre-wuji-wrk-0",
"operation": "install",
"workspace": "/Users/Akasha/project-provisioning/workspaces/libre-wuji"
}
}