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 |
Alex Dadgar
|
fc0e48b0ec
|
Merge pull request #950 from mssola/raw-exec-user
client: added the "user" option to tasks
|
2016-03-24 08:57:13 -07:00 |
Diptanu Choudhury
|
62242595fc
|
Using the name of the task and the alloc id in the service name
|
2016-03-23 17:35:29 -07:00 |
Diptanu Choudhury
|
8b91606b22
|
Making the docker driver register services and checks
|
2016-03-23 12:59:22 -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 |
Miquel Sabaté Solà
|
8c56c64615
|
client/driver: added the `user` config value
This way Nomad allows to set which user has to run the task.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
2016-03-23 12:57:31 +01:00 |
Diptanu Choudhury
|
abf8e50c29
|
Destroying the plugin if kill wasn't successful
|
2016-03-18 11:53:25 -07:00 |
Diptanu Choudhury
|
3c7b83b393
|
Introduced a method in executor to launch syslog server
|
2016-03-18 11:49:10 -07:00 |
Diptanu Choudhury
|
512d0c317a
|
Merge pull request #897 from hashicorp/syslog-addr
Using unix domain sockets for docker syslog collector
|
2016-03-10 11:49:21 -08:00 |
Diptanu Choudhury
|
b18cbaa416
|
Using unix domain sockets for docker syslog collector
|
2016-03-09 23:28:26 -08:00 |
Diptanu Choudhury
|
f1c9d11c55
|
Merge pull request #878 from hashicorp/b-kill-timeout-update
client: Updating kill timeout adheres to operator specified maximum
|
2016-03-09 18:33:40 -08:00 |
Diptanu Choudhury
|
674d1c9b24
|
Making the docker fingerprinter periodic
|
2016-03-08 12:02:55 -08:00 |
Erik Evenson
|
c515cce551
|
moves transform to Init()
|
2016-03-06 19:00:40 -06:00 |
Erik Evenson
|
bef4b0d9b6
|
Merge branch 'master' into study/aws-ecr-1
|
2016-03-06 18:18:20 -06:00 |