Commit Graph

134 Commits

Author SHA1 Message Date
Alex Dadgar
ca60ce0b61 Json clean up + fixed variable names 2016-05-09 16:23:25 -07:00
Diptanu Choudhury
b6ce66e31a Added docs for json representation of service discovery objects 2016-04-22 11:15:49 -07:00
Diptanu Choudhury
cd92e45e4b Fixed the docs around service discovery 2016-04-19 14:47:04 -07:00
Alex Dadgar
636c3fc82f Add IP and PORT environment variables 2016-04-15 11:01:32 -07:00
Alex Dadgar
37da266766 improved JSON docs 2016-04-14 16:47:24 -07:00
Alex Dadgar
575cf8503e docs 2016-04-14 10:57:42 -07:00
Alex Dadgar
b63f3bb078 Periodic jobs always are evaluated in UTC TZ 2016-04-12 09:47:25 -07:00
K.C. Wong
4bc1e17539 Clarify how priority is ordered
* It wasn't exactly obvious to me that larger values reflect
  higher priority.
2016-04-05 10:31:26 -07:00
Cosmo Petrich
97f2a9a1b8 Fix syntax errors in example JSON job spec 2016-04-05 14:25:19 +10:00
Alex Dadgar
fc3a638474 Add options documentation for go-getter 2016-03-30 15:22:04 -07:00
Diptanu Choudhury
99a9b1dec8 Updated the docs 2016-03-28 15:02:00 -07:00
Diptanu Choudhury
138bfe154d Merge pull request #992 from hashicorp/f-script-checks-docs
Added docs for script checks
2016-03-28 14:27:26 -07:00
Diptanu Choudhury
310cf4490b Removing extra chars 2016-03-28 14:26:31 -07:00
Diptanu Choudhury
e52cb8e65c Updated docs 2016-03-28 14:25:15 -07:00
Diptanu Choudhury
77a244b80d Corrected docs 2016-03-28 10:06:44 -07:00
Diptanu Choudhury
8499f091e3 Added docs 2016-03-27 23:21:50 -07:00
Diptanu Choudhury
3c149e6fd6 Added docs for script checks 2016-03-26 13:10:15 -07:00
Alex Dadgar
425a25f827 Merge pull request #987 from hashicorp/website-update-middleman-toc
website: update middleman and link to header
2016-03-25 18:55:20 -07:00
Alex Dadgar
c9c1ef26e2 JSON page docs 2016-03-25 18:34:01 -07:00
Jack Pearkes
117678796e website: update middleman and link to header
Following up with linking these following https://github.com/hashicorp/middleman-hashicorp/pull/24
being merged.
2016-03-25 10:16:19 -07:00
Jack Pearkes
ef581b265d wbsite: document default resources
Pulled this info from https://github.com/hashicorp/nomad/blob/master/nomad/structs/structs.go#L623-L630 and https://github.com/hashicorp/nomad/blob/master/nomad/structs/structs.go#L769.
2016-03-24 09:44:24 -07:00
Alex Dadgar
324a11003f Merge pull request #950 from mssola/raw-exec-user
client: added the "user" option to tasks
2016-03-24 08:57:13 -07:00
Miquel Sabaté Solà
939a00aca8 client/driver: added the user config value
This way Nomad allows to set which user has to run the task.

Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
2016-03-23 12:57:31 +01:00
Alex Dadgar
5ebf06521e clairfy distinct_hosts constraint 2016-03-22 14:59:53 -07:00
Alex Dadgar
04a9c12c8b Document operator equality 2016-03-21 21:36:15 -07:00
Alex Dadgar
a55b4fcdaa Merge branch 'master' into f-artifact-location 2016-03-19 12:50:44 -07:00
Alex Dadgar
8ecb674d67 Documentation 2016-03-19 12:35:58 -07:00
Pete Shima
76eb8318e2 Minor updates to Interpreted Variables docs 2016-03-18 21:32:56 -07:00
Diptanu Choudhury
9153a3046e Merge pull request #925 from hashicorp/json-api-docs
Documented the json api for job submission
2016-03-16 11:18:32 -07:00
Diptanu Choudhury
94e5cfd581 Documented the json api for job submission 2016-03-16 11:10:37 -07:00
Alex Dadgar
23de2f95a4 document artifact downloading 2016-03-16 09:56:04 -07:00
Alex Dadgar
edab031f41 artifact docs 2016-03-15 21:05:37 -07:00
Alex Dadgar
bf7f3f22db Merge pull request #915 from hashicorp/f-valid-service-names
Require RFC-1123 and RFC-2782 valid service names
2016-03-15 11:34:26 -07:00
Dmitry Smirnov
2e755cd7e8 codespell: minor spelling corrections
Signed-off-by: Dmitry Smirnov <onlyjob@member.fsf.org>
2016-03-16 05:28:31 +11:00
Sean Chittenden
7bc3353606 Restrict the service name to match RFC-1123 and RFC-2782 2016-03-14 17:44:59 -07:00
Alex Dadgar
495d0e6dc2 Add allocation index environment variable 2016-03-09 18:09:51 -08:00
Alex Dadgar
e0b1d7a963 Add Alloc ID/Name and Task Name to environment variables 2016-03-01 16:08:21 -08:00
Alex Dadgar
076e1bb615 add documentation for system gc endpoint and update log docs 2016-02-24 15:38:32 -08:00
Diptanu Choudhury
4f78a1bf39 Added docs for the log rotation 2016-02-22 13:47:04 -08:00
Alex Dadgar
3e24cd1910 interpreted variable docs 2016-02-06 15:35:07 -08:00
Alex Dadgar
8b55fd6b70 Only interpret vars wrapped in braces 2016-02-04 17:26:46 -08:00
Alex Dadgar
a2132950a5 Restart on-success shouldn't be user specifiable 2016-02-02 17:35:06 -08:00
Alex Dadgar
236913d573 Changelog 2016-01-29 08:55:06 -08:00
Alex Dadgar
9779e9aa59 Merge pull request #704 from iverberk/f-env-ports
Pass a combination of ip and port to the task environment.
2016-01-29 08:53:47 -08:00
Ivo Verberk
c5ef55bf7c Documentation update for the new port environment variables. 2016-01-29 17:48:24 +01:00
Ryan Slade
9bca26cf7e Replace "delay" with "interval" in Service Discovery docs
Delay appears to be incorrect. 

I was unable to get Consul checks working until I changed it to "interval"
2016-01-28 11:09:59 +02:00
James Phillips
2eaf8669b9 Cleans up some small typos in the service discovery page. 2016-01-26 21:09:03 -08:00
Alex Dadgar
a9b0591405 Merge pull request #668 from hashicorp/f-force-spawn
Force spawn periodic jobs
2016-01-19 11:37:18 -08:00
Seth Vargo
732b122d05 Always use HTTPS + www. 2016-01-13 22:10:08 -05:00
Alex Dadgar
18fa958342 Docs 2016-01-13 10:47:22 -08:00