feat: define service-catalog workload contract for homelab validation#200
Open
clubanderson wants to merge 1 commit into
Open
feat: define service-catalog workload contract for homelab validation#200clubanderson wants to merge 1 commit into
clubanderson wants to merge 1 commit into
Conversation
…projectbluefin#66) Add docs/service-catalog-contract.md defining the shared workload contract that every service-catalog lane under projectbluefin#51 must satisfy. The contract covers nine areas: 1. K8s-native first-pass assumption (no VMs, no Helm, raw manifests) 2. Deployment: namespace isolation, manifest application, readiness evidence, secret/env handling 3. Persistence: PVC lifecycle, restart survival with sentinel files 4. Reachability: cluster DNS, endpoints, HTTP response evidence 5. Upgrade/redeploy: image tag change and config change evidence 6. Teardown: onExit namespace cleanup with timeout 7. Cross-epic dependencies: projectbluefin#52 storage, projectbluefin#53 access/TLS, projectbluefin#54 VM follow-up (explicitly not a blocker) 8. Shared test infrastructure: kube.py module and env var contract 9. Lane compliance checklist for new lane PRs Also adds a cross-reference from homelab-contracts.md to the new doc. Signed-off-by: Andy Anderson <andy@clubanderson.com> Signed-off-by: unknown <unknown@users.noreply.github.com>
hanthor
approved these changes
Jun 6, 2026
hanthor
left a comment
Member
There was a problem hiding this comment.
LGTM — workload contract definition docs.
6 tasks
5 tasks
hanthor
approved these changes
Jun 16, 2026
hanthor
left a comment
Member
There was a problem hiding this comment.
Approved via org-wide review.
hanthor
approved these changes
Jun 16, 2026
hanthor
left a comment
Member
There was a problem hiding this comment.
Approved via org-wide review.
hanthor
approved these changes
Jul 1, 2026
hanthor
left a comment
Member
There was a problem hiding this comment.
Review: Approved ✅
Part of the structured service-catalog project build-up. Conventional Commits format, referenced issues, consistent with related PRs in the series.
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
Defines the shared workload contract that every service-catalog lane under #51 must satisfy, closing #66. This is a documentation/contract-definition change — no workflows or test code.
Adds
docs/service-catalog-contract.mdcovering nine areas:Also adds a cross-reference from homelab-contracts.md to the new contract doc.
Links
Test plan