Project

General

Profile

Actions

Bug #32742

closed

Job rerun using hammer fails when operating system properties are not consistent. Works fine on webUI

Added by Adam Ruzicka almost 3 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
High
Assignee:
Category:
-
Difficulty:
Triaged:
No
Found in Releases:

Description

Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1944322

Description of problem:

1. Job execution fails (for any reason)
2. User wants to rerun job on failed hosts using hammer.
3. Rerun job cannot be posted due to error below:

~~~
  1. hammer job-invocation rerun --id 20057 --failed-only=true
    Validation failed: Targeting: Hosts is invalid
    ~~~

If "rerun failed" is called using webUI it works fine.

How reproducible:

  • Host on Satellite must have some inconsistent configurations (easy way to reproduce it is assigning a medium_id to the host that is not linked to its operating system) **

1. Try running a job and force it to fail (type wrong password, for example). Note the job id from the URL (https://192.168.1.1/job_invocations/20060 => job id is 20060)
2. Ensure host has a wrong medium_id assigned:

- Create a random media on Satellite and get its id (let's say, medium_id = 12). Do not assign this media to the operating system of the host!
- Assign the medium_id to the host manually:
~~
echo "update hosts set medium_id = '12' where id = '57';"|su - postgres -c "psql foreman"
~~

3. Rerun the job using hammer and it will fail:

~~
hammer job-invocation rerun --id 20060 --failed-only=true
~~

On the webUI (https://192.168.1.1/job_invocations/20060) click option "Rerun failed" and job will start properly.

Actual results:

WebUI is able to rerun job. Hammer cannot rerun job due to extra verification.

Expected results:

WebUI and hammer should be able to rerun the job (or both should fail). I only expect consistency.

Additional info:

Actions #1

Updated by The Foreman Bot almost 3 years ago

  • Status changed from New to Ready For Testing
  • Assignee set to Adam Ruzicka
  • Pull request https://github.com/theforeman/foreman_remote_execution/pull/598 added
Actions #2

Updated by The Foreman Bot almost 3 years ago

  • Fixed in Releases foreman_remote_execution 4.1.1 added
Actions #3

Updated by Adam Ruzicka almost 3 years ago

  • Status changed from Ready For Testing to Closed
  • Target version set to foreman_remote_execution-4.5.1
  • Fixed in Releases deleted (foreman_remote_execution 4.1.1)
Actions #4

Updated by Adam Ruzicka over 2 years ago

  • Fixed in Releases foreman_remote_execution-4.5.1 added
Actions #5

Updated by Adam Ruzicka over 2 years ago

  • Fixed in Releases foreman_remote_execution-4.7.0 added
Actions

Also available in: Atom PDF