Feature #32107
Hammer job invocation creation does not allow to use --feature for the job template lookup
Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Fixed in Releases:
Found in Releases:
Description
hammer job-invocation create --feature=katello_package_install --search-query='host.example.com' --inputs 'package=vim'
fails, complaining about me not specifying the bookmark or search-query, I'd expect it to work similarly to
hammer job-invocation create --job-template-id 150 --search-query='host.example.com' --inputs 'package=vim'
which works fine. The feature should select the job template to use.
Related issues
Associated revisions
History
#1
Updated by Adam Ruzicka over 1 year ago
- Has duplicate Feature #32158: Allow 'feature' option when invoking a job added
#2
Updated by The Foreman Bot over 1 year ago
- Assignee set to Jonathon Turel
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_remote_execution/pull/581 added
#3
Updated by Adam Ruzicka over 1 year ago
- Target version set to foreman_remote_execution-4.5.0
#4
Updated by The Foreman Bot over 1 year ago
- Fixed in Releases foreman_remote_execution 4.1.1 added
#5
Updated by Jonathon Turel over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_plugin|67497b0c65898ee5158d9b0c70332c98fa071d77.
#6
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 #32107 - job invocation create API should work with the feature param (#581)