Ivo Verberk
11f4e647b2
Add interactive option to the Docker driver configuration schema
2016-04-10 12:20:01 +02:00
Diptanu Choudhury
7290883a3a
Merge branch 'master' of github.com:hashicorp/nomad
2016-04-10 01:59:04 -07:00
Diptanu Choudhury
49d90c907c
Updated the consul in Vagrant env
2016-04-09 21:16:52 -07:00
Ivo Verberk
6d0191a485
Add missing comments on exported Validate function
2016-04-10 01:15:09 +02:00
Ivo Verberk
13a2d62bfa
Implement configuration validation for all task drivers
2016-04-10 00:42:57 +02:00
Ivo Verberk
542603dec6
Add helper to validate raw configuration data
2016-04-10 00:42:43 +02:00
Diptanu Choudhury
953127fff7
Merge pull request #1053 from hashicorp/remove-interfaces
...
removing interfaces from config
2016-04-09 09:18:17 -07:00
Alex Dadgar
034bae90bb
Revert "Remove client status from allocation TerminalStatus"
...
This reverts commit 819e1e4b3967c7029ee8221144666ff460fdd7ed.
2016-04-08 14:22:06 -07:00
Alex Dadgar
d9908ee981
Merge pull request #1060 from hashicorp/b-gc-fix
...
Force GC checks nodes last and fix eval GC to cleanup deregistered batch jobs
2016-04-08 14:13:54 -07:00
Alex Dadgar
ca938f205c
Force GC garbage collects nodes last and fix eval GC to cleanup deregistered batch jobs
2016-04-08 11:42:02 -07:00
Alex Dadgar
42924b9037
Merge pull request #1052 from iverberk/b-fix-panic-on-fs-job-parameter
...
Fixes a panic when fs commands with a job parameter return zero allocations
2016-04-08 11:27:20 -07:00
Alex Dadgar
b170be12ea
Merge pull request #1058 from ketzacoatl/patch-1
...
Dropped `node_id` from docs, per #675
2016-04-08 11:26:04 -07:00
Paul Hinze
eeaad07aa4
Update CHANGELOG.md
2016-04-08 13:24:13 -05:00
Paul Hinze
444ae0ff3e
Merge pull request #1059 from hashicorp/phinze/docker-interactive-flag
...
client/docker: add `interactive` option
2016-04-08 13:23:31 -05:00
Paul Hinze
044978783f
client/docker: add `interactive` option
...
Equivalent to `docker run --interactive` - keeps STDIN open.
Also adds docs for both `tty` and `interactive` docker config.
2016-04-08 12:51:07 -05:00
ketzacoatl
640a03397e
Dropped `node_id` from docs, per #675
...
Specifically, see https://github.com/hashicorp/nomad/blob/master/CHANGELOG.md#030
> Node ID is no longer specifiable. For users who have set a custom Node ID, the node should be drained before Nomad is updated and the data_dir should be deleted before starting for the first time [GH-675]
2016-04-08 13:48:43 -04:00
Diptanu Choudhury
2bda0fc233
Merge pull request #1054 from hashicorp/missing-deps
...
Added missing files for go-getter
2016-04-07 20:13:07 -07:00
Diptanu Choudhury
ebf4383f52
Added missing files for go-getter
2016-04-07 19:32:19 -07:00
Alex Dadgar
f3d9ecf354
When reserving ports don't reserve network interface speed
2016-04-07 15:47:02 -07:00
Alex Dadgar
b6e1057974
Sort the task resources in alloc-status
2016-04-07 14:55:48 -07:00
Alex Dadgar
967c1870a4
vendor updated godep
2016-04-07 14:19:57 -07:00
Ivo Verberk
b5beb70fbd
Make sure we exit on errors
2016-04-07 22:56:17 +02:00
Diptanu Choudhury
e00f8426d8
Removing the interfaces block from docs
2016-04-07 13:31:32 -07:00
Diptanu Choudhury
891b201eef
removing interfaces from config
2016-04-07 13:25:38 -07:00
Ivo Verberk
a7b1842824
Fixes a panic when fs commands with a job parameter return zero allocations
2016-04-07 20:22:09 +02:00
Alex Dadgar
f6b56540b3
Merge pull request #1051 from hashicorp/phinze/website-mime-types
...
website: force JS/CSS mime-types on deploy
2016-04-07 11:15:19 -07:00
Paul Hinze
e91865916c
website: force mime-types for some assets on deploy
...
Should fix occassional issues with application/octet-stream mime type
assets breaking things on the site.
2016-04-07 12:52:11 -05:00
Diptanu Choudhury
b51a44dde0
Merge pull request #1047 from hashicorp/b-log-rotator
...
Fixing race issues in log rotator
2016-04-06 19:26:53 -07:00
Diptanu Choudhury
47e2c6bbfc
Fixing race issues in the log rotator
2016-04-06 18:58:34 -07:00
Diptanu Choudhury
58f13db9f2
Merge branch 'master' of github.com:hashicorp/nomad
2016-04-06 13:38:51 -07:00
Diptanu Choudhury
8487b6cdad
Merge pull request #1044 from hashicorp/f-docker-tty
...
Added the tty flag to the driverconfig
2016-04-06 12:16:09 -07:00
Diptanu Choudhury
f552159a34
Logging errors in the file rotator
2016-04-06 12:06:49 -07:00
Diptanu Choudhury
77fbf85518
Added the tty flag to the driverconfig
2016-04-06 09:54:45 -07:00
Diptanu Choudhury
6644b34aee
Merge pull request #1034 from hashicorp/f-raft-peers
...
Adding raft peers in agent info
2016-04-05 20:28:19 -07:00
Diptanu Choudhury
1ddbef39bd
Merge pull request #1035 from dvusboy/clarify_priority
...
Clarify how priority is ordered
2016-04-05 20:27:49 -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
Diptanu Choudhury
26d1b60369
Adding raft peers in agent info
2016-04-05 10:30:46 -07:00
Diptanu Choudhury
397e7bafb7
Setting check state to critical if check result had an error
2016-04-05 10:15:38 -07:00
Diptanu Choudhury
7d7c89b0c2
Merge pull request #1032 from cosmopetrich/master
...
Fix syntax errors in example JSON job spec
2016-04-05 00:20:25 -07:00
Cosmo Petrich
a8aa845dd2
Fix syntax errors in example JSON job spec
2016-04-05 14:25:19 +10:00
Diptanu Choudhury
04f890d695
Merge pull request #1030 from hashicorp/b-readat
...
Seeking to offset while doing readAt with non-zero offset
2016-04-04 13:28:12 -07:00
Diptanu Choudhury
9288ac5117
Seeking to offset while doing readAt with non-zero offset
2016-04-04 13:05:02 -07:00
Diptanu Choudhury
d472dc2988
Adding the raft leader addr to server stats
2016-04-03 16:38:39 -07:00
Diptanu Choudhury
41087f2c33
Merge branch 'master' of github.com:hashicorp/nomad
2016-04-02 14:49:04 -07:00
Diptanu Choudhury
dfca422608
Not logging if consul is unavailable
2016-04-02 14:48:10 -07:00
Diptanu Choudhury
4158fd79ce
Merge pull request #1023 from hashicorp/libcontainer-fixes
...
Libcontainer fixes
2016-04-02 14:37:42 -07:00
Diptanu Choudhury
bfcb5015a1
Adding a test to check whether constraints are applied and cgroups are removed
2016-04-02 12:39:34 -07:00
Diptanu Choudhury
8cce727238
Moved logrus around
2016-04-02 12:37:19 -07:00
Diptanu Choudhury
e442867a97
Checking in logrus
2016-04-02 12:37:19 -07:00
Diptanu Choudhury
34d9e8aa8e
Setting the cg path after application of pid
2016-04-02 12:37:19 -07:00