-
Feature Request
-
Resolution: Unresolved
-
Normal
-
None
-
2.6
-
False
-
-
False
- What is the nature and description of the request?
Add comprehensive Custom Resource specification documentation for AAP Operator backup and restore CRs. Current documentation covers basic backup/restore procedures but lacks complete field specifications including resource requirements, storage configuration, and other configurable parameters. - Why does the customer need this? (List the business requirements here):
- Customers deploying AAP in OpenShift with ResourceQuotas and LimitRanges need to specify `backup_resource_requirements` and `restore_resource_requirements`
- Without documentation, customers must reverse-engineer from CRD definitions or trial-and-error
- Red Hat Consulting engagement (case 04292633) blocked by lack of official guidance
Current workaround is unsustainable:
- Running `oc explain <cr>.spec --recursive` to discover fields
- Reading operator source code
- Opening support cases for field usage guidance
- How would you like to achieve this? (List the functional requirements here):
Add API reference documentation to the existing Backup and Recovery guide showing:
- Complete list of available spec fields for AnsibleAutomationPlatformBackup/Restore CRs
- Field descriptions (what each field controls)
- Data types and valid values
- Required vs optional designation
- Usage examples for common scenarios (ResourceQuotas, custom storage, etc.)
Similar to how the AnsibleAutomationPlatform CR is documented with full field specifications.
- List any affected known dependencies: Doc, UI etc..:
- Existing guide: https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html-single/backup_and_recovery_for_operator_environments/index
- Github Link if any