Summary
Deployed a VM with the alertmanager service role attached (default/empty
config - no webhook_url submitted), on the Ubuntu 24.x "with PlusClouds
Service" image. After SSH login succeeded, systemctl is-active alertmanager reported failed (never reached active) for the full
300s verification window, and the /-/healthy endpoint on :9093 was
unreachable (curl couldn't connect at all - exit 7).
Repro
POST /leo/iaas/virtual-machines/create-wizard with
service_roles: {"alertmanager": {"config": {}}} against the Ubuntu 24.x
"with PlusClouds Service" image, then after boot:
systemctl is-active alertmanager # -> failed
curl http://127.0.0.1:9093/-/healthy # -> connection refused/unreachable
The VM was deployed and torn down automatically as part of the test run,
so the live VM/journalctl -u alertmanager output is gone - filed from the
test's captured output, not a live inspection. Happy to redeploy with
CLEANUP_AFTER_TEST=false and pull the actual unit logs if useful.
Found via leo4.tester's iaas-service-roles automated test scenario.
Summary
Deployed a VM with the
alertmanagerservice role attached (default/emptyconfig - no
webhook_urlsubmitted), on the Ubuntu 24.x "with PlusCloudsService" image. After SSH login succeeded,
systemctl is-active alertmanagerreportedfailed(never reachedactive) for the full300s verification window, and the
/-/healthyendpoint on :9093 wasunreachable (curl couldn't connect at all - exit 7).
Repro
POST /leo/iaas/virtual-machines/create-wizardwithservice_roles: {"alertmanager": {"config": {}}}against the Ubuntu 24.x"with PlusClouds Service" image, then after boot:
The VM was deployed and torn down automatically as part of the test run,
so the live VM/
journalctl -u alertmanageroutput is gone - filed from thetest's captured output, not a live inspection. Happy to redeploy with
CLEANUP_AFTER_TEST=falseand pull the actual unit logs if useful.Found via
leo4.tester'siaas-service-rolesautomated test scenario.