Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
938a199
chore: lint tools role
Red-GV Aug 12, 2025
00dec1d
feat: replace AWX alert cronjob with recorders roles
Red-GV Aug 13, 2025
9b10f6b
feat: replace post and pre fault injection/removal tasks with recorde…
Red-GV Aug 13, 2025
f1d428c
feat: replace AWX traces cronjob with recorders roles
Red-GV Aug 13, 2025
13d1581
chore: cleaning files
Red-GV Aug 14, 2025
ac7e627
fix: wait for statefulset to successfully update
Red-GV Aug 14, 2025
435bc97
chore: adjust retry values
Red-GV Aug 14, 2025
6b13073
fix: correct conditionals
Red-GV Aug 14, 2025
174306c
fix: update incident smoke tests to focus on fault injection and removal
Red-GV Aug 14, 2025
7891518
fix: correct jaeger collector otlp grpc endpoint
Red-GV Aug 14, 2025
f665796
fix: correct jaeger query endpoint
Red-GV Aug 15, 2025
afb29e4
bump: update ansible-lint to latest
Red-GV Aug 15, 2025
1aa7e0c
chore: remove jaeger cronjob
Red-GV Aug 15, 2025
2a5bb29
chore: remove unneeded common role
Red-GV Aug 15, 2025
c0d3c31
fix: update smoke test vars
Red-GV Aug 15, 2025
5b552be
chore: fix files after rebase
Red-GV Aug 18, 2025
8876315
chore: remove non-firing alerts
Red-GV Aug 19, 2025
dcda57d
chore: reorganize files
Red-GV Aug 19, 2025
438f2cf
feat: add local storage option for records
Red-GV Aug 19, 2025
adcdcbd
chore: sleep after downloading nodes for 30 minutes
Red-GV Aug 19, 2025
3b174d2
style: replace configmap with template
Red-GV Aug 20, 2025
b93bacf
style: use combination of templates and files for object creation
Red-GV Aug 20, 2025
e882e3d
style: become independent of objects names
Red-GV Aug 20, 2025
f1291a4
fix: correct prometheus test file
Red-GV Aug 20, 2025
674d956
fix: correct typing of templated variables
Red-GV Aug 20, 2025
bbb2a2a
fix: correct confimap spacing
Red-GV Aug 20, 2025
05f4022
feat: add export option to s3 bucket
Red-GV Aug 20, 2025
9492f69
fix: correct indents for configmap
Red-GV Aug 20, 2025
8b39e23
chore: remove book keeping role in place of alert recording
Red-GV Aug 20, 2025
1b1f425
fix: correct storage variable assignment
Red-GV Aug 21, 2025
dbf9abc
chore: add note about additional awx jobs
Red-GV Aug 21, 2025
a2f7489
fix: correct lambda expression
Red-GV Aug 21, 2025
4d6e574
refactor: change kubernetes topology recorder to job based design
Red-GV Aug 22, 2025
d2202f4
chore: update timing of recorders in make commands
Red-GV Aug 22, 2025
df75db9
fix: update file path
Red-GV Aug 22, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ updates:

- package-ecosystem: "docker"
directories:
- "sre/roles/recorders/files/**/**/"
- "sre/roles/tools/files/kubernetes/"
- "sre/tools/kubernetes-topology-monitor/"
- "sre/tools/kubernetes-topology-monitor/charts/kubernetes-topology-monitor/templates/"
Expand All @@ -44,6 +45,7 @@ updates:
- "/"
- "sre/"
- "sre/dev/remote_cluster/"
- "sre/roles/recorders/files/**/**/scripts/"
- "sre/tools/kubernetes-topology-monitor/"
groups:
pip-production-dependencies:
Expand Down
Loading
Loading