Skip to content

Commit

Permalink
Allow check of prometheus alert status (#2178)
Browse files Browse the repository at this point in the history
Part of osism/issues#1009

Signed-off-by: Jan Horstmann <horstmann@osism.tech>
  • Loading branch information
janhorstmann authored Dec 10, 2024
1 parent d759394 commit 2573ab0
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 1,056 deletions.
2 changes: 2 additions & 0 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
parent: abstract-testbed-deploy
vars:
tempest: true
prometheus_alert_status: false

- job:
name: abstract-testbed-deploy-in-a-nutshell
Expand Down Expand Up @@ -164,6 +165,7 @@
vars:
manager_version: 8.1.0
tempst: true
prometheus_alert_status: false

- job:
name: testbed-deploy-stable-ubuntu-22.04
Expand Down
6 changes: 6 additions & 0 deletions environments/generic/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ dotfiles_repo_version: main
dotfiles_repo_local_destination: "~/dotfiles"
dotfiles_files:
- .tmux.conf

prometheus_alert_status_filter:
alertname:
- PrometheusAlertmanagerE2eDeadManSwitch
severity:
- info
64 changes: 0 additions & 64 deletions environments/kolla/files/overlays/prometheus/cadvisor.rules

This file was deleted.

Loading

0 comments on commit 2573ab0

Please sign in to comment.