Commit Graph

160 Commits

Author SHA1 Message Date
Ben Barnard 83f647ed84 Replace "the the" with "the" in documentation and comments 2016-10-11 15:31:40 -04:00
Seth Vargo 42c0f0b3ce
Fix titles 2016-10-09 15:01:59 +08:00
Seth Vargo c3f06658b6
Fix formatting 2016-10-03 18:23:53 -04:00
Seth Vargo 170668d128
Update docs on interpreted
Uses "property" instead of overloading "attribute"
2016-10-03 17:01:24 -04:00
Seth Vargo a883bbfb42
Fix HCL on interpreted.html 2016-10-03 17:01:23 -04:00
Seth Vargo 867e0efe0b Fix formatting 2016-09-30 14:15:11 -04:00
Seth Vargo a49e97e135
Clarify logs docs 2016-09-30 14:09:02 -04:00
Sean Chittenden 0b433e4c73
Add a small anchor tag to the periodic block. 2016-09-30 10:39:54 -07:00
Christian Winther b537f194c3 Fix syntax error in JSON example 2016-09-26 16:26:07 +02:00
Cameron Stokes 6b9cc984d1 Link to Artifact section. 2016-09-20 15:18:59 -07:00
Alex Dadgar eb219f55ed kill timeout default documentation 2016-09-12 09:53:57 -07:00
Mathias Lafeldt dba6183b38
Job Spec: Link restart policy reference
For easier lookup.
2016-08-03 15:42:51 +02:00
Kenjiro Nakayama ace72bc51d [doc] Fix job example to use system scheduler with count 5 2016-07-20 22:31:05 +09:00
Mathias Lafeldt 722669451a
Fix typos in documentation 2016-07-18 16:24:30 +02:00
K.C. Wong a4236f0c85 Replace `Operator` with `Operand`
* while HCL job-spec uses `operator`, JSON uses `Operand`
* `Operand` is required, it no longer defaults to `==`
  (@see nomad/structs/structs.go#L2297)
2016-07-13 15:56:42 -07:00
Ryan Yabuta d60fd0f2e8 update docs to use the new hostname attribute 2016-07-08 10:32:31 -07:00
Alex Dadgar 328e433cf6 Merge pull request #1373 from hashicorp/d-operating-job
Documentation for operating a job
2016-07-01 11:18:58 -07:00
Alex Dadgar b2ecda408a respond to comments 2016-06-30 13:32:33 -07:00
Alex Dadgar 0125c7e7e8 Updating 2016-06-30 11:49:59 -07:00
David Bresson 247411ca4a Fix units in NOMAD_MEMORY_LIMIT documentation 2016-06-29 16:32:04 -07:00
Alex Dadgar bf728e8e51 Task Configurations 2016-06-29 12:47:17 -07:00
Alex Dadgar c4388072f8 mark that periodic is optional 2016-06-28 10:33:48 -07:00
Alex Dadgar aea21affdb Document consul configuration 2016-06-14 15:21:57 -07:00
Alex Dadgar 3bef934580 Document user only availabe on linux 2016-06-12 14:33:45 -07:00
Pete Shima 478e0eae2d Add s3 examples to json docs as well 2016-06-03 14:35:43 -07:00
Pete Shima 598653a467 Add several more s3 examples to artifact docs 2016-06-03 14:08:05 -07:00
Alex Dadgar 474314b9ed Json clean up + fixed variable names 2016-05-09 16:23:25 -07:00
Diptanu Choudhury 5a63d58075 Added docs for json representation of service discovery objects 2016-04-22 11:15:49 -07:00
Diptanu Choudhury 0b7ba9a592 Fixed the docs around service discovery 2016-04-19 14:47:04 -07:00
Alex Dadgar 8256396f1e Add IP and PORT environment variables 2016-04-15 11:01:32 -07:00
Alex Dadgar 32e207c2da improved JSON docs 2016-04-14 16:47:24 -07:00
Alex Dadgar b83ea0ff8b docs 2016-04-14 10:57:42 -07:00
Alex Dadgar 273dfaf2c7 Periodic jobs always are evaluated in UTC TZ 2016-04-12 09:47:25 -07:00
K.C. Wong 4709a46026 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 a8aa845dd2 Fix syntax errors in example JSON job spec 2016-04-05 14:25:19 +10:00
Alex Dadgar 055f30a824 Add options documentation for go-getter 2016-03-30 15:22:04 -07:00
Diptanu Choudhury d69418b20b Updated the docs 2016-03-28 15:02:00 -07:00
Diptanu Choudhury 8e575bdfb1 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 c07f13c7c5 Removing extra chars 2016-03-28 14:26:31 -07:00
Diptanu Choudhury a99f20ef9f Updated docs 2016-03-28 14:25:15 -07:00
Diptanu Choudhury ab557b0f0c Corrected docs 2016-03-28 10:06:44 -07:00
Diptanu Choudhury 2bc5e78e9e Added docs 2016-03-27 23:21:50 -07:00
Diptanu Choudhury 9acdc48e52 Added docs for script checks 2016-03-26 13:10:15 -07:00
Alex Dadgar 9850440d27 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 1b6e772681 JSON page docs 2016-03-25 18:34:01 -07:00
Jack Pearkes d344d77b03 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 f11d1aec58 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 fc0e48b0ec 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à 8c56c64615 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 f8ec21bd34 clairfy distinct_hosts constraint 2016-03-22 14:59:53 -07:00