Commit Graph

652 Commits

Author SHA1 Message Date
Diptanu Choudhury
eccebeca9e Fixing race issues in the log rotator 2016-04-06 18:58:34 -07:00
Diptanu Choudhury
ff804957e1 Merge branch 'master' of github.com:hashicorp/nomad 2016-04-06 13:38:51 -07:00
Diptanu Choudhury
fdea9d7905 Logging errors in the file rotator 2016-04-06 12:06:49 -07:00
Diptanu Choudhury
7a8c92cec6 Added the tty flag to the driverconfig 2016-04-06 09:54:45 -07:00
Diptanu Choudhury
03dcb7f541 Adding a test to check whether constraints are applied and cgroups are removed 2016-04-02 12:39:34 -07:00
Diptanu Choudhury
36d8c7e831 Setting the cg path after application of pid 2016-04-02 12:37:19 -07:00
Diptanu Choudhury
339cb0b750 Setting the cgroup config after applying pid 2016-04-02 12:37:19 -07:00
Diptanu Choudhury
ced78c9457 Using the paths of cgroups to reconstruct the manager 2016-04-02 12:37:19 -07:00
Diptanu Choudhury
21a2914363 Merge pull request #1020 from hashicorp/f-capture-signals
Capturing signals from wait
2016-04-02 11:13:04 -07:00
Diptanu Choudhury
9a565024b9 Adding 128 to exit code when a child was terminated by a signal 2016-04-02 02:05:56 -07:00
Diptanu Choudhury
1a0c35a196 Capturing signals from wait 2016-04-01 14:31:19 -07:00
Diptanu Choudhury
d203d62684 Logging in fingerprinters only when state changes 2016-04-01 02:22:17 -07:00
Diptanu Choudhury
621ae065d9 Making driver fingerprinters run periodically and unblocking evals when node registration happens 2016-03-31 18:11:27 -07:00
Diptanu Choudhury
090653051d Merge pull request #1011 from hashicorp/f-docker-load
Added ability to create image from archive
2016-03-30 21:25:13 -07:00
Diptanu Choudhury
8760643621 Making the load a list of strings and added website docs 2016-03-30 17:23:29 -07:00
Diptanu Choudhury
3c8c789268 Simplified the logic of deciding how to create image 2016-03-30 15:45:17 -07:00
Diptanu Choudhury
be1482b553 Added docs 2016-03-30 15:26:51 -07:00
Diptanu Choudhury
b83c8da6b3 Added a test 2016-03-30 13:42:17 -07:00
Diptanu Choudhury
906bb77d9d Added ability to create image from archive 2016-03-30 13:09:32 -07:00
Alex Dadgar
be1266e42d Merge pull request #1009 from hashicorp/b-more-chroot
Chroot all of /usr/
2016-03-30 11:33:53 -07:00
Diptanu Choudhury
1471f747f3 Added version to executor 2016-03-29 22:24:22 -07:00
Diptanu Choudhury
323975d500 Added the Version method to executor 2016-03-29 22:23:03 -07:00
Diptanu Choudhury
0c9a5dcb8b Fixing comments 2016-03-29 17:30:43 -07:00
Diptanu Choudhury
c0c78f6b36 Not deleting files if the number of files is less than max files 2016-03-29 16:42:18 -07:00
Alex Dadgar
cfb46db65f include all of usr 2016-03-29 16:14:56 -07:00
Alex Dadgar
270da7a60c Merge branch 'master' of github.com:hashicorp/nomad 2016-03-28 17:24:17 -07:00
Alex Dadgar
2036e96f51 ArtifactDownloaded in task runner state 2016-03-28 17:24:10 -07:00
Diptanu Choudhury
87399078f0 Supporting interpolation in service name, check name/protocol/path 2016-03-28 15:52:57 -07:00
Diptanu Choudhury
8340912a28 Added support for interpolation in check cmd and args 2016-03-28 15:02:00 -07:00
Diptanu Choudhury
3e7fc26162 Added docs to interpolateServices method 2016-03-28 15:02:00 -07:00
Diptanu Choudhury
cf1aba56a8 Interpolating service tags 2016-03-28 15:02:00 -07:00
Diptanu Choudhury
9749e69571 Merge pull request #995 from hashicorp/f-consul-https
Using tls cert and key files while connecting to consul over https
2016-03-28 14:26:49 -07:00
Diptanu Choudhury
b49335b18a Renamed checks cmd to command to be consistent with exec driver config 2016-03-28 14:05:12 -07:00
Diptanu Choudhury
8499f091e3 Added docs 2016-03-27 23:21:50 -07:00
Diptanu Choudhury
5bec27a9a4 Using tls cert and key files while connecting to consul over https 2016-03-27 23:09:31 -07:00
Diptanu Choudhury
e633776365 Merge pull request #986 from hashicorp/scripts
Implement script checks
2016-03-25 18:22:35 -07:00
Diptanu Choudhury
59e91e1cb2 Using latest busybox 2016-03-25 18:21:43 -07:00
Diptanu Choudhury
6ee99af452 Fixing the exec script check to run within the chroot 2016-03-25 17:53:22 -07:00
Diptanu Choudhury
d4a5f075dd Moved the dockerIsConnected to testutils 2016-03-25 17:15:51 -07:00
Diptanu Choudhury
f1d9b2cb65 Removing the container after running script check 2016-03-25 17:02:53 -07:00
Diptanu Choudhury
644710a739 Added more tests for the checks 2016-03-25 16:56:40 -07:00
Diptanu Choudhury
e0b9f038b0 Using a single timer to run checks 2016-03-25 16:11:45 -07:00
Alex Dadgar
be6da2a446 Fix test 2016-03-25 10:26:32 -07:00
Alex Dadgar
9643d63c6e add test for precedence 2016-03-25 10:16:04 -07:00
Diptanu Choudhury
9a27bf4c31 Added some more docs to the executor 2016-03-24 19:34:22 -07:00
Diptanu Choudhury
52f7f93a09 Added some docs 2016-03-24 19:30:02 -07:00
Diptanu Choudhury
62249fe79f Added an impl for Nomad Checks 2016-03-24 19:00:24 -07:00
Alex Dadgar
bb81d2ebd0 add job and task group meta 2016-03-24 17:39:09 -07:00
Diptanu Choudhury
52d4b01b44 Added a test for the exec script check 2016-03-24 16:33:04 -07:00
Diptanu Choudhury
fe9e271619 Creating the docker driver in the executor properly 2016-03-24 16:15:22 -07:00