Commit Graph

189 Commits

Author SHA1 Message Date
Alex Dadgar
c005d29fc1 Make logging clearer 2017-04-11 12:34:09 -07:00
Mitchell Hashimoto
aa6d74f26f Update dispatch_payload.html.md 2017-04-06 12:53:47 -07:00
vrenjith
57673dc62a Update task.html.md 2017-03-29 00:06:47 +05:30
vrenjith
90f8bae938 disk is not a supported entry at task level
Removed the reference to `disk` in the `resources` overview statement
2017-03-29 00:05:17 +05:30
Alex Dadgar
3750f97ac6 Merge pull request #2488 from hashicorp/f-node-values-template
Access Node Meta and Attrs in template
2017-03-28 11:10:29 -07:00
Alex Dadgar
63978511be Access Node Meta and Attrs in template
This PR allows accessing the Node's attributes and metadata as in a
template.

```
template {
    data = "{{ env \"attr.unique.network.ip-address\" }}"
    destination = "local/out"
}
```
2017-03-27 15:15:33 -07:00
Michael Schurter
d126741ebd Merge pull request #2483 from hashicorp/docs-artifact-source
Remove incorrect list of supported protocols
2017-03-27 15:12:56 -07:00
Alex Dadgar
dd2d419e34 Merge branch 'master' of github.com:hashicorp/nomad 2017-03-27 11:44:58 -07:00
Alex Dadgar
d8936bdafa Fix update docs 2017-03-27 11:44:46 -07:00
Michael Schurter
33fd492391 Remove incorrect list of supported protocols
The correct list is like 5 lines up
2017-03-24 15:37:17 -07:00
Long Nguyen
2f9751525a added git docs to artifacts 2017-03-22 16:50:45 -04:00
Sean Chittenden
74a7e42f62 Tweak docs to note that a port will wire up both a TCP and UDP port. 2017-03-15 16:10:01 -07:00
Alex Dadgar
6d74650c96 Fix some website stuff 2017-03-15 11:29:36 -07:00
Christian Winther
7aed171038 Fix #2445
Close #2445 - typo in docs
2017-03-14 10:12:48 +01:00
Alex Dadgar
8acc69ccb3 documentation 2017-03-11 16:18:01 -08:00
Sergey Mezentsev
bcc1783e92 Remove 'disk space' from docs 2017-03-04 22:54:49 +03:00
Alex Dadgar
8865bb8598 Fix mbits default on website 2017-03-01 16:36:59 -08:00
Alex Dadgar
2a683cddea Update go-getter and add support for git and hg
Fixes https://github.com/hashicorp/nomad/issues/2042
2017-03-01 14:46:04 -08:00
James Nugent
50c90dbbde docs: Add note about max_kill_timeout to tasks
This commit makes an explicit note in the documentation for the Nomad
task specification about capping of `max_kill_timeout` based on agent
configuration as well as task configuration.
2017-02-21 22:03:10 -06:00
Alex Dadgar
ee76b78922 rebase 2017-02-20 16:43:28 -08:00
Alex Dadgar
8d101c0d25 Allow specification of timezones 2017-02-15 14:37:06 -08:00
Alex Dadgar
b1f062f1b0 Documentation 2017-02-13 10:18:34 -08:00
Seth Vargo
0394abacc7 Fix comments on parameterized jobs 2017-02-06 13:59:07 -05:00
Alex Dadgar
be67eb3dcb Grammar fix 2017-02-02 11:28:04 -08:00
Alex Dadgar
9afa48310e Template destination file permissions.
This PR allows setting the file permissions of the rendered template.
2017-01-31 20:10:01 -08:00
Alex Dadgar
7e549679e9 Respond to comments 2017-01-26 11:34:44 -08:00
Alex Dadgar
7e6fcfc792 move file 2017-01-25 22:16:20 -08:00
Alex Dadgar
30abdb09cc JSON job 2017-01-25 22:15:00 -08:00
Alex Dadgar
f49912cbab alphabetical 2017-01-25 21:27:44 -08:00
Alex Dadgar
98c17e5195 Rename meta/parsing 2017-01-25 21:27:44 -08:00
Alex Dadgar
b456e7fff1 dispatch_payload 2017-01-25 21:27:44 -08:00
Alex Dadgar
78bfc6a4af Parameterized page 2017-01-25 21:27:44 -08:00
Alex Dadgar
60707215cf Update template json docs 2017-01-24 09:12:42 -08:00
Igor Yamolov
1e59510f47 Add template reference to task object documentation 2017-01-24 16:54:13 +03:00
Michael Schurter
8903dbecae Try to use more useful example env vars 2017-01-23 17:02:23 -08:00
Michael Schurter
0a99fcb43f Mention nomad's runtime environment being available now 2017-01-23 15:54:56 -08:00
Michael Schurter
9fdc2691ac Add example of env vars in templates 2017-01-23 15:50:38 -08:00
Michael Schurter
5258bacb14 Add more details to the source doc 2017-01-23 15:00:22 -08:00
Michael Schurter
1594e3c370 Remove misleading "any URL as defined by go-getter" doc 2017-01-23 14:55:37 -08:00
Alex Dadgar
30655ef557 Add better docs for destination 2017-01-09 15:38:04 -08:00
Andrew Svoboda
5be017bba5 Update network.html.md
Update typo
2017-01-06 17:32:24 -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
ae2b0f5afc Merge pull request #2073 from hashicorp/sethvargo/meta
Fix broken meta links
2016-12-08 11:30:36 -08:00
Seth Vargo
5a593da3cd Fix broken meta links 2016-12-08 10:45:33 -08:00
Michael Schurter
e08ca6a9be Mention client level user configs 2016-11-28 13:14:32 -08:00
Michael Schurter
d0d6305530 Fix user docs 2016-11-28 13:14:32 -08:00
Alex Dadgar
dcc3375076 Fix example 2016-11-16 14:44:55 -08:00
Bastiaan Bakker
d0d4efd0a2 s/Vault token/rendered template/ 2016-11-14 21:59:42 +01:00
Alex Dadgar
c78546cdc1 Merge pull request #1921 from hashicorp/f-abs-templ
Allow absolute paths for template sources
2016-11-07 12:28:49 -08:00
Diptanu Choudhury
93cd6d5124 Removed disk from resources docs 2016-11-04 10:17:30 -07:00