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
|
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 |
|
Diptanu Choudhury
|
588666d0df
|
Introducing ConsulContext
|
2016-03-24 15:57:16 -07:00 |
|
Diptanu Choudhury
|
e8995be723
|
Fixed merge conflicts
|
2016-03-24 15:09:50 -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 |
|
Diptanu Choudhury
|
3c7d3cdca5
|
Changing the log line
|
2016-03-24 14:53:53 -07:00 |
|
Diptanu Choudhury
|
6c5f546e86
|
Fixing check registration in perform sync
|
2016-03-24 14:12:09 -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 |
|
Miquel Sabaté Solà
|
b41608df51
|
client/driver: added more tests
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
|
2016-03-24 08:47:23 +01:00 |
|
Diptanu Choudhury
|
ba12ba2127
|
Merge pull request #972 from hashicorp/scripts
Moving consul service to executor
|
2016-03-24 00:12:45 -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 |
|
Alex Dadgar
|
5352bab6dc
|
Comment and don't override
|
2016-03-23 14:07:12 -07:00 |
|
Diptanu Choudhury
|
701a1bd9bc
|
Hooking up the executor in all drivers
|
2016-03-23 13:19:45 -07:00 |
|
Alex Dadgar
|
4f923f14b9
|
Pass environment variables from host to exec based tasks
|
2016-03-23 13:01:45 -07:00 |
|