Backblaze / boardwalk

A linear remote execution workflow engine built on top of Ansible
Other
18 stars 1 forks source link

Boardwalkd: WorkspaceDetails should include limit from CLI #56

Closed m4wh6k closed 5 months ago

m4wh6k commented 1 year ago

Currently the boardwalkd web UI displays some details that are sent from the CLI worker for each workspace. The details come from the WorkspaceDetails model, and includes the workspace's Ansible host pattern. The boardwalk CLI now supports supplying a --limit, which is an Ansible host pattern that further sub-selects hosts from the whole workspace host pattern. It would be useful if the pattern supplied to --limit was visible in the web UI so it's possible for viewers to get a better sense of what hosts are being targeted. Consider adding the --limit value to the WorkspaceDetails model and displaying it in the web UI.

asullivan-blze commented 5 months ago

Implemented by https://github.com/Backblaze/boardwalk/pull/76.