rloisell/OCP Resilience Analysis
Collect, analyse, and render a resilience posture report for an OCP namespace.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| namespace | OCP license plate prefix (e.g. f1b263) | yes | — |
| cluster | Source cluster (silver | gold | emerald) | no | silver |
| envs | Comma-separated environment suffixes | no | dev,test,prod,tools |
| repo | GitHub repo owner/name for cross-reference (optional) | no | "" |
| oc-server-url | OpenShift API server URL | no | "" |
| oc-token | OpenShift service account token (read-only, cluster-reader) | no | "" |
| gh-token | GitHub token for repo access and artifact upload | no | ${{ github.token }} |
| llm-api-key | GitHub Models API key (PAT with models:read scope) | yes | — |
| llm-model | LLM model identifier | no | openai/gpt-4o |
| author | Report author name | no | GitHub Actions |
Outputs
| name | description |
|---|---|
| report-path | Path to the generated markdown report |
| pdf-path | Path to the generated PDF report |
| artifact-name | Name of the uploaded GitHub artifact |