Commit graph

4598 commits

Author SHA1 Message Date
Alex Dadgar b2ecda408a respond to comments 2016-06-30 13:32:33 -07:00
Alex Dadgar 93a3d3e7e5 remove CT example 2016-06-30 11:51:57 -07:00
Alex Dadgar 0125c7e7e8 Updating 2016-06-30 11:49:59 -07:00
Alex Dadgar aabe01c4e0 accessing logs 2016-06-29 17:46:45 -07:00
Alex Dadgar e2302682d7 Service discovery links to docs 2016-06-29 16:57:03 -07:00
Alex Dadgar 77dbd975f8 resource usage 2016-06-29 14:31:39 -07:00
Alex Dadgar 98d19aadb6 inspecting state 2016-06-29 13:32:31 -07:00
Alex Dadgar bf728e8e51 Task Configurations 2016-06-29 12:47:17 -07:00
Alex Dadgar 0fb85f18f2 layout framework 2016-06-28 16:28:58 -07:00
Alex Dadgar 5a09c44517 Add OSs back to build script 2016-06-28 14:30:02 -07:00
Alex Dadgar e207339e80
Release v0.4.0 2016-06-28 14:26:34 -07:00
Alex Dadgar 2faa662908 Merge branch 'master' of github.com:hashicorp/nomad 2016-06-28 14:17:12 -07:00
Alex Dadgar 99114ac86d
Release v0.4.0 2016-06-28 14:15:24 -07:00
Alex Dadgar 1c113ff3b9 version bump 2016-06-28 13:54:19 -07:00
Alex Dadgar 6f0685af44 Merge pull request #1366 from hashicorp/b-stats-restart
Set running when restoring
2016-06-28 13:52:49 -07:00
Alex Dadgar c35b1be845 Set running when restoring 2016-06-28 13:47:59 -07:00
Alex Dadgar 129c097768 Small creating a cluster fixes 2016-06-28 13:32:10 -07:00
Diptanu Choudhury a8dfe08ea4 Merge pull request #1361 from hashicorp/cluster-docs
Added docs around bootstrapping a Nomad cluster
2016-06-28 11:00:21 -07:00
Diptanu Choudhury 614114a303 Modified docs 2016-06-28 10:57:54 -07:00
Alex Dadgar c4388072f8 mark that periodic is optional 2016-06-28 10:33:48 -07:00
Diptanu Choudhury f50c482846 Added a section about fedaration of clusters 2016-06-28 10:33:31 -07:00
Diptanu Choudhury ef854ae8cb Merge pull request #1364 from hashicorp/update-gopsutil
Updated gopsutil
2016-06-28 10:08:44 -07:00
Diptanu Choudhury a328e2fe7f Updated gopsutil 2016-06-28 10:07:56 -07:00
Alex Dadgar 15cd1934a3 Merge pull request #1360 from hashicorp/b-gc-batch
Disallow EvalGC to reap batch jobs evals/allocs and make JobGC only oneshot GC everything
2016-06-28 10:02:23 -07:00
Alex Dadgar 099cee067d comments 2016-06-28 10:02:06 -07:00
Alex Dadgar d5c8961885 Merge pull request #1363 from wuub/master
Fix docker driver lockup during nomad boot
2016-06-28 09:04:45 -07:00
Wojciech Bederski a73422b4ff Fix docker driver lockup during nomad boot
Unit mismatch caused docker driver to wait almost indefinitely during boot 
(when one or more containers were a bit uncooperative during StopContainer())
This should fix problems described in  #1202
2016-06-28 14:26:47 +02:00
Alex Dadgar 3f0a47f9e4 Disallow EvalGC to reap batch jobs evals/allocs and make JobGC only oneshot GCs everything 2016-06-27 22:54:03 -07:00
Alex Dadgar 3664d465dc Merge branch 'master' of github.com:hashicorp/nomad 2016-06-27 22:53:21 -07:00
Alex Dadgar f841f1a71a changelog 2016-06-27 22:53:11 -07:00
Alex Dadgar 1d05943fa4 Merge pull request #1362 from hashicorp/b-vendor-columnize
Update columnize to include optimized code
2016-06-27 22:51:42 -07:00
Alex Dadgar c30c12f5c3 update columnize to include optimized code 2016-06-27 22:49:53 -07:00
Diptanu Choudhury 386aed5009 Merge pull request #1355 from hashicorp/d-getting-started
Update getting started docs
2016-06-27 16:56:22 -07:00
Diptanu Choudhury ae19a8eae6 Merge pull request #1354 from hashicorp/d-client-http
Cleanup Client HTTP API docs
2016-06-27 16:55:56 -07:00
Diptanu Choudhury 1d11801155 Merge pull request #1358 from novilabs/write-temp-and-rename-state
write state to temp file and then rename
2016-06-27 16:51:46 -07:00
Diptanu Choudhury 60dcd98212 Added docs around bootstrapping a Nomad cluster 2016-06-27 16:24:04 -07:00
Cameron Davison d1e7d9c50f
write state to temp file and then rename 2016-06-27 12:29:33 -05:00
Alex Dadgar 8a14c266e4 Update getting started 2016-06-24 19:20:09 -07:00
Alex Dadgar 0691b0e81b clean up stats 2016-06-24 18:00:29 -07:00
Alex Dadgar b8f3c1489c Unify the stats http API docs 2016-06-24 11:09:24 -07:00
Alex Dadgar a225a38201 Merge pull request #1353 from hashicorp/b-requeue
Properly handle reblocking evaluations by storing the eval token
2016-06-24 11:05:06 -07:00
Alex Dadgar 6ca552c451 Reblock test 2016-06-24 10:26:13 -07:00
Alex Dadgar fd3e469d5e Remove requeue because it is a subset of EnqueueAll now 2016-06-24 10:14:34 -07:00
Alex Dadgar 2f8bb4b235 When enqueuing into eval broker always pass blocked eval's token 2016-06-23 22:40:22 -07:00
Alex Dadgar ccf93d7e44 UnblockFailed needs to untrack the job 2016-06-23 15:35:21 -07:00
Alex Dadgar 14f6b369ec Merge pull request #1351 from hashicorp/b-unblockfailed-delete-job
UnblockFailed needs to untrack the job
2016-06-23 15:34:11 -07:00
Alex Dadgar b1c2a9ddb9 UnblockFailed needs to untrack the job 2016-06-23 15:26:26 -07:00
Alex Dadgar d935e78ca9 plan api docs 2016-06-23 11:48:31 -07:00
Diptanu Choudhury 39c4ff78cd Merge pull request #1350 from hashicorp/f-updating-tests
Update failing tests
2016-06-23 09:16:58 -07:00
Jake Champlin f094969c7b
Update failing tests 2016-06-23 11:28:17 -04:00