Chris Meyers
Chris Meyers
https://github.com/ansible/awx/issues/10366#issuecomment-951852069 @dbanttari this might fix your issue. Note the below modification that is more generic and doesn't rely on the `max-pods` being set to 30. Can you try it and...
I worked around by setting my own `SET_NULL` function that is essentially a wrapper to call `sub_objs.non_polymorphic()` on Django 1.11.x ``` from django.db import models def SET_NULL(collector, field, sub_objs, using):...
@CWollinger This is a feature request not a bug, is that correct?
You can probably see how it is technically possible to add a remote execution node. However, we just haven't had time to bake it into the operator and make it...
I see where you are coming from. Isolated instance groups are a supported Tower/Controller only feature. I think the community has gotten them to work in the past in AWX....
The operator is the only supported installation method so you'd be on your own if you try and install to a VM. I don't have an example of how to...
@erezo9 yep! https://receptor.readthedocs.io/en/latest/connecting_nodes.html
@techzilla do you have any more information? If you explicitly delete all the postgres things and then re-run the operator does it fix it?
@rrobe53 can you try asking on the mailing list too and report back here if you find the answer?
Hmm, do you know if there is alternative piece of software to accomplish this? Maybe I could include a few sample images to get people off the ground. Like a...