Christian Adams
Christian Adams
@himdel is there anything blocking merging this?
The idea was to keep the memsource collection generic and have all logic specific to the upstream repos live with each project. But those are valid points. I opened up...
I've added the ability to specify a script local to the memsource roles which gets copied into the clone of the app (in this case ansible-hub-ui), so we can close...
@Hermanni93 I am not seeing this on fresh installs from the devel branch (just pulled latest). My db initialize task passed after 2 cache misses, which is normal because it...
I just just the following to try to reproduce: 1. checked out 0.24.0, deployed the awx-operator (make deploy) and created an AWX CR. 2. populated some dummy resources in the...
I ran into this after bulk deleting a bunch of resources in my namespace (included "*kustomize build . | kubectl delete -f -*" and "*kubectl delete pvc --all*"), then quickly...
@chuegel @hreidar we can only guarantee what we test. We test the default Postgres version used for managed databases with a given version of awx. The default Postgres version with...
I added a doc PR to help clarify this. * https://github.com/ansible/awx-operator/pull/1103
@kurokobo thank you for the reminder to check for this. It appears to have been fixed in later versions of the operator-sdk. The reconciliation loop converges on my deployment of...
@kurokobo thank you for pointing that out. I left my deployment up overnight and confirmed that I am seeing that behavior: ``` $ oc logs deployment/awx-operator-controller-manager -c awx-manager | grep...