Add comprehensive AAP 2.6 components reference and advanced configuration#36
Merged
Conversation
- Add comprehensive AAP 2.6 deployment documentation with external PostgreSQL - Document troubleshooting steps for namespace, database, and encryption issues - Create symlink from .claude/skills to .cursor/skills for skill sharing - Update reports README with new deployment report entry Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Improves AAP 2.6 deployment documentation to explicitly reference the AnsibleAutomationPlatform parent CR pattern required in 2.6, replacing outdated references to individual component CRs. Changes: - Update aap-deploy/README.md to show all four component secret paths - Update postgres-configuration-secret.example.yaml with parent CR references - Add inline comment explaining target_session_attrs parameter - Add comprehensive AAP 2.6 deployment validation report - Add executive summary validation report All changes ensure 100% compliance with Red Hat AAP 2.6 documentation and improve clarity for users deploying with external PostgreSQL. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
…figuration Adds complete deployment documentation for all AAP 2.6 components (Gateway, Controller, Hub, EDA) with external PostgreSQL configuration. Clarifies that the default deployment includes the full platform, not just minimal components. New files: - docs/aap-components-reference.md: Comprehensive deployment guide covering database architecture, critical requirements, verification procedures, troubleshooting, and scaling guidance (19KB) - aap-deploy/openshift/ansibleautomationplatform-advanced.yaml: HA configuration example with replicas, resource limits, S3 storage, node affinity, and DR idle mode (8.3KB) Updated files: - aap-deploy/README.md: Added "What gets deployed" section clarifying complete platform deployment - aap-deploy/openshift/README.md: Added component overview and reference to deployment guide - docs/INDEX.md: Added new guide to deployment and operations sections Key documentation improvements: - Database architecture: 4 databases on 1 PostgreSQL instance - Hub requirements: RWX storage class and hstore extension - Component verification: Commands to check all components - Troubleshooting: Common deployment issues and solutions - Advanced configuration: HA setup, resource sizing, S3 storage All documentation focuses on deployment-specific configuration and references Red Hat docs for component capabilities and usage. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
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
New Documentation
📚 AAP Components Reference (19KB)
File:
docs/aap-components-reference.mdComplete deployment guide covering:
⚙️ Advanced Configuration Example (8.3KB)
File:
aap-deploy/openshift/ansibleautomationplatform-advanced.yamlProduction-ready HA configuration including:
Documentation Updates
Clarified Default Deployment
Files:
aap-deploy/README.md,aap-deploy/openshift/README.mdAdded "What gets deployed" sections explaining:
Documentation Index
File:
docs/INDEX.mdKey Improvements
✅ Clarifies Scope: Default deployment is the full platform, not minimal installation
✅ Database Architecture: Documents 4-database-on-1-instance pattern
✅ Critical Requirements: Hub needs RWX storage and hstore extension
✅ Verification: Commands to check each component's status
✅ Troubleshooting: Common issues with solutions
✅ HA Configuration: Production-ready example with replicas and resources
What's Already Working
The infrastructure already supports all four components:
This PR documents the complete platform deployment that was already supported.
File Changes
docs/aap-components-reference.md(628 lines)aap-deploy/openshift/ansibleautomationplatform-advanced.yaml(248 lines)aap-deploy/README.md(+2 lines)aap-deploy/openshift/README.md(+19 lines)docs/INDEX.md(+12 lines)References
🤖 Generated with Claude Code