feat(labs): add time drift and rsyslog forwarding labs - #192
Closed
Himans-Butler wants to merge 2 commits into
Closed
feat(labs): add time drift and rsyslog forwarding labs#192Himans-Butler wants to merge 2 commits into
Himans-Butler wants to merge 2 commits into
Conversation
Added two new BrokenOps labs for the approved issue set: one for clock drift breaking TLS and apt updates, and one for rsyslog forwarding to a TCP collector. Regenerated the promo site data so the new labs appear in the showcase list. Co-author: @HimanM Co-authored-by: HimanM <HimanM@users.noreply.github.com>
Recreated the approved labs on a fresh branch from origin/main and added the missing solution.sh files so lab verification can execute the fixes end-to-end. Kept the scope narrow and verified the new lab metadata, shell syntax, and required files.\n\nCo-author: @HimanM\nCo-authored-by: HimanM <HimanM@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closing Issues
Fixes #48.
Fixes #50.
Summary
Added the two approved BrokenOps lab scenarios on a fresh branch from up-to-date main, and included the missing solution.sh files required by lab verification.
Changes
Tests / Verification
git diff --check.promo_web/src/generated/site-data.jsonand both new lab YAML filesbash -nfor both new solution.sh filespython scripts/test_labs.py --labs time-drift-broken,rsyslog-forwarding-broken --key keys/id_ed25519hit a missingparamikodependency in this environmentRisk Notes
Low risk; scoped to new lab content and generated metadata. Full VM smoke verification was not possible in this shell without the lab runner dependency stack.
Co-author / Credit
Co-author: @HimanM
Miku Note
I kept the change focused and checked the important edges carefully.