Commit Graph

146 Commits

Author SHA1 Message Date
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
Alex Dadgar 661b25bd27 Document operator equality 2016-03-21 21:36:15 -07:00
Alex Dadgar c85dfdf9a0 Merge branch 'master' into f-artifact-location 2016-03-19 12:50:44 -07:00
Alex Dadgar 452aacd5f3 Documentation 2016-03-19 12:35:58 -07:00
Pete Shima ecd798b3ac Minor updates to Interpreted Variables docs 2016-03-18 21:32:56 -07:00
Diptanu Choudhury e680c145f8 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 dd34885bad Documented the json api for job submission 2016-03-16 11:10:37 -07:00
Alex Dadgar 40adf40549 document artifact downloading 2016-03-16 09:56:04 -07:00
Alex Dadgar 4f02739ea3 artifact docs 2016-03-15 21:05:37 -07:00
Alex Dadgar b3ab4ff5b9 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 7c3bb51cfa codespell: minor spelling corrections
Signed-off-by: Dmitry Smirnov <onlyjob@member.fsf.org>
2016-03-16 05:28:31 +11:00
Sean Chittenden 935fcc020f Restrict the service name to match RFC-1123 and RFC-2782 2016-03-14 17:44:59 -07:00
Alex Dadgar 8ad65876bf Add allocation index environment variable 2016-03-09 18:09:51 -08:00
Alex Dadgar f8b047e088 Add Alloc ID/Name and Task Name to environment variables 2016-03-01 16:08:21 -08:00
Alex Dadgar d5bfd20260 add documentation for system gc endpoint and update log docs 2016-02-24 15:38:32 -08:00