Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runners.state.orch: generate jid if missing #49759

Merged
merged 3 commits into from
Sep 26, 2018

Commits on Sep 24, 2018

  1. state.orch: generate jid if missing

    via salt-run cli a jid is generated in RunnerClient via gen_async_pub
    and passed on via orchestration_jid if the func is orchestration, but in
    other callsites this jid generation doesn't happen (ie, the netapi client,
    since it directly invokes AsyncMixins.cmd_sync). There seems to be no
    obvious way to correct this at the netapi level so we just default to
    a new jid if orch_jid is missing. there may be other calling contexts
    where this could have been occurring.
    mattp- committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    c3a1e9d View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Configuration menu
    Copy the full SHA
    12c1755 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into orch-jid-fix

    Nicole Thomas authored Sep 25, 2018
    Configuration menu
    Copy the full SHA
    9bb8d51 View commit details
    Browse the repository at this point in the history