Commit Graph

17 Commits

Author SHA1 Message Date
Danielle Tomlinson
cf8bc3224d docs: Add is_set/is_not_set 2018-11-15 11:00:32 -08:00
Rob Genova
adb03d86d3 Fix broken links in docs/job-specification 2018-08-25 11:35:56 -05:00
M S Vishwanath Bhat
49645a91ee Fix client metadata link in Nomad constraints docs
Signed-off-by: M S Vishwanath Bhat <msvbhat@gmail.com>
2018-07-12 11:56:01 +02:00
Charlie Voiselle
a9d96a76d0 Remove extra linefeed 2018-06-19 09:30:15 -04:00
Charlie Voiselle
f65369d738 Added warning about impossible constraints
This was as a resolution to https://github.com/hashicorp/nomad/issues/4424
2018-06-19 09:27:16 -04:00
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
Charlie Voiselle
77c6f32243 Spellcheck sweep of website directory
Caught some typos.  Made units separate from the numbers 1GHz -> 1 GHz
after talking to Nick about questions of style (this has the side effect of making future spell checking easier).
2017-07-17 14:41:50 -04:00
Konstantin Gribov
452a4d6745 HCL typo fix 2017-06-23 20:40:50 +03:00
Bill Anderson
81e74ada8c Update constraint.html.md
Fix Distinct Constraint header
2017-04-24 11:31:20 -04:00
Alex Dadgar
8acc69ccb3 documentation 2017-03-11 16:18:01 -08:00
Alex Dadgar
55eaf2d24e Fix documentation for interpolating attrs/meta
This PR fixes the website documentation to correctly present the way of
specifying constraints on node meta and attributes.
2017-01-03 13:25:56 -08:00
Seth Vargo
5a593da3cd Fix broken meta links 2016-12-08 10:45:33 -08:00
Seth Vargo
9983a17f60 Remove duplicate sentence 2016-10-31 16:52:51 -04:00
Seth Vargo
eda4834f4a Address feedback 2016-10-28 10:46:33 -04:00
Seth Vargo
9ec30a77b7 Remove orphan list 2016-10-27 22:18:07 -04:00
Seth Vargo
30b7947180 Fix broken links 2016-10-27 22:18:07 -04:00
Seth Vargo
e537c54557 Revamp job specification documentation to be more modular and composable 2016-10-27 22:18:06 -04:00