Bastiaan Bakker
|
fcfa8373b2
|
Add options ipc_mode, pid_mode and uts_mode to docker driver.
May only be used if priviliged mode is enabled in driver config.
|
2016-01-08 23:34:49 +01:00 |
|
Alex Dadgar
|
ef36ae0168
|
Use basic executor
|
2016-01-06 15:31:08 -08:00 |
|
Diptanu Choudhury
|
161f90abc6
|
Adding a , between args to netdav
|
2016-01-05 13:17:51 -08:00 |
|
Alex Dadgar
|
198230bae9
|
Merge pull request #645 from achanda/mount_dirs
Mount task and alloc dirs in the rkt driver
|
2016-01-05 10:34:03 -08:00 |
|
Abhishek Chanda
|
2fc6352076
|
Mount task and alloc dirs in the rkt driver
rkt docs herer https://coreos.com/rkt/docs/latest/subcommands/run.html#mounting-volumes
|
2016-01-05 10:27:44 +00:00 |
|
Alex Dadgar
|
1e5c776e40
|
Merge pull request #624 from hashicorp/f-adjustable-timeout
User specifiable kill timeout and operator configurable max
|
2016-01-04 11:44:22 -08:00 |
|
Alex Dadgar
|
813d3545e3
|
Merge pull request #633 from achanda/opts_change
Update the insecure flag
|
2015-12-28 13:35:36 -08:00 |
|
Kenneth Feng
|
a85b2c0e90
|
linux/exec: add /usr/share to ChrootEnv
|
2015-12-28 13:39:34 -05:00 |
|
Abhishek Chanda
|
60fe5e19e8
|
Update the insecure flag
The current call has been deprecated in
https://github.com/coreos/rkt/pull/1738
|
2015-12-25 15:59:54 +00:00 |
|
Alex Dadgar
|
ddf392c6be
|
User specifiable kill timeout and operator configurable max
|
2015-12-22 16:10:30 -08:00 |
|
Abhishek Chanda
|
a347cda6e3
|
Consolidate if else conditions
|
2015-12-22 18:23:29 +00:00 |
|
Alex Dadgar
|
29411d698a
|
Rkt comment and variable name update
|
2015-12-22 10:11:22 -08:00 |
|
Abhishek Chanda
|
74a5292789
|
Move constants to the top
|
2015-12-22 05:15:37 +00:00 |
|
Abhishek Chanda
|
0918a38221
|
Do not allow rkt version less than 0.14.0
|
2015-12-21 17:48:21 +00:00 |
|
Abhishek Chanda
|
1c4e380868
|
Use camelCase for variable names
|
2015-12-21 16:37:21 +00:00 |
|
Abhishek Chanda
|
3d2589e797
|
Run gofmt
|
2015-12-21 06:09:11 +00:00 |
|
Abhishek Chanda
|
b843b1a853
|
Support CPU and meory isolators for the rkt driver
The rkt community added supprt for these isolators recently
|
2015-12-21 06:06:45 +00:00 |
|
Clint Shryock
|
77b5639160
|
Executors/Linux: Update Executor config struct
|
2015-12-17 10:25:42 -06:00 |
|
Diptanu Choudhury
|
f6fb42835e
|
Using cgo dependencies to look up users
|
2015-12-15 11:12:13 -08:00 |
|
Alex Dadgar
|
b943c6e278
|
Remove all calls to the default logger
|
2015-12-11 15:02:13 -08:00 |
|
Chris Hines
|
5f5f91717d
|
Avoid leaking a time.Ticker.
|
2015-12-11 15:30:53 -05:00 |
|
Alex Dadgar
|
0a950a4070
|
Merge pull request #556 from hashicorp/b-cache-docker-client
Do.Once docker client initialization
|
2015-12-10 16:19:06 -08:00 |
|
Chris Bednarski
|
545f0ff120
|
Move raw_exec enabled into the DevMode config block
|
2015-12-10 15:24:21 -08:00 |
|
Chris Bednarski
|
36e828ea9a
|
Use ReadBoolDefault
|
2015-12-10 15:03:25 -08:00 |
|
Chris Bednarski
|
65d4aa889b
|
Enable raw exec in dev mode
|
2015-12-10 14:48:06 -08:00 |
|
Alex Dadgar
|
5eeec26102
|
Do Once docker client initialization
|
2015-12-10 13:49:29 -08:00 |
|
Diptanu Choudhury
|
de06482506
|
Sending the user process sigint during shutdown on linux
|
2015-12-08 08:14:13 -08:00 |
|
Chris Bednarski
|
9292a97062
|
Merge branch 'user-lookup-nocgo' of https://github.com/carlosdp/nomad into b-user-lookup
|
2015-12-01 13:44:56 -08:00 |
|
Carlos Diaz-Padron
|
55e49506f0
|
Refactor out userLookup to helper package
Also replaces user.Lookup in exec driver
|
2015-12-01 11:59:55 -08:00 |
|
Diptanu Choudhury
|
29915ddd16
|
Moving the args to helper
|
2015-11-26 14:13:19 -08:00 |
|
Chris Hines
|
37745f66c9
|
Speed up tests by allowing parallel execution.
|
2015-11-25 15:56:55 -05:00 |
|
Chris Hines
|
5b2168bb12
|
Use package testtask and httptest.Server to make client/driver tests OS independent.
|
2015-11-25 15:56:20 -05:00 |
|
Chris Hines
|
e569fb4787
|
Use package testtask in client/driver/spawn tests.
|
2015-11-25 15:34:55 -05:00 |
|
Chris Hines
|
46e848c8ec
|
Eliminate special case in production code for embedding test binary into chroot.
|
2015-11-25 15:31:29 -05:00 |
|
Chris Hines
|
d7ebe099c1
|
Factor portable test task out of client/driver/executor.
|
2015-11-24 20:59:42 -05:00 |
|
Alex Dadgar
|
c7cd7abe22
|
Inject the current binary into the chroot in test mode
|
2015-11-24 16:30:53 -08:00 |
|
Chris Hines
|
ea5a60629a
|
Fix Executor_Open_Invalid test for Windows.
|
2015-11-24 16:30:53 -08:00 |
|
Chris Hines
|
cb262d787f
|
Include Executor_Open_Invalid in test suite.
|
2015-11-24 16:30:53 -08:00 |
|
Chris Hines
|
769415dbd2
|
Improve names and documentation in test code.
|
2015-11-24 16:30:53 -08:00 |
|
Chris Hines
|
ec7e78680d
|
Use TestMain to provide portable echo, sleep, and write commands.
|
2015-11-24 16:30:53 -08:00 |
|
Alex Dadgar
|
b2daa5e2e6
|
Standardize log messages in fingerprinters to DEBUG
|
2015-11-24 11:06:51 -08:00 |
|
Chris Bednarski
|
3ed8cb5b8b
|
Merge pull request #481 from hashicorp/b-vet
Fix some issues caught by go vet
|
2015-11-20 16:31:47 -08:00 |
|
Chris Bednarski
|
e6daf57b10
|
Merge pull request #480 from hashicorp/f-docker-tls-config
Added docker.tls config file options and docs
|
2015-11-20 16:31:41 -08:00 |
|
Chris Bednarski
|
655a4bf334
|
Fix some issues caught by go vet
|
2015-11-20 16:01:27 -08:00 |
|
Chris Bednarski
|
719c345164
|
Change println to printf
|
2015-11-20 16:00:58 -08:00 |
|
Chris Bednarski
|
8169c8e185
|
Don't show endpoint when we're not using it
|
2015-11-20 15:53:38 -08:00 |
|
Chris Bednarski
|
4063b6583e
|
Added docker.tls config file options and docs
|
2015-11-20 15:47:03 -08:00 |
|
Alex Dadgar
|
34b2f62c0b
|
Merge pull request #442 from ChrisHines/windows-spawn
Fix tests for nomad/client/driver/spawn package to work on Windows.
|
2015-11-20 14:49:54 -08:00 |
|
Chris Bednarski
|
10bb550ad8
|
Added client checks back to the tests that can't use dockerSetup()
|
2015-11-20 13:50:47 -08:00 |
|
Chris Bednarski
|
cf4bb4cfd0
|
Squash []map[string]type for port_map and labels into map[string]type
|
2015-11-19 21:29:37 -08:00 |
|