Diptanu Choudhury
|
d156f32f94
|
Implemented job spec parsing for sticky volumes
|
2016-08-24 13:51:15 -05:00 |
vishalnayak
|
fb7db1143c
|
Update jobspec parsing to contain vault_token at job level and not task level
|
2016-08-17 16:23:29 -07:00 |
Alex Dadgar
|
067f02a9af
|
Add vault to jobspec
|
2016-08-17 16:23:29 -07:00 |
Diptanu Choudhury
|
b180223f4b
|
Allowing ports to be overriden in check definitions
|
2016-07-08 14:14:25 -07:00 |
Ivo Verberk
|
e25a2d2f4f
|
Docker labels configuration should be of type "array" in schema
|
2016-04-25 23:58:31 +02:00 |
Ivo Verberk
|
13a2d62bfa
|
Implement configuration validation for all task drivers
|
2016-04-10 00:42:57 +02:00 |
Miquel Sabaté Solà
|
8c56c64615
|
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
|
277a91336d
|
Switch from string to artifact struct
|
2016-03-15 13:28:57 -07:00 |
Ivo Verberk
|
318352cc0f
|
Validate config keys
|
2016-03-10 19:16:35 +01:00 |
Diptanu Choudhury
|
5b9dcf9926
|
Added parsing logic for the logrotator
|
2016-02-04 23:28:01 -08:00 |
Alex Dadgar
|
6f20d3f435
|
Restart on-success shouldn't be user specifiable
|
2016-02-02 17:35:06 -08:00 |
Alex Dadgar
|
5142f1e4c0
|
Validate min resources and default them
|
2016-02-02 13:27:50 -08:00 |
Alex Dadgar
|
ddf392c6be
|
User specifiable kill timeout and operator configurable max
|
2015-12-22 16:10:30 -08:00 |
Alex Dadgar
|
31c3e12957
|
merge
|
2015-12-18 12:17:13 -08:00 |
Diptanu Choudhury
|
1672252226
|
Autogenerating names of service
|
2015-11-17 16:05:03 -08:00 |
Diptanu Choudhury
|
36520a90b3
|
Added tests for service block parsing
|
2015-11-17 15:13:25 -08:00 |
Diptanu Choudhury
|
6c0b3264c8
|
Fixed the tests for jobspec
|
2015-11-16 13:10:57 -08:00 |
Diptanu Choudhury
|
c883f9496a
|
Added support for parsing restart blocks
|
2015-10-30 15:51:39 -07:00 |
Antoine POPINEAU
|
2c9cc76a7d
|
Forgot to fix my test after testing it.
|
2015-10-02 17:46:55 -07:00 |
Antoine POPINEAU
|
722141bfa6
|
Added a jobspec directive to specify envvars. Updated Docker driver to use them accordingly.
|
2015-10-02 17:46:55 -07:00 |
Chris Bednarski
|
f1f285fb10
|
Fix case sensitivity issue; also verify we don't get collisions
|
2015-09-25 18:59:17 -07:00 |
Chris Bednarski
|
1654d08fca
|
Add docker ports; change to uppercase examples and tests
|
2015-09-23 18:01:08 -07:00 |
Chris Bednarski
|
168c959497
|
Added named ports
|
2015-09-22 13:59:16 -07:00 |
Armon Dadgar
|
86fd4632fe
|
jobspec: default constraints to hard, parse update configuration
|
2015-09-20 15:08:29 -07:00 |
Mitchell Hashimoto
|
9c9e3ed083
|
jobspec: parse network resources
|
2015-09-14 18:27:37 -07:00 |
Mitchell Hashimoto
|
03e94249e2
|
jobspec: task level constraints
|
2015-09-14 17:50:34 -07:00 |
Mitchell Hashimoto
|
c4fdfa2897
|
jobspec: job-level constraints
|
2015-09-14 17:48:11 -07:00 |
Mitchell Hashimoto
|
8a006f2711
|
jobspec: parse job-level meta fields
|
2015-09-14 17:46:52 -07:00 |
Mitchell Hashimoto
|
9bd1c2f177
|
jobspec: parsing
|
2015-09-14 17:43:42 -07:00 |