Commit Graph

3187 Commits

Author SHA1 Message Date
Diptanu Choudhury
225ed95446 Merge pull request #768 from achanda/b-rkt
A number of rkt fixes
2016-03-02 21:29:48 -08:00
Alex Dadgar
b9ccd432c8 changelog 2016-03-02 17:00:40 -08:00
Alex Dadgar
4a243e78d3 Add /sbin and /usr/sbin/ to chroot 2016-03-02 16:32:31 -08:00
Alex Dadgar
f51a95994b Merge pull request #874 from hashicorp/b-consul-concurrent-map-access
Remove a concurrent map access
2016-03-02 16:30:42 -08:00
Alex Dadgar
9a23bc4c1e Merge branch 'master' of github.com:hashicorp/nomad 2016-03-02 16:27:11 -08:00
Alex Dadgar
76856961af Killing a docker container that is dead is not an error 2016-03-02 16:27:01 -08:00
Diptanu Choudhury
7e674f5922 Merge branch 'master' of github.com:hashicorp/nomad 2016-03-02 15:04:21 -08:00
Diptanu Choudhury
833d9500f4 Updated changelog to contain libcontainer fix 2016-03-02 15:03:58 -08:00
Alex Dadgar
5aa612c34a Changelog 2016-03-02 15:00:53 -08:00
Abhishek Chanda
d8d62aaddf Fix location of volume mount
Also add a test for mounting alloc dirs
2016-03-02 14:04:14 -08:00
Abhishek Chanda
253f32e541 Use NewWaitResult in the wait channel 2016-03-02 14:04:14 -08:00
Abhishek Chanda
54b9727317 Set allocDir in handle 2016-03-02 14:04:14 -08:00
Abhishek Chanda
b92546a9c5 Run rkt interactively 2016-03-02 14:04:14 -08:00
Abhishek Chanda
5419603bb4 Cleanup if the plugin executor crashes. 2016-03-02 14:04:14 -08:00
Abhishek Chanda
aa288c91d0 A number of cleanups
- Removed some unused variables.
2016-03-02 14:04:14 -08:00
Abhishek Chanda
45b8670829 Disable ipmasq in the default ptp network 2016-03-02 14:04:14 -08:00
Abhishek Chanda
0f4472d94f Change name of the stdout file 2016-03-02 14:04:14 -08:00
Abhishek Chanda
65524d90e5 Do not hard-code binary location 2016-03-02 14:04:14 -08:00
Abhishek Chanda
fb2607bcec Use the plugin mechanism in the rkt driver 2016-03-02 14:04:14 -08:00
Abhishek Chanda
877dd7de61 Defer cleanup 2016-03-02 14:04:14 -08:00
Abhishek Chanda
07d4152017 Change how a result is returned form wait 2016-03-02 14:04:14 -08:00
Abhishek Chanda
1a9438cdd1 Use less resources for containers 2016-03-02 14:04:14 -08:00
Abhishek Chanda
f2a1218881 Print rkt and docker versions after installing 2016-03-02 14:04:14 -08:00
Abhishek Chanda
db549c68fb Put docker version in the script 2016-03-02 14:04:14 -08:00
Abhishek Chanda
e7413a57f5 Add a shebang to docker update script 2016-03-02 14:04:14 -08:00
Abhishek Chanda
0905dccb1c Enable running rkt tests in travis
- Introduces a travis target in Makefile to update docker and
  install rkt
2016-03-02 14:04:14 -08:00
Abhishek Chanda
adf0c0677f A number of rkt fixes
- Reorder rkt arguments to make it work
- Change a few things in test
2016-03-02 14:04:14 -08:00
Abhishek Chanda
848404a48d Use a host volume to mount alloc and task dirs
host volumes are the preferred way to share data.
2016-03-02 14:04:14 -08:00
Abhishek Chanda
8a9f5c26c8 Create the task and alloc dirs before proceeding 2016-03-02 14:04:14 -08:00
Alex Dadgar
652bd72c5f Merge pull request #869 from hashicorp/f-alloc-id-env
Add Alloc ID/Name and Task Name to environment variables
2016-03-02 13:58:47 -08:00
Alex Dadgar
98d3a92a12 Remove a concurrent map access 2016-03-02 13:57:08 -08:00
Diptanu Choudhury
75bedf8356 Merge pull request #855 from hashicorp/cgroups-pid
Updated logic for creation of cgroup
2016-03-02 12:57:25 -08:00
Diptanu Choudhury
71fb58cea0 Added a comment 2016-03-02 12:56:56 -08:00
Diptanu Choudhury
c4b048df5e Added a test for making sure executor destroy works 2016-03-02 11:05:08 -08:00
Alex Dadgar
dbd815bdca Merge pull request #870 from hashicorp/f-exec-driver-error-doc-update
Add a specific entry for the common error you may see
2016-03-02 10:01:22 -08:00
Pete Shima
3ec9968bcc Fix capitalization of Nomad in doc update 2016-03-01 23:52:42 -08:00
Pete Shima
ef4f85efee Add a specific doc entry for the common error you may see when you are
using the exec driver and not running as root.
2016-03-01 23:51:11 -08:00
Diptanu Choudhury
a96b25bc5b Not killing the plugin while destroying the cgroup 2016-03-01 17:51:54 -08:00
Diptanu Choudhury
f1301c9378 Fixed the logic of cgroup creation 2016-03-01 17:01:45 -08:00
Alex Dadgar
abcc50ac80 Driver tests 2016-03-01 16:22:33 -08:00
Alex Dadgar
e0b1d7a963 Add Alloc ID/Name and Task Name to environment variables 2016-03-01 16:08:21 -08:00
Alex Dadgar
94e56b3541 Merge pull request #867 from hashicorp/f-reduce-alloc-update-size
Decrease size of Allocation when serializing
2016-03-01 15:38:18 -08:00
Alex Dadgar
ff48998942 Avoid serializes Allocation.Resources 2016-03-01 14:09:25 -08:00
Alex Dadgar
4e2e6b80c7 Merge pull request #866 from adrianlop/SystemGC_fix_docs
/v1/system/gc - PUT method
2016-03-01 09:44:34 -08:00
Adrián López Gómez
b2402a0a51 /v1/system/gc - PUT method 2016-03-01 18:40:39 +01:00
Alex Dadgar
ac73dc1d20 changelog 2016-02-29 11:11:46 -08:00
Alex Dadgar
7007409cd7 Merge pull request #859 from hashicorp/f-driver-start-restarts
client: Driver starting is included in restart policy.
2016-02-29 11:05:25 -08:00
Alex Dadgar
343fddb403 Acquire lock around handle 2016-02-29 10:45:08 -08:00
Alex Dadgar
559b7872c9 Update version and add changelog for 0.3.1 2016-02-28 17:12:37 -08:00
Alex Dadgar
dde1e0a26b Merge pull request #857 from monder/dash-vars
Allow dashes in var names
2016-02-28 16:59:41 -08:00