Bug 1416106

Summary: [RFE] API to rerun a Remote Execution job against the failed hosts.
Product: Red Hat Satellite Reporter: Sagar Lutade <slutade>
Component: Remote ExecutionAssignee: Adam Ruzicka <aruzicka>
Status: CLOSED ERRATA QA Contact: Peter Ondrejka <pondrejk>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2.0CC: aruzicka, inecas, jcallaha, kelly.brown1
Target Milestone: 6.4.0Keywords: FutureFeature, Triaged, VerifiedUpstream
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-10-16 15:27:25 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Comment 3 Adam Ruzicka 2017-08-22 11:45:42 UTC
Created redmine issue http://projects.theforeman.org/issues/20692 from this bug

Comment 4 Satellite Program 2017-10-19 10:01:24 UTC
Upstream bug assigned to aruzicka

Comment 5 Satellite Program 2017-10-19 10:01:28 UTC
Upstream bug assigned to aruzicka

Comment 6 Satellite Program 2018-03-02 17:01:35 UTC
Moving this bug to POST for triage into Satellite 6 since the upstream issue http://projects.theforeman.org/issues/20692 has been resolved.

Comment 7 Peter Ondrejka 2018-04-05 12:29:25 UTC
verified upstream with
foreman-1.18.0-0.develop.201803291734git682269f.el7.noarch
tfm-rubygem-foreman_remote_execution-1.4.6-1.fm1_18.el7.noarch
tfm-rubygem-foreman_remote_execution_core-1.1.1-1.fm1_18.el7.noarch

steps:

curl -X GET -u admin:changeme https://<host>/api/v2/job_invocations -k
{
  "total": 3,
  "subtotal": 3,
...

curl -X POST -u admin:changeme https://<host>/api/v2/job_invocations/3/rerun -k -H "Content-Type:application/json"
{"id":4,"targeting_id":4,"job_category":"Commands","task_id":"5f98d92c-d706-4418-9722-dae93a296ad9","task_group_id":4,"triggering_id":4,"description":"Run cat /etc/hosts","concurrency_level":null,"time_span":null,"execution_timeout_interval":null,"password":null,"key_passphrase":null,"remote_execution_feature_id":null} 

curl -X GET -u admin:changeme https://<host>/api/v2/job_invocations -k
{
  "total": 4,
  "subtotal": 4,
...

Comment 8 Peter Ondrejka 2018-07-02 07:54:49 UTC
Verified on Sat 6.4 snap 10 using steps from c#7

Comment 10 errata-xmlrpc 2018-10-16 15:27:25 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2018:2927