Commit Graph

6209 Commits

Author SHA1 Message Date
Alex Dadgar d59057c3a8 Merge pull request #2130 from hashicorp/b-log-type
Fix Docker Logging Type interpolation
2016-12-19 13:43:52 -08:00
Alex Dadgar 7cdf24f05f Fix Docker Logging Type interpolation
This PR fixes an issue that made Logging.Type un-interpretable in the
docker driver.
2016-12-19 13:42:58 -08:00
Alex Dadgar 2f3aeed2f8 Merge pull request #2063 from tmichaud314/fix-docker-driver-auth-interpolation
Fixes docker-driver Auth-config interpolation
2016-12-19 13:41:27 -08:00
Diptanu Choudhury e072961cea Added tests 2016-12-19 13:21:47 -08:00
Alex Dadgar 90a5cecbe8 missing fix 2016-12-19 12:47:19 -08:00
Alex Dadgar 797bd3013f Merge pull request #2125 from pgporada/master
Updated docker doc to remove useless word
2016-12-19 12:45:54 -08:00
Alex Dadgar 9ddadf0209 update eval example 2016-12-19 10:16:49 -08:00
Alex Dadgar 5d48c492a4 Fix test 2016-12-18 16:54:12 -08:00
Alex Dadgar 4e8035756b Fix test and prevent job with payload from being submitted 2016-12-18 16:32:14 -08:00
Alex Dadgar 072ff1c3ee ensure file doesn't escape 2016-12-18 15:48:30 -08:00
Diptanu Choudhury 36b5545d6b Making the gc allocator understand real disk usage 2016-12-16 18:34:59 -08:00
Alex Dadgar aa904b495e Require batch 2016-12-16 15:20:12 -08:00
Alex Dadgar 159c819e08 Client writes payload to disk 2016-12-16 15:11:56 -08:00
Phil Porada c8199fb404 Removed useless word 2016-12-16 16:57:58 -05:00
Alex Dadgar b1883daae8 Use new combined meta data function in env 2016-12-16 10:45:09 -08:00
Alex Dadgar 7778339f03 Fix mapstructure tag formatting for lxc driver 2016-12-16 10:24:17 -08:00
Alex Dadgar 2761e1d8ea fix tests 2016-12-16 10:21:56 -08:00
Michael Schurter 3edf796c33 Merge pull request #2122 from hashicorp/b-fix-getting-started
Fix demo vagrant server by making hostname resolve
2016-12-16 09:55:18 -08:00
Michael Schurter 75a04b4c1f Remove commented out block from comments 2016-12-15 17:17:31 -08:00
Alex Dadgar a1dd78c24b Scheduler combines meta from job > group > task 2016-12-15 17:08:38 -08:00
Michael Schurter c2287adeee Fix demo vagrant server by making hostname resolve 2016-12-15 16:25:58 -08:00
Alex Dadgar d8de7b59a5 JobDiff 2016-12-15 15:40:18 -08:00
Alex Dadgar c2ab69d083 Merge pull request #2121 from justinwalz/jw_alloc_status
show desired status and description for allocation
2016-12-15 15:24:31 -08:00
Justin Walz 1f5e78cc87 show desired status and description for allocation 2016-12-15 15:15:29 -08:00
Michael Schurter 81a709e6d4 Use - not _ for lxc enabled build 2016-12-15 11:06:03 -08:00
Diptanu Choudhury 8825ac82d0 Merge pull request #2118 from hashicorp/jbs-alloc-status-text
Help text grammar updates in alloc_status
2016-12-15 10:08:28 -08:00
Brian Shumate f292889970
Help text grammar updates
- Grammar change in usage info text
- Capitalization in stats retrieval error text
- Typo in outputTaskResources stats comment
2016-12-15 12:31:29 -05:00
Diptanu Choudhury 38122b2d7e Merge pull request #2109 from justinwalz/json_docs_vault
add vault example for JSON api
2016-12-14 19:02:04 -08:00
Alex Dadgar bf1e157bd8 Children fixes + nomad status outputs summaries
Children object is always initialized instead of lazily.
`nomad status` outputs children summaries and has specialized view for
constructor jobs.
2016-12-14 16:58:54 -08:00
Justin Walz 7e7c201d22 add vault example for JSON api 2016-12-14 16:49:38 -08:00
Alex Dadgar 5a742528c9 dispatch help 2016-12-14 15:19:27 -08:00
Diptanu Choudhury 7aef9bcabe Added the stats collector to GC 2016-12-14 15:11:11 -08:00
Diptanu Choudhury e855cd587b Refactored hoststats collector 2016-12-14 15:07:42 -08:00
Diptanu Choudhury 0ffd92668d GC-ing before we start a new allocation 2016-12-14 15:04:06 -08:00
Diptanu Choudhury afdaa979f7 Added a garbage collector for allocations 2016-12-14 15:01:12 -08:00
Alex Dadgar 4a5c3c8db0 Rename structs 2016-12-14 14:28:43 -08:00
Diptanu Choudhury a75d2294d4 Merge pull request #2103 from zanella/patch-1
Added example for the Reserved field
2016-12-14 10:12:26 -08:00
Rafael Zanella 69994ac633 Added example for the Reserved field
https://github.com/zanella/nomad-api/pull/4
2016-12-14 09:58:52 -02:00
Alex Dadgar 1235fc6581 summary tests 2016-12-13 16:15:40 -08:00
Alex Dadgar d808562bf1 changelog 2016-12-13 15:03:54 -08:00
Alex Dadgar ade108f78c
Release v0.5.2-rc1 2016-12-13 14:37:43 -08:00
Alex Dadgar 0c97864a65 changelog 2016-12-13 14:18:41 -08:00
Diptanu Choudhury 1ca243d449 Bumping up version 2016-12-13 13:55:25 -08:00
Diptanu Choudhury eadd80fe33 Merge branch 'master' of github.com:hashicorp/nomad 2016-12-13 13:53:53 -08:00
Diptanu Choudhury 91928b8f46 Updated changelog 2016-12-13 13:53:25 -08:00
Alex Dadgar 648ad2ebc5 Merge pull request #2096 from hashicorp/b-addAlloc
Fix race and remove panic
2016-12-13 13:50:17 -08:00
Diptanu Choudhury 06029ee598 Merge pull request #2097 from hashicorp/b-wait-remote-alloc
cancelling waiting for remote allocation
2016-12-13 13:10:16 -08:00
Diptanu Choudhury 53fb09023c cancelling waiting for remote allocation if the alloc doesn't need migration 2016-12-13 13:06:33 -08:00
Alex Dadgar 3cbd237512 Fix race and remove panic 2016-12-13 12:34:23 -08:00
Alex Dadgar ed7dbf1583 Merge pull request #2095 from hashicorp/jbs-docs-server-members
Docs: remove admonition about server-members command
2016-12-13 10:43:29 -08:00