Summary
Deployed a VM with the loki service role attached (default/empty config
- no
version/retention_period override submitted), on the Ubuntu 24.x
"with PlusClouds Service" image. After SSH login succeeded, systemctl is-active loki reported failed for the full 300s verification window,
and the /ready endpoint on :3100 was unreachable (curl couldn't connect
at all - exit 7).
Repro
POST /leo/iaas/virtual-machines/create-wizard with
service_roles: {"loki": {"config": {}}} against the Ubuntu 24.x "with
PlusClouds Service" image, then after boot:
systemctl is-active loki # -> failed
curl http://127.0.0.1:3100/ready # -> connection refused/unreachable
The VM was deployed and torn down automatically as part of the test run,
so the live VM/journalctl -u loki output is gone - filed from the test's
captured output, not a live inspection.
Found via leo4.tester's iaas-service-roles automated test scenario.
Summary
Deployed a VM with the
lokiservice role attached (default/empty configversion/retention_periodoverride submitted), on the Ubuntu 24.x"with PlusClouds Service" image. After SSH login succeeded,
systemctl is-active lokireportedfailedfor the full 300s verification window,and the
/readyendpoint on :3100 was unreachable (curl couldn't connectat all - exit 7).
Repro
POST /leo/iaas/virtual-machines/create-wizardwithservice_roles: {"loki": {"config": {}}}against the Ubuntu 24.x "withPlusClouds 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 lokioutput is gone - filed from the test'scaptured output, not a live inspection.
Found via
leo4.tester'siaas-service-rolesautomated test scenario.