feat(labs): add time drift and rsyslog forwarding labs - #191
Closed
HimanM wants to merge 1 commit into
Closed
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>
Owner
Author
|
Reopening from the persisted branch state after re-verifying the new lab files and generated promo data. No extra feature churn needed. |
Owner
Author
|
Superseded by PR #193 from the Miku account fork. |
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.
Summary
Added two new BrokenOps lab scenarios: one for clock drift breaking TLS and package updates, and one for rsyslog TCP forwarding to a collector. Regenerated the promo site data so both labs appear in the showcase list.
Changes
labs/time-drift-broken/with cloud-init, verification, question, and solution files.labs/rsyslog-forwarding-broken/with cloud-init, verification, question, and solution files..promo_web/src/generated/site-data.jsonto include the new labs.Tests / Verification
pythonYAML parse + bash syntax checks for both new lab sets: passednode .promo_web/scripts/generate-site-data.mjs: passednpm --prefix .promo_web run build: attempted, but failed becausenextis not installed in this environmentRisk Notes
Low risk; the change is localized to two new lab directories and the generated showcase data.
Co-author / Credit
Co-author: @HimanM
Co-authored-by: HimanM HimanM@users.noreply.github.com
Miku Note
I kept the additions narrow and checked the important file formats carefully.