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
|
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 |
|
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 |
|
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 |
|
Diptanu Choudhury
|
588666d0df
|
Introducing ConsulContext
|
2016-03-24 15:57:16 -07:00 |
|
Diptanu Choudhury
|
1e4da820a3
|
Running script checks periodically
|
2016-03-24 14:54:26 -07:00 |
|
Diptanu Choudhury
|
42dc8bea16
|
Added a check type for consul service to delegate certain checks
|
2016-03-24 14:54:26 -07:00 |
|
Diptanu Choudhury
|
4faf16b5c0
|
Added implementation to run checks for docker, exec and raw_exec
|
2016-03-24 14:54:26 -07:00 |
|
Alex Dadgar
|
324a11003f
|
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
|
4a2bc83c14
|
Changed a log line
|
2016-03-23 19:20:08 -07:00 |
|
Diptanu Choudhury
|
a6e382f5fb
|
Locking the task states
|
2016-03-23 19:02:29 -07:00 |
|
Diptanu Choudhury
|
5b652bcfd8
|
Renaming the SyncWithConsul method
|
2016-03-23 18:13:13 -07:00 |
|
Diptanu Choudhury
|
5918e99089
|
Fixing log and statements
|
2016-03-23 18:08:32 -07:00 |
|
Diptanu Choudhury
|
1f6137aba5
|
Using the name of the task and the alloc id in the service name
|
2016-03-23 17:35:29 -07:00 |
|
Diptanu Choudhury
|
5b6714cf53
|
Re-syncing task when it's updated
|
2016-03-23 14:34:43 -07:00 |
|
Diptanu Choudhury
|
715c59f806
|
Syncing consul periodically
|
2016-03-23 14:27:49 -07:00 |
|
Diptanu Choudhury
|
a69649688d
|
Handling errors during service and check registration
|
2016-03-23 14:23:32 -07:00 |
|
Diptanu Choudhury
|
701a1bd9bc
|
Hooking up the executor in all drivers
|
2016-03-23 13:19:45 -07:00 |
|
Diptanu Choudhury
|
5568258d0a
|
Making the docker driver register services and checks
|
2016-03-23 12:59:22 -07:00 |
|
Diptanu Choudhury
|
9a71225b9e
|
Removing references to old consul services and adding consul config to executor context
|
2016-03-23 12:19:19 -07:00 |
|
Miquel Sabaté Solà
|
939a00aca8
|
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 |
|
Alex Dadgar
|
63e172747a
|
Reduce verbosity of alloc-status
|
2016-03-20 16:52:24 -07:00 |
|
Alex Dadgar
|
a55b4fcdaa
|
Merge branch 'master' into f-artifact-location
|
2016-03-19 12:50:44 -07:00 |
|
Alex Dadgar
|
74ad85e33d
|
binary lookup path
|
2016-03-19 12:18:10 -07:00 |
|
Abhishek Chanda
|
18d5febe41
|
Fix missing import
|
2016-03-18 23:00:34 -07:00 |
|
Diptanu Choudhury
|
f366e2970c
|
Added some comments
|
2016-03-18 15:04:15 -07:00 |
|
Diptanu Choudhury
|
d61ae3ad04
|
Removing all the destroy logic from wait and calling exit after wait on all drivers
|
2016-03-18 12:04:11 -07:00 |
|
Diptanu Choudhury
|
0f355e8f87
|
Introduced a method in executor to launch syslog server
|
2016-03-18 11:49:10 -07:00 |
|
Alex Dadgar
|
23de2f95a4
|
document artifact downloading
|
2016-03-16 09:56:04 -07:00 |
|
Alex Dadgar
|
2db5b298aa
|
Make user specified tasks executable
|
2016-03-15 19:22:40 -07:00 |
|
Alex Dadgar
|
923618c1ac
|
executor: add /run/resolvconf to chroot
|
2016-03-10 15:05:49 -08:00 |
|
Alex Dadgar
|
4a243e78d3
|
Add /sbin and /usr/sbin/ to chroot
|
2016-03-02 16:32:31 -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 |
|
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 |
|
Diptanu Choudhury
|
54d7057912
|
Writing logs to alloc dir
|
2016-02-24 20:06:43 -08:00 |
|
Alex Dadgar
|
207d544a55
|
client: standardize error logging format
|
2016-02-24 15:57:58 -08:00 |
|
Diptanu Choudhury
|
3da5e5020a
|
Closing the rotators when the process finishes
|
2016-02-23 13:32:17 -08:00 |
|
Diptanu Choudhury
|
387fcc36c8
|
Making the log rotator a writer
|
2016-02-19 14:01:07 -08:00 |
|
Abhishek Chanda
|
7f1ed162c0
|
Separate arguments with a space while writing
|
2016-02-16 17:13:19 -08:00 |
|
Diptanu Choudhury
|
961abeef50
|
Fixed more client executor tests
|
2016-02-11 11:13:45 -08:00 |
|