-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Log Forwarding: enable forwarding nodepool build logs
If log forwarding is enabled, create a fluent bit sidecar on the nodepool-builder statefulset that forwards logs a json payloads, ie the way Nodepool and Zuul process do too. Include a simple Ansible output callback plugin to timestamp each line in ansible-playbook's output, which allows these log lines to be queried in order in the log collector. Change-Id: I5b4779b58f72aab41de3dd3262f0e1d8f90d5566
- Loading branch information
Showing
9 changed files
with
611 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[defaults] | ||
stdout_callback=timestamp |
Oops, something went wrong.