Feature #32628
Extend search definitions for job invocation
Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Fixed in Releases:
Found in Releases:
Description
foreman_ansible would like to query for all the recurring invocations with a specific template that are scheduled to run on a certain host. To accomplish that, extensions for search definitions are needed. The desired search is: 'recurring = true && targeted_host_id = 3 && pattern_template_name = "Ansible Roles - Ansible Default" && status = queued'
Associated revisions
History
#1
Updated by The Foreman Bot about 1 year ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_remote_execution/pull/593 added
#2
Updated by Adam Ruzicka about 1 year ago
- Target version set to foreman_remote_execution-4.5.0
#3
Updated by The Foreman Bot about 1 year ago
- Fixed in Releases foreman_remote_execution 4.1.1 added
#4
Updated by Ondřej Pražák about 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_plugin|51240a4bfa7791c01577496de497b6e4d0cdd993.
#5
Updated by Adam Ruzicka about 1 year ago
- Fixed in Releases foreman_remote_execution-4.5.0 added
- Fixed in Releases deleted (
foreman_remote_execution 4.1.1)
Fixes #32628 - Add search definitions for jobs
Allows searching recurring job invocations by template name
and target host.