Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow running awx-manage run_dispatcher utility methods against other nodes #12821

Open
4 of 9 tasks
AlanCoding opened this issue Sep 2, 2022 · 0 comments
Open
4 of 9 tasks

Comments

@AlanCoding
Copy link
Member

Please confirm the following

  • I agree to follow this project's code of conduct.
  • I have checked the current issues for duplicates.
  • I understand that AWX is open source software provided for free and that I might not receive a timely response.

Feature type

Enhancement to Existing Feature

Feature Summary

We are seeing extremely common use of commands like awx-manage run_dispatcher --status, but this only works for the current node. Yet the mechanism of control-and-reply should allow this to work fine for any node, ran from any other control or hybrid node. The options this should apply for are

So my proposal here is that we add something like --hostname, and then that will get the data for that particular host.

Select the relevant components

  • UI
  • API
  • Docs
  • Collection
  • CLI
  • Other

Steps to reproduce

Check the status command in a cluster?

Current results

Just get the data for the local node.

Sugested feature result

I can get data for other nodes.

The expectation is certainly that this will be leveraged to get the status data across the entire cluster quickly.

Additional information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants