Files
nomad/scheduler
Alex Dadgar 4e71ba2e71 Distinct Property supports arbitrary limit
This PR enhances the distinct_property constraint such that a limit can
be specified in the RTarget/value parameter. This allows constraints
such as:

```
constraint {
  distinct_property = "${meta.rack}"
  value = "2"
}
```

This restricts any given rack from running more than 2 allocations from
the task group.

Fixes https://github.com/hashicorp/nomad/issues/1146
2017-07-31 16:52:13 -07:00
..
2017-07-07 12:03:11 -07:00
2017-07-07 12:03:11 -07:00
2017-05-01 13:54:26 -07:00
2017-02-07 20:31:23 -08:00
2017-03-09 21:36:27 -08:00
2017-07-20 12:31:08 -07:00
2017-05-01 13:54:26 -07:00
2017-07-07 12:01:17 -07:00
2016-05-15 09:41:34 -07:00
2017-04-15 17:08:05 -07:00
2017-07-07 12:10:04 -07:00
2017-07-17 17:18:12 -07:00