Commit Graph

5317 Commits

Author SHA1 Message Date
Vishal Nayak
c4744e2632 Merge pull request #1606 from hashicorp/f-vault-client
VaultClient for Nomad client's interactions with Vault
2016-08-30 13:13:54 -04:00
vishalnayak
13d97f01bb Print debug message only when error is non-nil 2016-08-30 13:14:34 -04:00
vishalnayak
68b1b30bf5 Addressed review feedback 2016-08-30 13:08:13 -04:00
vishalnayak
082d5e58a4 Return only fatal error to renewal error channel 2016-08-30 12:46:59 -04:00
vishalnayak
dd26f9b4bf Fix tests 2016-08-29 21:30:06 -04:00
vishalnayak
72d2e9d2dd tokenDeriver function pointer to derive tokens.
Remove rpc*, connPool, node and region from vaultclient.
2016-08-29 20:32:05 -04:00
Diptanu Choudhury
fae5e519d8 Merge pull request #1654 from hashicorp/f-sticky-spec
Server side changes for sticky volumes
2016-08-29 14:00:32 -07:00
Diptanu Choudhury
e331186ee0 Introducing shared resources in alloc 2016-08-29 13:49:25 -07:00
vishalnayak
603d7b09d8 Use Job.LookupTaskGroup 2016-08-29 16:34:39 -04:00
Alex Dadgar
152c11d657 Merge pull request #1660 from mlafeldt/optional-stats
Make alloc-status and node-status work without access to stats
2016-08-29 09:54:49 -07:00
vishalnayak
7f919c9d74 Address review feedback 2016-08-29 12:47:33 -04:00
Mathias Lafeldt
464e1c8b78 Make node-status -short work without node stats 2016-08-29 17:45:37 +02:00
Mathias Lafeldt
385552ddea Make alloc-status -short work without allocation stats 2016-08-29 17:45:23 +02:00
Alex Dadgar
b813362ece Make maxSize exported so that it is serialized 2016-08-28 17:48:35 -07:00
Diptanu Choudhury
71048e2518 Merge pull request #1658 from groovemonkey/web-copy-fixes
Web copy fixes
2016-08-27 12:28:27 -07:00
Dave Cohen
154e81b011 one last tiny pedantic fix, I swear. 2016-08-27 09:04:01 -04:00
Dave Cohen
43a8539df9 more tiny doc fixes 2016-08-27 08:56:39 -04:00
Ivo Verberk
dedfba4d74 Merge pull request #1657 from groovemonkey/patch-1
small spelling correction
2016-08-27 14:23:28 +02:00
Dave Cohen
1fcd86b25b small spelling correction 2016-08-27 08:18:02 -04:00
Diptanu Choudhury
3e675222c7 Added LocalDisk to diff 2016-08-26 20:38:50 -07:00
Diptanu Choudhury
8e76a3d52a Ensuring resources are re-calculated properly in fsm 2016-08-26 20:13:11 -07:00
Diptanu Choudhury
c9d35e4050 Changing implementation of AllocsFit 2016-08-26 17:28:29 -05:00
Alex Dadgar
50688b7cd4 update architecture copy 2016-08-26 13:57:43 -07:00
Diptanu Choudhury
54fe53742d Added copy method to LocalDisk 2016-08-26 14:24:47 -05:00
Michael Schurter
14060b1607 Add changelog entry for #1558's fix 2016-08-26 11:45:34 -07:00
Alex Dadgar
7dd202a2bf Changelog 2016-08-26 11:30:26 -07:00
Alex Dadgar
8fac8579f8 Merge pull request #1656 from hashicorp/b-fix-http-timeout
Fix http timeout for Consul check for servers
2016-08-26 11:28:56 -07:00
Alex Dadgar
859f4c5d5e Increase the timeout to be greater than the RPC hold threshold 2016-08-26 11:13:20 -07:00
Michael Schurter
40e1ffd6ba Merge pull request #1653 from hashicorp/b-fix-artifact-retry
Don't fail other tasks when retrying artifact get
2016-08-26 09:53:39 -07:00
Diptanu Choudhury
dba0d80ee3 Fixed more tests 2016-08-26 01:51:19 -05:00
Diptanu Choudhury
efb0d3de8a Fixed some more tests 2016-08-25 23:05:21 -05:00
Diptanu Choudhury
183294644e Fixed api tests 2016-08-25 22:10:25 -05:00
Michael Schurter
5b0dd7ff2b Make sure bad doesn't fail before web runs 2016-08-25 17:25:51 -07:00
Michael Schurter
bbce6c7ad1 Ensure bad task reaches terminal state within test 2016-08-25 16:05:19 -07:00
Alex Dadgar
5b9c2eabb9 Merge pull request #1655 from hashicorp/f-travis-vault
Update install of Vault
2016-08-25 14:53:05 -07:00
Michael Schurter
2a88e48f07 Ensure web task exited successfully
Web task should run to completion successfully while the `bad` task is
retrying artifact downloads.
2016-08-25 14:42:50 -07:00
Alex Dadgar
f2dcbd3070 Update install of Vault 2016-08-25 14:07:15 -07:00
Diptanu Choudhury
0319d5fe64 Added scheduler tests to ensure disk constraints are honored 2016-08-25 15:31:56 -05:00
Michael Schurter
d1da2ce020 Don't fail other tasks when retrying artifact get
The artifact fetching may be retried and succeed, so don't set the task
as dead.

Fixes #1558
2016-08-25 13:16:41 -07:00
Alex Dadgar
f09928fbcd Merge branch 'master' of github.com:hashicorp/nomad 2016-08-25 13:13:36 -07:00
Alex Dadgar
857ea1fe97 bump vault version 2016-08-25 13:13:20 -07:00
Alex Dadgar
0ed2980934 Merge pull request #1652 from hashicorp/b-monitor-alloc-dir
Monitor the complete alloc directory, not just the shared part.
2016-08-25 13:10:13 -07:00
Diptanu Choudhury
1adfb15f7e Fixed some tests 2016-08-25 13:56:39 -05:00
Ivo Verberk
42afc6b80b Small comment fix. 2016-08-25 20:50:11 +02:00
Ivo Verberk
0d13488f1f Monitor the complete alloc directory, not just the shared part. 2016-08-25 20:48:19 +02:00
Ivo Verberk
a37e8da6d1 Merge pull request #1651 from hashicorp/b-fix-client-tests
Don't duplicate TaskKilled event and check for TaskSiblingFailed.
2016-08-25 20:47:04 +02:00
Ivo Verberk
a97432107b Don't duplicate TaskKilled event and check for TaskSiblingFailed. 2016-08-25 20:11:10 +02:00
Diptanu Choudhury
c9407d4e9f Added an upgrade path for existing jobs with no local disk 2016-08-25 13:00:20 -05:00
Diptanu Choudhury
7da66e169c Making the scheduler use LocalDisk instead of Resources.DiskMB 2016-08-25 12:27:42 -05:00
Alex Dadgar
5298753b48 Merge pull request #1613 from nak3/plan255
command.plan: tiny: Fix expect error code message from 1 to 255
2016-08-24 15:33:40 -07:00