Commit Graph

1510 Commits

Author SHA1 Message Date
Armon Dadgar
3058ae8128 Merge pull request #327 from hashicorp/b-check-env-var-updates
Check for environment variable updates for tasks
2015-10-26 11:55:52 -07:00
Alex Dadgar
6a8ea07f10 Merge pull request #330 from kikitux/master
list Getting in depth in same order as menu
2015-10-26 11:29:22 -07:00
Clint
1a97004398 Update CHANGELOG.md 2015-10-26 10:01:20 -05:00
Clint
eccc117b78 Merge pull request #288 from hashicorp/f-go-getter
Drivers: Use go-getter for artifact retrieval, add artifact support to Exec, Raw Exec drivers
2015-10-26 10:00:29 -05:00
Clint Shryock
1e07daa680 drivers: Add/Use go-getter to fetch remote binaries
Updates Qemu, Java drivers to use go-getter to fetch binaries
Adds remote artifact support for Exec, Raw Exec drivers
2015-10-26 09:40:06 -05:00
Diptanu Choudhury
82ff0a1e85 Merge pull request #339 from charlieok/patch-1
tasks groups -> task groups
2015-10-25 19:54:32 -07:00
Charlie O'Keefe
e389ae53fd tasks groups -> task groups 2015-10-25 18:31:59 -06:00
Seth Vargo
d8c2ddf128 Merge pull request #338 from charlieok/patch-3
resources use -> resource use
2015-10-25 13:16:35 -04:00
Seth Vargo
bbb6c03fd7 Merge pull request #336 from charlieok/patch-1
diver -> driver
2015-10-25 13:15:38 -04:00
Seth Vargo
090743a441 Merge pull request #337 from charlieok/patch-2
systems -> system's
2015-10-25 13:15:30 -04:00
Charlie O'Keefe
7879282490 resources use -> resource use 2015-10-25 11:15:14 -06:00
Charlie O'Keefe
70858f6daa systems -> system's 2015-10-25 11:10:37 -06:00
Charlie O'Keefe
6506078ce9 diver -> driver 2015-10-25 11:06:28 -06:00
Seth Vargo
e3c6842959 Merge pull request #335 from charlieok/patch-1
will be ran -> will be run
2015-10-25 13:05:08 -04:00
Charlie O'Keefe
6f8d128e14 will be ran -> will be run 2015-10-25 11:00:08 -06:00
Alvaro Miranda
328008820e list Getting in depth in same order as menu 2015-10-24 17:18:11 +13:00
Alex Dadgar
de3b0dd149 Merge pull request #325 from hashicorp/f-reset-nack
Reset evaluation Nack timer in response to scheduler operations
2015-10-23 17:16:55 -07:00
Alex Dadgar
4718a05d07 Revert "dont hard code scheduler type name"
This reverts commit fb0e0dfc2b.
2015-10-23 16:32:45 -07:00
Alex Dadgar
fb0e0dfc2b dont hard code scheduler type name 2015-10-23 16:31:45 -07:00
Alex Dadgar
5730528712 Merge branch 'master' of https://github.com/hashicorp/nomad 2015-10-23 16:23:54 -07:00
Alex Dadgar
7c9926c3c7 Format rkt_test 2015-10-23 16:23:43 -07:00
Alex Dadgar
d8daa32347 Merge pull request #322 from achanda/test-cleanup
Test cleanup
2015-10-23 14:58:20 -07:00
Alex Dadgar
0f5e93edc8 Check for environment variable updates for tasks 2015-10-23 14:52:06 -07:00
Abhishek Chanda
c8443fbe3c Cleanup tests
- Consolidate checking if non-windows and if qemu is installed
- Fix non-windows check
2015-10-23 14:19:22 -07:00
Alex Dadgar
c8bd79cd2a Merge pull request #323 from gregory-m/order-agent-members
Sort server-members output using name and tags
2015-10-23 11:38:27 -07:00
Gregory Man
09513e0147 Sort server-members output using name and tags 2015-10-23 21:33:18 +03:00
Armon Dadgar
2beae1a844 nomad: use OutstandingReset in Eval endpoints and Plan apply 2015-10-23 10:22:44 -07:00
Armon Dadgar
a050185bf1 nomad: OutstandingReset returns specific errors 2015-10-23 10:22:17 -07:00
Armon Dadgar
099ac4c1d5 nomad: Adding OutstandingReset to EvalBroker 2015-10-23 10:14:16 -07:00
Jeff Mitchell
b13df73ee8 Update the location of cleanhttp 2015-10-22 14:21:07 -04:00
Alex Dadgar
10ae4281d8 Merge pull request #313 from achanda/attributes
Show node attribute in node-status
2015-10-22 10:02:54 -07:00
Alex Dadgar
ffaacc3fa6 Merge pull request #319 from hashicorp/cleanhttp
Use cleanhttp for truly clean clients and transports.
2015-10-22 09:52:54 -07:00
Alex Dadgar
adbdc0d93b Merge pull request #314 from achanda/rkt-version
Just put the version as string
2015-10-22 09:52:14 -07:00
Jeff Mitchell
b0aac09da8 Use cleanhttp for truly clean clients and transports. 2015-10-22 10:58:23 -04:00
Abhishek Chanda
db2dd3b614 Show node attribute in node-status
Adds node attributes to the node-status command when a single
node ID is passed
2015-10-22 10:34:21 +00:00
Abhishek Chanda
9f21fc5288 Just put the version as string 2015-10-21 21:09:04 -07:00
Alex Dadgar
1e9416a8d3 Merge pull request #310 from hashicorp/f-node-up-eval
Create evals for system jobs on node registration
2015-10-21 18:06:07 -07:00
Alex Dadgar
d234a84c39 Also create evals from Down -> Ready 2015-10-21 17:58:54 -07:00
Mitchell Hashimoto
937066151d Merge pull request #316 from gregory-m/vet
Make go vet happy
2015-10-21 10:44:39 -07:00
Gregory Man
3c43318eb7 Make go vet happy 2015-10-21 15:47:36 +03:00
Diptanu Choudhury
fd3dccead2 Merge pull request #312 from hashicorp/b-rolling-update
Added the UpdataStrategy struct to the api/jobs struct
2015-10-20 17:14:46 -07:00
Alex Dadgar
390a3955f4 Do a full loop of the sys-job iterator before the fast-path check 2015-10-20 17:11:57 -07:00
Diptanu Choudhury
fc6b874d60 Fixed the imports 2015-10-20 16:42:53 -07:00
Diptanu Choudhury
7b843626b0 Added the UpdataStrategy struct to the api/jobs struct so that we don't loose the information passed on from the cli 2015-10-20 16:16:05 -07:00
Alex Dadgar
343aedde7c Cleanup system job loop 2015-10-20 13:02:55 -07:00
Alex Dadgar
48f94b7a48 UpdateStatus test to ensure system evals are created on state transistion 2015-10-20 11:33:37 -07:00
Alex Dadgar
1fa232a012 Add scheduler type index to jobs table; create evals for system jobs on node init to ready transition 2015-10-20 10:57:53 -07:00
Alex Dadgar
60eda624ec Merge pull request #308 from poll0rz/patch-1
Update doc with System Scheduler from PR #287
2015-10-19 13:47:55 -07:00
poll0rz
991cb29668 format long line 2015-10-19 22:46:10 +02:00
Alex Dadgar
2374157fd0 Merge pull request #307 from hashicorp/qemu-checkup-doc-update
driver/qemu: Update docs, we use SHA256 not MD5
2015-10-19 13:35:15 -07:00