Reorganize labs under unified Zava naming + add master README#169
Open
meetshamir wants to merge 1 commit into
Open
Reorganize labs under unified Zava naming + add master README#169meetshamir wants to merge 1 commit into
meetshamir wants to merge 1 commit into
Conversation
Renames the lab directories under labs/ to a consistent Zava-themed
naming scheme so all labs share branding, and rewrites labs/README.md
as a true master index.
Renames:
- starter-lab -> zava-eats (Grubify food-ordering on ACA)
- azure-friday -> zava-cafe (App Service + Azure SQL e-commerce)
- zava-aks-postgres -> zava-athletic (AKS + private Postgres)
- vm-cosmosdb -> zava-infra/scenarios/perf-drift
- deployment-compliance -> zava-infra/scenarios/compliance
- terraform-drift... -> zava-infra/scenarios/tf-drift
- (split out) -> zava-itsupport (ServiceNow laptop-replacement)
The IT-support lab is split out of zava-cafe and azure-friday into its
own standalone lab (zava-itsupport). zava-power (PowerGrid ZeroOps) is
unchanged.
Adds:
- labs/README.md - rewritten as master index with per-lab
synopses, decision aids, and shared prereqs
- labs/LAUNCHER.md - multi-lab dispatcher docs
- labs/AGENTS.md - lab authoring guide
- labs/lab.sh / lab.ps1 - launcher scripts
- labs/sim.sh / sim.ps1 - simulator dispatcher
- labs/_platform/ - shared platform helpers
- labs/recipes/ - 3 portable agent-config bundles
- sreagent-templates/recipes/azmon-aca-servicenow-powergrid-ops/
Misc:
- .gitignore: exclude labs/**/.deployed/ launcher state and *.legacy
Co-authored-by: Copilot <223556219+Copilot@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.
Renames the lab directories under labs/ to a consistent Zava-themed naming scheme so all labs share branding, and rewrites labs/README.md as a true master index.
Renames:
The IT-support lab is split out of zava-cafe and azure-friday into its own standalone lab (zava-itsupport). zava-power (PowerGrid ZeroOps) is unchanged.
Adds:
synopses, decision aids, and shared prereqs
Misc: