Alex Dadgar
|
27c6398639
|
debug message when stopping container
|
2016-06-17 11:52:44 -07:00 |
Diptanu Choudhury
|
266c417ac8
|
Changed the client options for docker volume selinux labels
|
2016-06-16 21:41:02 +01:00 |
Diptanu Choudhury
|
fa216199ce
|
Added documentation
|
2016-06-15 02:42:15 +02:00 |
Diptanu Choudhury
|
e08083acfe
|
Added a client options for setting selinux options
|
2016-06-15 02:33:09 +02:00 |
Alex Dadgar
|
c4a819528a
|
Merge pull request #1260 from hashicorp/f-alloc-stats-struct
Allocation resources returned in a struct
|
2016-06-12 11:18:57 -07:00 |
Diptanu Choudhury
|
34f85baab0
|
Fix the calculation of total ticks for docker and exec
|
2016-06-12 18:08:35 +02:00 |
Alex Dadgar
|
e952540f6f
|
Allocation resources returned in a struct
|
2016-06-11 21:04:10 -07:00 |
Diptanu Choudhury
|
19f4adbcf1
|
Using a different client for collecting stats and waiting on containers
|
2016-06-11 20:37:29 +02:00 |
Diptanu Choudhury
|
7fb507e810
|
Moving the clkspeed code to helper
|
2016-06-11 17:31:49 +02:00 |
Diptanu Choudhury
|
59540c3e93
|
Extracted a method for getting clock speed
|
2016-06-11 02:07:28 +02:00 |
Diptanu Choudhury
|
c38a6fb3c5
|
Implementing the total ticks per task for the docker driver
|
2016-06-10 23:33:25 +02:00 |
Alex Dadgar
|
3cf74e7fd8
|
Alloc-status only shows measured statistics and fixes to CPU calculations
|
2016-06-10 10:38:29 -07:00 |
Alex Dadgar
|
98d7547014
|
Annotate what is measured
|
2016-06-09 19:45:41 -07:00 |
Diptanu Choudhury
|
4027ff56f0
|
Returning an error if stats collection hasn't started yet for a new docker container
|
2016-06-06 18:52:54 -07:00 |
Diptanu Choudhury
|
c0dc6cfbf2
|
Changing the api of the stats endpoints
|
2016-05-28 19:59:20 -07:00 |
Diptanu Choudhury
|
40e60ce920
|
Making the call to Stats on a go-routine
|
2016-05-28 19:59:20 -07:00 |
Diptanu Choudhury
|
75c7f84490
|
Simplified the docker stats collection
|
2016-05-28 19:59:20 -07:00 |
Diptanu Choudhury
|
313c61b9db
|
Added pidstats in task resource usage struct
|
2016-05-28 19:59:20 -07:00 |
Diptanu Choudhury
|
cfd3016747
|
Renamed CpuUsage to CpuStats
|
2016-05-28 19:59:20 -07:00 |
Diptanu Choudhury
|
e37a108b4c
|
Implemented cpu stats
|
2016-05-28 19:51:22 -07:00 |
Diptanu Choudhury
|
1789dbd1ff
|
Fixed implementation of the docker stats
|
2016-05-28 19:51:22 -07:00 |
Diptanu Choudhury
|
6c1b60ff07
|
Add the Stats api to driverhandle
|
2016-05-28 19:42:34 -07:00 |
Daniel Kerwin
|
df7f5175a8
|
Add support for shm_size to docker driver. Required update of go-dockerclient
to more recent version (ba4298ecf4cfa216f1cce2befbf653359f62c722).
|
2016-05-27 12:30:04 +02:00 |
Sean Chittenden
|
dc28ab0cb5
|
Speling police
|
2016-05-15 09:41:34 -07:00 |
Ivo Verberk
|
e25a2d2f4f
|
Docker labels configuration should be of type "array" in schema
|
2016-04-25 23:58:31 +02:00 |
Alex Dadgar
|
ae0a54eb70
|
Timeout docker connections after 1 minute
|
2016-04-22 11:11:38 -07:00 |
Alex Dadgar
|
9ccacaa9e5
|
Remove unused field
|
2016-04-14 11:05:20 -07:00 |
Alex Dadgar
|
78adfa8ed6
|
changelog + docker GC cleanup
|
2016-04-14 10:52:38 -07:00 |
Alex Dadgar
|
c4406f2b31
|
Merge pull request #1071 from hashicorp/b-docker-fix-gc
GC Docker containers and images after the container exits
|
2016-04-14 10:26:37 -07:00 |
Diptanu Choudhury
|
bab7d8c9ce
|
Fixing the API call of stopping container
|
2016-04-12 02:29:28 -07:00 |
Diptanu Choudhury
|
02f16e0ea5
|
Removing container and image once the wait from docker api returns
|
2016-04-12 00:52:45 -04:00 |
Ivo Verberk
|
11f4e647b2
|
Add interactive option to the Docker driver configuration schema
|
2016-04-10 12:20:01 +02:00 |
Ivo Verberk
|
13a2d62bfa
|
Implement configuration validation for all task drivers
|
2016-04-10 00:42:57 +02:00 |
Ivo Verberk
|
542603dec6
|
Add helper to validate raw configuration data
|
2016-04-10 00:42:43 +02:00 |
Paul Hinze
|
044978783f
|
client/docker: add `interactive` option
Equivalent to `docker run --interactive` - keeps STDIN open.
Also adds docs for both `tty` and `interactive` docker config.
|
2016-04-08 12:51:07 -05:00 |
Diptanu Choudhury
|
77fbf85518
|
Added the tty flag to the driverconfig
|
2016-04-06 09:54:45 -07:00 |
Diptanu Choudhury
|
8c7c48b01a
|
Logging in fingerprinters only when state changes
|
2016-04-01 02:22:17 -07:00 |
Diptanu Choudhury
|
fd3c05a2be
|
Making driver fingerprinters run periodically and unblocking evals when node registration happens
|
2016-03-31 18:11:27 -07:00 |
Diptanu Choudhury
|
2601468708
|
Making the load a list of strings and added website docs
|
2016-03-30 17:23:29 -07:00 |
Diptanu Choudhury
|
6b46e27236
|
Simplified the logic of deciding how to create image
|
2016-03-30 15:45:17 -07:00 |
Diptanu Choudhury
|
52af6cd63c
|
Added docs
|
2016-03-30 15:26:51 -07:00 |
Diptanu Choudhury
|
cc9c07afdb
|
Added a test
|
2016-03-30 13:42:17 -07:00 |
Diptanu Choudhury
|
babbe86933
|
Added ability to create image from archive
|
2016-03-30 13:09:32 -07:00 |
Diptanu Choudhury
|
f517eb16de
|
Added version to executor
|
2016-03-29 22:24:22 -07:00 |
Diptanu Choudhury
|
2b773b0a39
|
Added the Version method to executor
|
2016-03-29 22:23:03 -07:00 |
Diptanu Choudhury
|
a6711ea25f
|
Introducing ConsulContext
|
2016-03-24 15:57:16 -07:00 |
Diptanu Choudhury
|
f09bb1572a
|
Fixed merge conflicts
|
2016-03-24 15:09:50 -07:00 |
Diptanu Choudhury
|
2a5f300f92
|
Added a check type for consul service to delegate certain checks
|
2016-03-24 14:54:26 -07:00 |
Diptanu Choudhury
|
60fc9919f7
|
Changing the log line
|
2016-03-24 14:53:53 -07:00 |
Diptanu Choudhury
|
6a62d4f452
|
Fixing check registration in perform sync
|
2016-03-24 14:12:09 -07:00 |