23 lines
No EOL
4.1 KiB
JSON
23 lines
No EOL
4.1 KiB
JSON
{
|
|
"id": "4ebf8e92-31eb-49ee-acfd-40879a34ff02",
|
|
"name": "component_install_docker_mailserver",
|
|
"command": "bash",
|
|
"args": [
|
|
"-c",
|
|
"base64 -d < '/tmp/orchestrator_comp_4ebf8e92-31eb-49ee-acfd-40879a34ff02.tar.gz.b64' > /tmp/docker_mailserver.tar.gz && scp -i '/Users/jesusperezlorenzo/.ssh/htz_ops' /tmp/docker_mailserver.tar.gz 'root@libre-wuji-cp-0:/tmp/' && ssh -i '/Users/jesusperezlorenzo/.ssh/htz_ops' 'root@libre-wuji-cp-0' 'rm -rf /tmp/docker_mailserver && mkdir -p /tmp/docker_mailserver && tar xzf /tmp/docker_mailserver.tar.gz -C /tmp/docker_mailserver && cd /tmp/docker_mailserver && sudo bash -x install-docker_mailserver.sh install ; rc=$?; echo '[debug] leaving /tmp/docker_mailserver and /tmp/docker_mailserver.tar.gz on remote for inspection'; exit $rc' ; rc=$?; rm -f '/tmp/orchestrator_comp_4ebf8e92-31eb-49ee-acfd-40879a34ff02.tar.gz.b64' /tmp/docker_mailserver.tar.gz; exit $rc"
|
|
],
|
|
"dependencies": [],
|
|
"status": "Failed",
|
|
"created_at": "2026-04-22T19:45:44.429579Z",
|
|
"started_at": "2026-04-22T19:45:44.454681Z",
|
|
"completed_at": "2026-04-22T19:50:49.173927Z",
|
|
"output": null,
|
|
"error": "Command execution failed: + set -euo pipefail\n+++ dirname install-docker_mailserver.sh\n++ cd .\n++ pwd\n+ SCRIPT_DIR=/tmp/docker_mailserver\n+ set -a\n+ '[' -f /tmp/docker_mailserver/env-docker_mailserver ']'\n+ source /tmp/docker_mailserver/env-docker_mailserver\n++ DMS_NAMESPACE=mail\n++ DMS_IMAGE=ghcr.io/docker-mailserver/docker-mailserver:14.0\n++ DMS_GUI_IMAGE=audioscavenger/dms-gui:1.5.24\n++ DMS_NODE=libre-wuji-wrk-0\n++ DMS_LB_IPAM_IP=49.12.115.133\n++ DMS_STORAGE_CLASS=hcloud-volumes\n++ DMS_MAIL_DATA_SIZE=20Gi\n++ DMS_MAIL_CONFIG_SIZE=1Gi\n++ DMS_HOSTNAME=mail.librecloud.online\n++ DMS_DOMAIN=librecloud.online\n++ DMS_TLS_SECRET=docker-mailserver-tls\n++ DMS_CLUSTER_ISSUER=letsencrypt-prod\n++ DMS_SMTP_PORT=25\n++ DMS_IMAP_PORT=143\n++ DMS_SMTPS_PORT=465\n++ DMS_SUBMISSION_PORT=587\n++ DMS_IMAPS_PORT=993\n++ DMS_GUI_PORT=80\n++ RELAY_HOST=email-smtp.eu-west-1.amazonaws.com\n++ RELAY_PORT=587\n++ KUBECONFIG=/etc/kubernetes/admin.conf\n+ '[' -f /tmp/docker_mailserver/credentials.env ']'\n+ source /tmp/docker_mailserver/credentials.env\n++ RELAY_USER=AKIAWSNYYBNTMV7GA33R\n++ RELAY_PASSWORD=***REDACTED***\n+ set +a\n+ DMS_NAMESPACE=mail\n+ DMS_IMAGE=ghcr.io/docker-mailserver/docker-mailserver:14.0\n+ DMS_GUI_IMAGE=audioscavenger/dms-gui:1.5.24\n+ DMS_NODE=libre-wuji-wrk-0\n+ DMS_LB_IPAM_IP=49.12.115.133\n+ DMS_STORAGE_CLASS=hcloud-volumes\n+ DMS_MAIL_DATA_SIZE=20Gi\n+ DMS_MAIL_CONFIG_SIZE=1Gi\n+ DMS_HOSTNAME=mail.librecloud.online\n+ DMS_DOMAIN=librecloud.online\n+ DMS_TLS_SECRET=docker-mailserver-tls\n+ DMS_SMTP_PORT=25\n+ DMS_IMAP_PORT=143\n+ DMS_SMTPS_PORT=465\n+ DMS_SUBMISSION_PORT=587\n+ DMS_IMAPS_PORT=993\n+ DMS_GUI_PORT=80\n+ RELAY_HOST=email-smtp.eu-west-1.amazonaws.com\n+ RELAY_PORT=587\n+ KUBECONFIG=/etc/kubernetes/admin.conf\n+ export KUBECONFIG DMS_NAMESPACE DMS_IMAGE DMS_GUI_IMAGE DMS_NODE DMS_LB_IPAM_IP DMS_STORAGE_CLASS DMS_MAIL_DATA_SIZE DMS_MAIL_CONFIG_SIZE DMS_HOSTNAME DMS_DOMAIN DMS_TLS_SECRET DMS_SMTP_PORT DMS_IMAP_PORT DMS_SMTPS_PORT DMS_SUBMISSION_PORT DMS_IMAPS_PORT DMS_GUI_PORT RELAY_HOST RELAY_PORT SCRIPT_DIR\n+ source /tmp/docker_mailserver/docker_mailserver-lib.sh\n+ CMD_TSK=install\n+ case \"$CMD_TSK\" in\n+ _do_install\n+ _require_env DMS_HOSTNAME\n+ local var=DMS_HOSTNAME\n+ '[' -z mail.librecloud.online ']'\n+ _require_env DMS_DOMAIN\n+ local var=DMS_DOMAIN\n+ '[' -z librecloud.online ']'\n+ _require_env DMS_NODE\n+ local var=DMS_NODE\n+ '[' -z libre-wuji-wrk-0 ']'\n+ _require_env DMS_LB_IPAM_IP\n+ local var=DMS_LB_IPAM_IP\n+ '[' -z 49.12.115.133 ']'\n+ _require_env RELAY_HOST\n+ local var=RELAY_HOST\n+ '[' -z email-smtp.eu-west-1.amazonaws.com ']'\n+ bash /tmp/docker_mailserver/run-init.sh\nWarning: cilium.io/v2alpha1 CiliumLoadBalancerIPPool is deprecated; use cilium.io/v2 CiliumLoadBalancerIPPool\nerror: timed out waiting for the condition on pods/docker-mailserver-f5b7b7bcb-bql5g\n",
|
|
"tags": {
|
|
"workspace": "/Users/Akasha/project-provisioning/workspaces/libre-wuji",
|
|
"server": "libre-wuji-cp-0",
|
|
"operation": "install",
|
|
"component": "docker_mailserver",
|
|
"type": "component"
|
|
}
|
|
} |