forked from microsoft/AIOpsLab
-
Notifications
You must be signed in to change notification settings - Fork 2
Add governance docs: Emergent.sh licensing, Vercel integration, and repository roles #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
vitrixLab
wants to merge
18
commits into
vitrixLab:main
Choose a base branch
from
VitrixLab-Internship-Initiative-Program:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add governance docs: Emergent.sh licensing, Vercel integration, and repository roles #3
vitrixLab
wants to merge
18
commits into
vitrixLab:main
from
VitrixLab-Internship-Initiative-Program:main
Conversation
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
# PR: SC-MVP-01 Cluster Setup — Basic Infra Reqs ## Branch `sc-mvp/cluster-setup` ## Commit Message Add BASIC INFRA REQS.md + lightweight logging ## Snippet / ETL-Friendly Description - SC-MVP-01: Provision k3/kind cluster, 1 control-plane + 1 worker node - Namespace `sc-mvp-test` for app deployment - Capture stdout/stderr logs in **CSV/JSON** for SQLite ETL - Record timestamps, pod status, and resource usage - Optional cleanup: delete cluster on failure - Documentation includes `kind-config.yaml` and reproducibility steps - SHA256 (Original Artifact): `<SHA256-ORIGINAL-PLACEHOLDER>` <!-- Replace with local artifact hash --> - SHA256 (Microsoft Official): `<SHA256-MICROSOFT-PLACEHOLDER>` <!-- Replace with official upstream hash --> ## Commit Email vitrixlabph@gmail.com
## SC-MVP-02: Checkpoint Definition — App Deployment & Rollout Verification ### Branch `sc-mvp/app-deploy` ### Commit Message Define app deployment checkpoint with idempotent rollout verification ### Snippet **SC-MVP-02: Deploy Hotel Reservation App** - Deploy **hotel reservation app** into `sc-mvp-test` namespace - Ensure **idempotent deployment** (safe re-apply with no side effects) - Use declarative manifests (Deployment, Service, optional Ingress) - Verify successful rollout via: - `kubectl rollout status` - Pod readiness & availability checks - Service endpoint accessibility - Capture deployment metadata: - Timestamps (apply/start/ready) - Pod status & restart count - Image digest / tag used - Log stdout/stderr and rollout results in **CSV/JSON** (SQLite-ready ETL) - Failure handling: - Automatic rollback or explicit failure state - Preserve logs and cluster state for audit - Documentation includes: - Deployment manifests - Rollout verification steps - Re-run / idempotency validation notes ### Artifact Integrity - **SHA256 (Original Artifact):** `<SHA256-CONTRI-PLACEHOLDER>` - **SHA256 (Microsoft Official):** `<SHA256-MICROSOFT-PLACEHOLDER>` ### Commit Email `vitrixlabph@gmail.com`
Create HOTEL RESERVATION APP MICROSERVICE ARCHITECTURE.md
Create BASIC INFRA REQS.md
Add repository roles and permissions governance document This change introduces a clear, auditable definition of repository access roles to enforce least-privilege access and contributor governance. The document defines: - Read, Triage, and Write roles with explicit permissions - Usage guidance for each role - Governance principles for access control and auditability Purpose: ensure secure, compliant, and traceable access management aligned with AIOpsLab quality and safety standards.
Add repository roles and permissions governance document This change introduces a clear, auditable definition of repository access roles to enforce least-privilege access and contributor governance. The document defines: - Read, Triage, and Write roles with explicit permissions - Usage guidance for each role - Governance principles for access control and auditability Purpose: ensure secure, compliant, and traceable access management aligned with AIOpsLab quality and safety standards.
Add repository roles and permissions governance document This change introduces a clear, auditable definition of repository access roles to enforce least-privilege access and contributor governance. The document defines: - Read, Triage, and Write roles with explicit permissions - Usage guidance for each role - Governance principles for access control and auditability Purpose: ensure secure, compliant, and traceable access management aligned with AIOpsLab quality and safety standards.
LICENSE contributor VitrixLab, VitrixLab Internship Initiative Program and Jason "Soo Ji" Dano | "Peper Cruz" Et.al
adding License contributors: VitrixLab, VitrixLab Internship Initiative Program and Jason "Soo Ji" Dano | "Peper Cruz" Et.al
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
This pull request adds foundational governance and quality assurance documentation to support safe, auditable, and reproducible operations across the OSHSOME website and AIOpsLab ecosystem.
Included changes:
Why this matters:
These documents establish vendor transparency, deployment safety controls, and least-privilege access standards to prevent governance drift and ensure compliance with AIOpsLab quality and safety requirements.
Framework alignment:
Status: Ready for review