Alex Dadgar
|
831909dcce
|
pass a copy of the task to the task environment
|
2016-05-05 22:01:17 -07:00 |
Alex Dadgar
|
483fa975d7
|
createDriver expects task environment
|
2016-04-13 14:24:08 -07:00 |
Alex Dadgar
|
dc63c24e59
|
interpet the artifact source
|
2016-04-11 18:46:16 -07:00 |
Alex Dadgar
|
23c1173269
|
ArtifactDownloaded in task runner state
|
2016-03-28 17:24:10 -07:00 |
Alex Dadgar
|
f64f03f87e
|
Test task failure killing TG and fix setting the task as received on a restore
|
2016-03-25 12:51:40 -07:00 |
Alex Dadgar
|
dced530c7c
|
kill tasks in alloc when one fails
|
2016-03-25 12:50:25 -07:00 |
Alex Dadgar
|
25dc8a0dcb
|
Explain restart decision and display in alloc-status
|
2016-03-25 12:47:14 -07:00 |
Alex Dadgar
|
45dfae8f6f
|
Operator specifiable blacklist for task's using certain users
|
2016-03-24 10:55:14 -07:00 |
Diptanu Choudhury
|
76343a3748
|
Merge pull request #972 from hashicorp/scripts
Moving consul service to executor
|
2016-03-24 00:12:45 -07:00 |
Diptanu Choudhury
|
f6a932194f
|
Removing references to old consul services and adding consul config to executor context
|
2016-03-23 12:19:19 -07:00 |
Alex Dadgar
|
782fa46b69
|
Show error when artifact validation fails in task runner
|
2016-03-22 16:09:41 -07:00 |
Alex Dadgar
|
0f73c3f402
|
Validate the artifact client side as well
|
2016-03-19 13:28:37 -07:00 |
Alex Dadgar
|
74a68c83f1
|
Test task runner downloading artifacts
|
2016-03-15 14:34:25 -07:00 |
Alex Dadgar
|
ab44bc78a2
|
Get tests to pass
|
2016-03-15 13:28:57 -07:00 |
Alex Dadgar
|
9f878a16bf
|
Download artifacts and remove old code for drivers
|
2016-03-15 13:28:57 -07:00 |
Alex Dadgar
|
144ccfb561
|
Killing a docker container that is dead is not an error
|
2016-03-02 16:27:01 -08:00 |
Alex Dadgar
|
f8b047e088
|
Add Alloc ID/Name and Task Name to environment variables
|
2016-03-01 16:08:21 -08:00 |
Alex Dadgar
|
7fe8a4650f
|
Acquire lock around handle
|
2016-02-29 10:45:08 -08:00 |
Alex Dadgar
|
61972c9ddc
|
Refactor task runner to include driver starting into restart policy and add recoverable errors
|
2016-02-28 16:56:05 -08:00 |
Diptanu Choudhury
|
e3d6c4a9dd
|
Adding version information to snapshots
|
2016-02-24 19:06:30 -08:00 |
Alex Dadgar
|
c08e3dbee8
|
Make updating alloc status async
|
2016-02-19 21:44:23 -08:00 |
Alex Dadgar
|
e2a4c4ccc5
|
Client stores when it receives a task
|
2016-02-19 14:49:43 -08:00 |
Alex Dadgar
|
18d2d9c091
|
Killing a driver handle is retried with an exponential backoff
|
2016-02-16 21:00:49 -08:00 |
Alex Dadgar
|
f6e0349d3b
|
go vet
|
2016-02-12 16:08:58 -08:00 |
Alex Dadgar
|
4d7ed4f164
|
Strip as much copystructure as possible
|
2016-02-10 17:54:43 -08:00 |
Alex Dadgar
|
0c4c3fc4ee
|
safe but slow
|
2016-02-10 13:44:53 -08:00 |
Alex Dadgar
|
fdc7124032
|
Precise registration
|
2016-02-06 17:08:20 -08:00 |
Alex Dadgar
|
c744e2f4f1
|
Update the consul service when the task/alloc changes
|
2016-02-06 17:08:20 -08:00 |
Alex Dadgar
|
41e1174f72
|
Client handles updates to KillTimeout and Restart Policy
|
2016-02-03 19:43:44 -08:00 |
Alex Dadgar
|
b6f9e9c61c
|
Move restart tracker creation into task runner
|
2016-02-03 16:16:48 -08:00 |
Alex Dadgar
|
cf1e152f44
|
Clean interaction between alloc-runner and task-runner
|
2016-02-02 11:09:29 -08:00 |
Alex Dadgar
|
a72d39bd04
|
Don't share task state with the alloc in the task runner
|
2016-02-01 17:47:53 -08:00 |
Alex Dadgar
|
3ba1c9b76b
|
merge
|
2016-01-11 09:58:26 -08:00 |
Alex Dadgar
|
31c3e12957
|
merge
|
2015-12-18 12:17:13 -08:00 |
Diptanu Choudhury
|
d8e51bb6b6
|
Moving the de-register once a task moves to DEAD state
|
2015-12-17 16:41:29 -08:00 |
Diptanu Choudhury
|
76486d71e2
|
Making the allocs hold service ids
|
2015-12-14 15:08:35 -08:00 |
Diptanu Choudhury
|
2c0822284b
|
Tracking the tasks too
|
2015-11-24 17:26:30 -08:00 |
Diptanu Choudhury
|
135006699b
|
Renamed consul client to service
|
2015-11-24 12:34:26 -08:00 |
Diptanu Choudhury
|
a3d5b266a0
|
Registering Checks independently
|
2015-11-24 10:02:33 -08:00 |
Diptanu Choudhury
|
b8c5268d88
|
Making the restart tracker aware of the exit codes
|
2015-11-23 10:56:38 -08:00 |
Diptanu Choudhury
|
4d2fe73dfb
|
Not restarting if a task exited properly
|
2015-11-22 23:47:15 -08:00 |
Diptanu Choudhury
|
65bac7f4db
|
Updating checks and services when allocs are refreshed
|
2015-11-18 17:33:29 -08:00 |
Diptanu Choudhury
|
b8c2cc81f0
|
Defering calling the de-register from consul call when a service is not running
|
2015-11-18 02:37:34 -08:00 |
Diptanu Choudhury
|
d6da6372cd
|
Moving the logic to find port and host inside consul client
|
2015-11-18 01:18:29 -08:00 |
Diptanu Choudhury
|
404810043a
|
Added the implementation of consul client
|
2015-11-18 00:50:45 -08:00 |
Alex Dadgar
|
11b43f8e1f
|
Avoid calling destroy twice
|
2015-11-17 12:03:59 -08:00 |
Alex Dadgar
|
ea0edd8c2f
|
Change SetExitMessage from taking a string to an error
|
2015-11-16 15:14:21 -08:00 |
Alex Dadgar
|
e76a613974
|
Use loop not recursion
|
2015-11-16 15:14:21 -08:00 |
Alex Dadgar
|
b649039448
|
Fix the capacity
|
2015-11-16 15:14:21 -08:00 |
Alex Dadgar
|
82f51601db
|
Track Task State in the client and capture Wait results
|
2015-11-16 15:14:21 -08:00 |