Uh oh!
There was an error while loading. Please reload this page.
Add OpenShift AIOps Self-Healing Platform pattern documentation - #652
Add OpenShift AIOps Self-Healing Platform pattern documentation#652tosin2013 wants to merge 2 commits into
Conversation
Comprehensive documentation for the OpenShift AIOps Platform validated pattern, including deployment guides, architecture overview, customization examples, and cluster sizing recommendations. Key additions: - Pattern overview and solution elements - Architecture documentation with component details - Deployment instructions for HA and SNO topologies - Customization guide with real-world examples from live clusters - Platform configuration tuning examples - Storage configuration patterns (ODF, CephFS, cloud storage) - Resource planning and sizing for HA/SNO deployments - Development workflow with Jupyter notebooks - Workshop resources and learning materials - Cluster sizing guidelines Includes 33 Jupyter notebook catalog covering anomaly detection, self-healing logic, model serving, MCP/Lightspeed integration, and advanced scenarios.
Hi @tosin2013. Thanks for your PR. I'm waiting for a validatedpatterns member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
… flow - oaiops-deploying.adoc: replace multi-make-target deployment steps with the VP-native single-command './pattern.sh make install' flow. Document that secretLoader is disabled by default (no Vault pre-checks needed), gitea.enabled=false removes git-credentials requirement for default public GitHub deployments, and explain the optional Gitea integration path. Simplify prerequisites to reflect that only oc, git, make, and podman are required for basic installation. - _index.adoc: update tier from community to sandbox to reflect in-progress VP sandbox tier submission status. Made-with: Cursor
Summary
This PR adds comprehensive documentation for the OpenShift AIOps Self-Healing Platform validated pattern, a GitOps-deployed solution that provides intelligent, automated incident response for OpenShift clusters.
Documentation includes:
Real-world examples from live clusters:
Files Added
content/patterns/openshift-aiops-platform/_index.adoc- Pattern overviewcontent/patterns/openshift-aiops-platform/getting-started.adoc- Getting started guidecontent/patterns/openshift-aiops-platform/ideas-for-customization.adoc- Customization guide (1,600+ lines)content/patterns/openshift-aiops-platform/cluster-sizing.adoc- Cluster sizing recommendationsmodules/oaiops-*.adoc- Architecture, deployment, and solution elements modulesTest Plan
Related Links