Alan Rominger

Results 261 comments of Alan Rominger

We are trying to move to a plugin system for these, see https://github.com/ansible/django-ansible-base/pull/138 by @jctanner and see https://github.com/ansible/awx/pull/14799 for what some of the integration work looks like. I'm not completely...

Link https://github.com/ansible/awx/pull/14910

Whoops, defunct due to https://github.com/ansible/awx/pull/15655

There would be a strong argument for making this run health checks just on execution nodes. So, if anyone wants to vote for that, I think it would tip the...

I would suggest moving the updating of the JT's computed fields into an `on_commit` method. I say this because @jladdjr previously failure to address the race condition with obvious locks...

Nice feedback from the sanity check! ``` ERROR: Found 2 validate-modules issue(s) which need to be resolved: ERROR: plugins/modules/role.py:0:0: deprecation-mismatch: "meta/runtime.yml" and DOCUMENTATION.deprecation do not agree. ERROR: plugins/modules/role.py:0:0: invalid-documentation: DOCUMENTATION.deprecated:...

Ideally, yes, but I don't know how to pass the checks

From running a deployment, it looks like there's another loop not yet solved. ``` 2024-08-28 15:00:04,792 INFO [-] awx.main.dispatch Running worker dispatcher listening to queues ['tower_broadcast_all', 'tower_settings_change', 'automationcontroller-0'] 2024-08-28 15:00:04,833...

Wait, never mind about my last error. That's receptor, not redis. Not in scope here.