Actions
Feature #14875
closedadd ability to find all jobs that were run against a particular host.
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman
Target version:
Difficulty:
Triaged:
Bugzilla link:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1331660
Description of problem:
Currently, the only way to find the jobs run against a host, one needs to know the id of the host (you can use hammer host info to find out), and search in `Monitory -> Tasks` for
`label = Actions::RemoteExecution::RunHostJob and resource_type = Host::Managed and resource_id = 2`
This is just a raw tasks data, and it's not very user friendly.
We should be able to search for a host in the `Monitor -> Jobs` page, based on the host name and ideally, having a link from a host details page to get to that page.
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Assignee set to Marek Hulán
- Pull request https://github.com/theforeman/foreman_remote_execution/pull/183 added
Updated by Marek Hulán over 8 years ago
- Category set to Foreman
- Translation missing: en.field_release set to 156
Updated by Anonymous over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman_plugin|ac4bd8dc16c98b38b94bb13a8c5f45a324fde424.
Updated by The Foreman Bot over 8 years ago
- Pull request https://github.com/theforeman/foreman_remote_execution/pull/187 added
Actions