Commit graph

4831 commits

Author SHA1 Message Date
Alex Dadgar 175f363de3 Merge pull request #1339 from hashicorp/b-wait-index-statestore
Worker waitForIndex uses StateStore index, not Raft Applied Index
2016-06-22 10:12:43 -07:00
Alex Dadgar 8ceb7ead20 Do not use snapshot 2016-06-22 09:33:15 -07:00
Alex Dadgar 91f6976423 tighter index bound when creating GC evals 2016-06-22 09:11:25 -07:00
Alex Dadgar 25decca3ca Worker waitForIndex uses StateStore index, not Raft Applied Index 2016-06-22 09:04:22 -07:00
Jake Champlin 37b546617f
Add test for reading jobfile from stdin 2016-06-21 22:59:04 -04:00
Diptanu Choudhury cd11fc8ce6 Merge branch 'master' of github.com:hashicorp/nomad 2016-06-21 17:12:19 -07:00
Diptanu Choudhury 193545ead2 Bumping up the version to rc2 2016-06-21 17:11:57 -07:00
Sean Chittenden 16a80943c7 Merge pull request #1337 from hashicorp/update-memberlist-deps
Updated the memberlist dependency
2016-06-21 17:06:19 -07:00
Diptanu Choudhury 33d7f0243f Updated the memberlist dependency 2016-06-21 17:05:05 -07:00
Diptanu Choudhury 0a10873aa6 Merge pull request #1335 from hashicorp/f-set-docker-timeout
Setting a timeout in the docker client
2016-06-21 17:00:14 -07:00
Diptanu Choudhury d37cccad67 Merge pull request #1336 from hashicorp/f-default-ssl-docker-registry
Making SSL default
2016-06-21 17:00:02 -07:00
Diptanu Choudhury 2837d3395d Setting a timeout in the docker client 2016-06-21 16:58:21 -07:00
Diptanu Choudhury 91062dd83c Updated docs 2016-06-21 16:55:23 -07:00
Diptanu Choudhury fcf6b6125e Merge pull request #1332 from Lennie/patch-1
Added note/link to Vagrant installation instructions
2016-06-21 16:43:36 -07:00
Diptanu Choudhury 1d5c5b18f3 Making SSL default 2016-06-21 16:41:14 -07:00
Lennie dd03a9f626 Added note/link to Vagrant installation instructions
So I spent an hour or more trying to figure out why Docker did not install, turns out installing vagrant from the Linux distribution is a stupid idea.

So hopefully a link will help prevent other people running into this problem.
2016-06-21 23:43:44 +02:00
Jake Champlin 054572a048
Formatting updates 2016-06-21 17:35:08 -04:00
Jake Champlin 86854f032f
Formatting changes 2016-06-21 17:33:40 -04:00
Sean Chittenden be68cae5c2 Merge pull request #1331 from hashicorp/b-shuffle-remote-dcs
Fix the shuffling of remote datacenters
2016-06-21 14:26:48 -07:00
Sean Chittenden 8bdb38d016
Code golf
Pointed out by: @dadgar
2016-06-21 14:26:01 -07:00
Jake Champlin 1c2a5ad691
Remove debugging, add newline to website docs 2016-06-21 16:49:12 -04:00
Jake Champlin 84ad9925d7
Update from comments, initial test function 2016-06-21 16:46:42 -04:00
Sean Chittenden df4fe2e502
Fix the shuffling of remote datacenters.
Pointed out by: @ryanuber
2016-06-21 13:37:22 -07:00
Alex Dadgar adbf7332fc vendor go-dockerclient 2016-06-21 11:11:48 -07:00
Jake Champlin 597892e1bc
Read Nomad Jobfile from STDIN if specified.
Allows `nomad run` to read a nomad jobfile from stdin. This allows
templating, and in-memory configuration to occur without writing a
static Nomad jobfile.
2016-06-21 13:50:18 -04:00
Alex Dadgar cf71cefc8e Website update 2016-06-20 22:10:12 -07:00
Alex Dadgar a051f0a264 Merge pull request #1326 from hashicorp/b-handle-max-plans
Handle max plans evaluation in generic scheduler
2016-06-20 18:00:21 -07:00
Alex Dadgar e90529afc9 test for max plan 2016-06-20 17:56:49 -07:00
Alex Dadgar 67c0816726 Handle max plans 2016-06-20 17:43:02 -07:00
Alex Dadgar 434d09500b Merge pull request #1325 from hashicorp/emit-stats-remove-pids
Not emitting per-pid stats and added the total ticks consumed by a Task
2016-06-20 17:33:26 -07:00
Diptanu Choudhury 88ac1b33a4 Not emitting per-pid stats and added the total ticks consumed by a Task 2016-06-20 17:30:25 -07:00
Alex Dadgar d77528d0f2 changelog 2016-06-20 13:50:49 -07:00
Alex Dadgar 19024f4da0 Merge pull request #1322 from hashicorp/b-docker-logs-splicing
Make line copy to avoid being overriden by subsequent scans
2016-06-20 13:17:49 -07:00
Alex Dadgar 661dc200f3 Make line copy to avoid being overriden by subsequent scans 2016-06-20 13:14:43 -07:00
Michal Wieczorek 67a04bb1cc Volume binds for windows containers 2016-06-20 21:46:33 +02:00
Alex Dadgar becaeb6835 Merge pull request #1320 from hashicorp/b-nan
Guard against NaN in disk stats
2016-06-20 10:39:18 -07:00
Alex Dadgar 3cd9c9590b guard against NaN 2016-06-20 10:29:46 -07:00
Alex Dadgar 0f2824e425 Merge pull request #1319 from hashicorp/b-coarse-lock
finer grain locking on LatestAllocStats
2016-06-20 10:19:55 -07:00
Alex Dadgar 7b83503596 finer grain locking 2016-06-20 10:19:06 -07:00
Diptanu Choudhury 7c44bcae60 Merge pull request #1316 from tbartelmess/patch-1
Fixed a typo
2016-06-18 14:05:58 -07:00
Thomas Bartelmess af9958054a Fixed a typo 2016-06-18 08:20:32 -04:00
Alex Dadgar 0d7fecc984 Merge pull request #1314 from hashicorp/f-protect-alloc-nil
Guard against bad restore in alloc runner
2016-06-17 15:17:20 -07:00
Alex Dadgar 9f5d4e11fe remove bind_addr from test config 2016-06-17 15:05:03 -07:00
Alex Dadgar 744270590b Guard against bad restore 2016-06-17 14:58:53 -07:00
Alex Dadgar 9406739ba8 remove resolving client rpc addr 2016-06-17 14:55:37 -07:00
Alex Dadgar c9f7467ccb Driver tests use client default config 2016-06-17 14:24:49 -07:00
Alex Dadgar 975d3b36e8 changelog 2016-06-17 14:15:57 -07:00
Sean Chittenden 9aeac0b073 Merge pull request #1313 from hashicorp/b-update-gopsutils
Update gopsutils
2016-06-17 13:42:08 -07:00
Sean Chittenden 7566e8a04b
Improve the error messages when obtaining node and alloc stats 2016-06-17 13:24:10 -07:00
Sean Chittenden f9562cf656
Lump this fix in with gopsutils: guard against errors from stats. 2016-06-17 13:24:10 -07:00