Alan Rominger

Results 284 comments of Alan Rominger

This is a valid point. The problem is that it runs `ansible-inventory` to save the content to the database before it is used in a job (`ansible-playbook`) at which time...

> awx_status_completed_created{status="canceled"} 1.693263938630845e+09 These numbers don't look right, or is there something I'm not understanding?

Oh, I'm showing my lack of understanding of this system then. so the metrics `awx_status_completed_total{status="canceled"} 0.0` and `awx_status_completed_created{status="canceled"} 1.693263938630845e+09` are complementary, is that fair to say? Since this is a...

Also, what exactly is the timestamp for the `*_created` metrics? Is it from startup? Does the count represent the number of jobs that went into that status from startup, or...

shouldn't we give some indication to the user that it was an idle timeout vs. a job timeout?

I wouldn't say that we support docker-compose upgrades to begin with.

Example, seen in OPTIONS for `/api/v2/organizations/1/` ```json "related_associations": [ [ "users", "users" ], [ "admins", "users" ], [ "notification_templates_started", "notification_templates" ], [ "notification_templates_success", "notification_templates" ], [ "notification_templates_error", "notification_templates" ], [...

@sean-m-sullivan you made the point in the meeting earlier that a mapping might be preferable to a list here. One argument for a mapping is that we could "label" different...

What I have now looks like this: ```json "associations": [ { "relative_url": "users", "related_entry": "users", "resource": "users" }, { "relative_url": "admins", "related_entry": "admins", "resource": "users" }, { "relative_url": "notification_templates_started", "related_entry":...

I pulled down your branch and confirmed that https://localhost:8043/sso/authenticators/ is working, nice! Although now this spins off some more questions. The endpoint https://localhost:8043/sso/ isn't navigable by itself in AWX. In...