Christian Adams
Christian Adams
### Feature Summary Often times a user will try out AWX with the default 8Gi PVC size, then surpass that DB size as their usage of AWX grows. The system...
### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx-operator/issues) for duplicates. - [X] I understand...
### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx-operator/issues) for duplicates. - [X] I understand...
Set ownerRef to null for SA, Role and RoleBinding to avoid conflicts - Without this, if an AnsibleJob is deleted while another is running, it's service account, role and rolebinding...
Set max current reconciles flag in Dockerfile because setting it in config/manager/manager.yaml args section didn't work. I set the default low, to 2, but set ansiblejob and ansibleworkflow higher at...
# Summary AnsibleJob resources fail when run at scale because the AWX api/v2/job_templates endpoint can get very slow when there are many concurrent running jobs. ## Details I created 200...
Similar to: * https://github.com/ansible/awx-resource-operator/issues/111 We should align the names of all of the new CRD's to be consistent with the AWX API schema. This will help us out later on...
### Feature Summary This epic is to use the current docs and readme to create and publish AWX Resource Operator documentation to Read The Docs. - [ ] #120 -...
Users should be able to configure verbosity for their AnsibleJob's. * https://docs.ansible.com/ansible/latest/collections/awx/awx/job_launch_module.html#parameter-verbosity This would need to be added in these two places: * https://github.com/ansible/awx-resource-operator/blob/devel/roles/job_runner/tasks/launch_job.yml#L7 * https://github.com/ansible/awx-resource-operator/blob/devel/roles/job_runner/tasks/launch_workflow.yml#L7 And a new variable...
##### SUMMARY Fixes: https://github.com/ansible/awx-operator/issues/1782 The bundle ca cert needed to be mounted into the k8s migration job pod for ssl support. ##### ISSUE TYPE - Bug, Docs Fix or other...