Files
nomad/website/source
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-24 11:35:45 -04:00
2017-07-25 17:37:09 -07:00
2015-09-11 17:01:02 -07:00
2015-09-11 17:01:02 -07:00
2017-03-27 23:37:59 -04:00
2017-04-01 20:53:35 -04:00
2015-09-11 17:01:02 -07:00
2017-07-24 15:14:02 -04:00
2015-09-11 17:01:02 -07:00
2017-03-14 18:56:42 -07:00
2015-09-11 17:01:02 -07:00