saltstack / salt

Software to automate the management and configuration of any infrastructure or application at scale. Get access to the Salt software package repository here:
https://repo.saltproject.io/
Apache License 2.0
13.98k stars 5.47k forks source link

[BUG] jobs runner unable to find runner / orchestration jobs from local master cache #65874

Open amalaguti opened 5 months ago

amalaguti commented 5 months ago

Description Jobs runner does not show runners/orchestration jobs. Run some orchestration or runner, then run salt-run jobs.list_jobs, the job won't be shown, but if you happen to know the JID, you can get the job return using salt-run jobs.lookup_jid <JID> This has been an open issue for quite long time, apparently there was some work done but it's partially completed.

Important: the presence of raas plugin also affects the behavior.

Here a bunch of related issues: https://github.com/saltstack/salt/pull/65023 https://github.com/saltstack/salt/issues/61729 https://github.com/saltstack/salt/pull/52241 https://github.com/saltstack/salt/pull/51629

Setup 3006.x

Please be as specific as possible and give set-up details.

Steps to Reproduce the behavior (Include debug logs if possible and relevant)

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Versions Report

salt --versions-report (Provided by running salt --versions-report. Please also mention any differences in master/minion versions.) ```yaml PASTE HERE ```

Additional context Add any other context about the problem here.

max-arnold commented 5 months ago

I believe this particular issue (as well as #61729) was fixed in https://github.com/saltstack/salt/pull/65023 and is included in Salt 3006.3 and later.

Could you please test it again?