Commit Graph

3636 Commits

Author SHA1 Message Date
Alex Dadgar
6bf2b21ddb interpet the artifact source 2016-04-11 18:46:16 -07:00
Alex Dadgar
ba55c83ba4 Merge pull request #1067 from hashicorp/b-add-client-status-to-terminal
add client status to allocation terminal status
2016-04-11 13:20:39 -07:00
Alex Dadgar
1e9650d070 filtering failed batch allocs 2016-04-11 12:51:53 -07:00
Alex Dadgar
7117d8c763 Merge pull request #1064 from sandstrom/patch-1
Add dates to changelog
2016-04-11 11:48:58 -07:00
sandstrom
04557dfeaf Add dates to changelog 2016-04-10 14:46:37 +02:00
Diptanu Choudhury
d8d24c0a8a Merge pull request #1053 from hashicorp/remove-interfaces
removing interfaces from config
2016-04-09 09:18:17 -07:00
Alex Dadgar
8039720b10 Revert "Remove client status from allocation TerminalStatus"
This reverts commit 819e1e4b39.
2016-04-08 14:22:06 -07:00
Alex Dadgar
4b232b54a1 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
25b6d99ffd 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
bc631c4667 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
7ca0b7e6fc 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
88e8361ad2 Update CHANGELOG.md 2016-04-08 13:24:13 -05:00
Paul Hinze
0c6b05eb1b 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
401b04529e 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
81fc2b096d 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
e3511b6297 Merge pull request #1054 from hashicorp/missing-deps
Added missing files for go-getter
2016-04-07 20:13:07 -07:00
Diptanu Choudhury
f3452a6698 Added missing files for go-getter 2016-04-07 19:32:19 -07:00
Alex Dadgar
36a75054d8 When reserving ports don't reserve network interface speed 2016-04-07 15:47:02 -07:00
Alex Dadgar
da543308f2 Sort the task resources in alloc-status 2016-04-07 14:55:48 -07:00
Alex Dadgar
663b04fc60 vendor updated godep 2016-04-07 14:19:57 -07:00
Ivo Verberk
13e670159b Make sure we exit on errors 2016-04-07 22:56:17 +02:00
Diptanu Choudhury
bed0f2b08c Removing the interfaces block from docs 2016-04-07 13:31:32 -07:00
Diptanu Choudhury
1e9fa644a4 removing interfaces from config 2016-04-07 13:25:38 -07:00
Ivo Verberk
b7bc3aae6f Fixes a panic when fs commands with a job parameter return zero allocations 2016-04-07 20:22:09 +02:00
Alex Dadgar
1186c9d3d2 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
9968a5b913 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
dd706284b1 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
eccebeca9e Fixing race issues in the log rotator 2016-04-06 18:58:34 -07:00
Diptanu Choudhury
ff804957e1 Merge branch 'master' of github.com:hashicorp/nomad 2016-04-06 13:38:51 -07:00
Diptanu Choudhury
fccb56388e 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
fdea9d7905 Logging errors in the file rotator 2016-04-06 12:06:49 -07:00
Diptanu Choudhury
7a8c92cec6 Added the tty flag to the driverconfig 2016-04-06 09:54:45 -07:00
Diptanu Choudhury
a199640308 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
44a5adafdc Merge pull request #1035 from dvusboy/clarify_priority
Clarify how priority is ordered
2016-04-05 20:27:49 -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
Diptanu Choudhury
5105342434 Adding raft peers in agent info 2016-04-05 10:30:46 -07:00
Diptanu Choudhury
7555c2e705 Setting check state to critical if check result had an error 2016-04-05 10:15:38 -07:00
Diptanu Choudhury
e48d0b0373 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
97f2a9a1b8 Fix syntax errors in example JSON job spec 2016-04-05 14:25:19 +10:00
Diptanu Choudhury
45114d9abd 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
2e3a2d6e0d Seeking to offset while doing readAt with non-zero offset 2016-04-04 13:05:02 -07:00
Diptanu Choudhury
52edfe3a4e Adding the raft leader addr to server stats 2016-04-03 16:38:39 -07:00
Diptanu Choudhury
8d8b5642dd Merge branch 'master' of github.com:hashicorp/nomad 2016-04-02 14:49:04 -07:00
Diptanu Choudhury
7ca2d28baa Not logging if consul is unavailable 2016-04-02 14:48:10 -07:00
Diptanu Choudhury
f15c8ba3f4 Merge pull request #1023 from hashicorp/libcontainer-fixes
Libcontainer fixes
2016-04-02 14:37:42 -07:00
Diptanu Choudhury
03dcb7f541 Adding a test to check whether constraints are applied and cgroups are removed 2016-04-02 12:39:34 -07:00
Diptanu Choudhury
de0006851c Moved logrus around 2016-04-02 12:37:19 -07:00
Diptanu Choudhury
916c568f9d Checking in logrus 2016-04-02 12:37:19 -07:00
Diptanu Choudhury
36d8c7e831 Setting the cg path after application of pid 2016-04-02 12:37:19 -07:00
Diptanu Choudhury
339cb0b750 Setting the cgroup config after applying pid 2016-04-02 12:37:19 -07:00