mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
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.
4 lines
97 B
Plaintext
4 lines
97 B
Plaintext
```release-note:improvement
|
|
scheduler: allow using device IDs in `affinity` and `constraint`
|
|
```
|