Add CLAUDE.md documentation for Claude Code integration#755
Merged
openshift-merge-bot[bot] merged 4 commits intoredhat-performance:mainfrom Jan 14, 2026
Merged
Conversation
Provides comprehensive development guidance for Claude Code when working with the Jetlag codebase, including: - Essential commands for environment setup and cluster deployment - Clear workflows for Red Hat Labs (Scale/Performance) and IBMcloud environments - Coverage of all cluster types: MNO, SNO, VMNO, and hybrid deployments - Architecture overview and critical configuration variables - Environment-specific considerations and deployment patterns 🤖 Generated with [Claude Code](https://claude.ai/code) Assisted-by: Claude (claude-sonnet-4@20250514)
CLAUDE.md
Outdated
| - **SNO (Single Node OpenShift)**: Single node clusters, one per available machine | ||
| - **VMNO (Virtual Multi Node OpenShift)**: MNO cluster using VMs instead of bare metal (Jetlag-specific term) | ||
| - **Hybrid MNO**: MNO cluster with both bare metal and virtual worker nodes | ||
| - **Hypervisor nodes**: Unused machines become VM hosts for additional clusters or hybrid workers |
Member
There was a problem hiding this comment.
Humm maybe 4 (HMNO) and 5 (Hypervisor nodes) are the same and should be unified into HMNO?
Collaborator
|
Can we also add a |
mcornea
reviewed
Jan 13, 2026
…etails Hypervisor nodes are not a cluster type but rather a node type used to host VMs for virtual and hybrid clusters. Moved this information to the Virtual and Hybrid Cluster Details section where it belongs. Assisted-by: Claude (claude-sonnet-4@20250514)
Adds new section referencing existing documentation resources: - Links to docs/troubleshooting.md for common deployment issues - References docs/tips-and-vars.md for advanced configuration - Provides quick reference for most common issues (focuses on DNS, not DHCP) - Guides Claude Code instances to consult appropriate documentation This will help future Claude instances quickly locate and use the extensive existing troubleshooting knowledge in the codebase. Assisted-by: Claude (claude-sonnet-4@20250514)
Adds .claude/commands/jetlag-review.md providing a comprehensive framework for reviewing Jetlag pull requests with: - GitHub CLI integration for fetching and checking out PRs - Comprehensive Ansible-specific review criteria - Focus on idempotency, module selection, and best practices - YAML formatting and structure validation - Security and performance considerations This will standardize PR review quality and ensure consistent evaluation of changes to the Jetlag codebase. Assisted-by: Claude (claude-sonnet-4@20250514)
Member
|
/lgtm |
Collaborator
|
/lgtm |
Collaborator
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mcornea The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
e5675ff
into
redhat-performance:main
1 check passed
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.
Provides comprehensive development guidance for Claude Code when working with the Jetlag codebase, including:
🤖 Generated with Claude Code
Assisted-by: Claude (claude-sonnet-4@20250514)