Actions
Support #16417
closedSalt installer includes setting up log aggregation with loki
Added by Peter Amstutz over 4 years ago. Updated 28 days ago.
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Deployment
Target version:
Due date:
Story points:
-
Release:
Release relationship:
Auto
Description
Centralize collection of service logs on a cluster so they are easier to access and available if the system crashes.
Updated by Peter Amstutz over 4 years ago
- Target version changed from 2020-06-03 Sprint to 2020-06-17 Sprint
Updated by Peter Amstutz over 4 years ago
- Target version changed from 2020-06-17 Sprint to 2020-07-01 Sprint
Updated by Peter Amstutz over 4 years ago
- Target version changed from 2020-07-01 Sprint to 2020-07-15
Updated by Peter Amstutz over 4 years ago
- Target version changed from 2020-07-15 to 2020-08-26 Sprint
Updated by Peter Amstutz over 4 years ago
- Target version changed from 2020-08-26 Sprint to 2020-09-09 Sprint
Updated by Javier Bértoli about 4 years ago
- Target version changed from 2020-09-09 Sprint to 2020-09-23 Sprint
Updated by Peter Amstutz about 4 years ago
- Target version changed from 2020-09-23 Sprint to 2020-10-21 Sprint
Updated by Peter Amstutz about 4 years ago
- Target version changed from 2020-10-21 Sprint to 2020-11-04 Sprint
Updated by Peter Amstutz about 4 years ago
- Target version deleted (
2020-11-04 Sprint)
Updated by Peter Amstutz 2 months ago
- Release deleted (
60) - Target version changed from Future to Development 2024-09-25 sprint
- Assigned To changed from Javier Bértoli to Lucas Di Pentima
- Subject changed from Centralize logs to Salt installer includes setting up log aggregation with loki
Updated by Peter Amstutz 2 months ago
- Category set to Deployment
- Project changed from 35 to Arvados
Updated by Peter Amstutz about 2 months ago
- Target version changed from Development 2024-09-25 sprint to Development 2024-10-09 sprint
Updated by Lucas Di Pentima about 2 months ago
- Status changed from New to In Progress
Updated by Lucas Di Pentima about 1 month ago
16417-installer-loki @ 84ba7b0687
- All agreed upon points are implemented / addressed. Describe changes from pre-implementation design.
- Yes
- Anything not implemented (discovered or discussed during work) has a follow-up story.
- No
- Code is tested and passing, both automated and manual, what manual testing was done is described.
- Manual test performed by deploying a multi node cluster and confirming that everything got installed properly
- New or changed UX/UX and has gotten feedback from stakeholders.
- N/A
- Documentation has been updated.
- Yes
- Behaves appropriately at the intended scale (describe intended scale).
- No change in scale
- Considered backwards and forwards compatibility issues between client and server.
- N/A
- Follows our coding standards and GUI style guidelines.
- N/A
- Terraform changes include:
- Adding a new DNS name for the loki URL
- Creating a new S3 bucket to hold Loki data and access resources for it.
- Installer changes include:
- Adding new nginx configurations for the loki URL
- Installing and configuring the Loki service in the monitoring role
- Installing and configuring the Grafana Alloy service on all nodes
- Installing the Loki related dashboard on Grafana
Updated by Peter Amstutz about 1 month ago
- Target version changed from Development 2024-10-09 sprint to Development 2024-10-23 sprint
Updated by Brett Smith about 1 month ago
Updated by Lucas Di Pentima about 1 month ago
- Status changed from In Progress to Resolved
Applied in changeset arvados|f830a66beea08bb4edf35a34e9388b44d95f5545.
Updated by Lucas Di Pentima about 1 month ago
- Status changed from Resolved to In Progress
Re-opening this as I've discovered a bug in the installer code that makes grafana installed on all nodes.
Updated by Lucas Di Pentima 30 days ago
Updates at c3e3074 - 16417-installer-loki-fixes
branch
Test run: test-provision: #1012
- Instead of requiring
grafana-formula
's managed package repo state,alloy_install
state now manages it directly. This avoids having grafana installed on all nodes. - While manually testing a multi-node cluster deployment, Loki was failing to start because the auto-generated S3 bucket password included 2
/
chars that cannot parse correctly in its config file. Now weurlencode()
the password to fix it.
Updated by Peter Amstutz 29 days ago
- Target version changed from Development 2024-10-23 sprint to Development 2024-11-06 sprint
Updated by Brett Smith 29 days ago
Lucas Di Pentima wrote in #note-23:
Updates at c3e3074 -
16417-installer-loki-fixes
branch
Test run: test-provision: #1012
LGTM, thanks.
Updated by Lucas Di Pentima 29 days ago
- Status changed from In Progress to Resolved
Applied in changeset arvados|6c078262dbed6e8885dde5eb11b64e4071f1fe82.
Actions