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

scheduler: allow using device ID as attribute #15455

Merged
merged 2 commits into from
Jan 10, 2023
Merged

scheduler: allow using device ID as attribute #15455

merged 2 commits into from
Jan 10, 2023

Commits on Dec 2, 2022

  1. scheduler: allow using device ID as attribute

    Devices are fingerprinted as groups of similar devices. This prevented
    specifying specific device by their ID in constraint and affinity rules.
    
    This commit introduces the `${device.ids}` attribute that returns a
    comma separated list of IDs that are part of the device group. Users can
    then use the set operators to write rules.
    lgfa29 committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    cf6e988 View commit details
    Browse the repository at this point in the history
  2. changelog: add entry for #15455

    lgfa29 committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    7b56342 View commit details
    Browse the repository at this point in the history