Diptanu Choudhury
c8f74a3d9c
Added the /fs/cat/ api
2016-03-28 11:06:22 -07:00
Diptanu Choudhury
e633776365
Merge pull request #986 from hashicorp/scripts
...
Implement script checks
2016-03-25 18:22:35 -07:00
Alex Dadgar
6e779b863e
Explain restart decision and display in alloc-status
2016-03-25 12:47:14 -07:00
Alex Dadgar
aaff02ca49
Merge pull request #978 from hashicorp/f-enforce-user
...
Operator specifiable blacklist for task's using certain users
2016-03-25 12:44:05 -07:00
Alex Dadgar
3698bcabf7
small fixes
2016-03-25 11:38:18 -07:00
Diptanu Choudhury
62249fe79f
Added an impl for Nomad Checks
2016-03-24 19:00:24 -07:00
Alex Dadgar
cd89a97529
Operator specifiable blacklist for task's using certain users
2016-03-24 10:55:14 -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à
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
52347d42f9
Add nomad inspect command
2016-03-21 12:46:35 -07:00
Alex Dadgar
d428501400
add destination to artifact block and validate it
2016-03-18 12:01:46 -07:00
Alex Dadgar
139064008d
display server leaders per region
2016-03-17 16:04:09 -07:00
Alex Dadgar
a70820d7ca
Respond to comments and fix test
2016-03-15 20:21:52 -07:00
Alex Dadgar
bdc7fdebe1
Download artifacts and remove old code for drivers
2016-03-15 13:28:57 -07:00
Alex Dadgar
2d9a83d893
Go-getter options are generic and validation of checksums
2016-03-15 13:28:57 -07:00
Alex Dadgar
a5896d08a4
Parse artifacts and options
2016-03-15 13:28:57 -07:00
Diptanu Choudhury
879c6c665f
Showing Task Resources in alloc status
2016-03-11 14:28:51 -08:00
Alex Dadgar
e0224b8a35
Refactor task runner to include driver starting into restart policy and add recoverable errors
2016-02-28 16:56:05 -08:00
Alex Dadgar
902c14beb4
Job GC endpoint
2016-02-20 15:50:41 -08:00
Alex Dadgar
73733a8542
Fixes
2016-02-19 15:49:32 -08:00
Diptanu Choudhury
e463682d1d
Formatting test
2016-02-12 10:37:34 -08:00
Diptanu Choudhury
ef8032e626
Fixed tests
2016-02-11 17:34:46 -08:00
Diptanu Choudhury
002dee9b3e
Handling errors when client can't re-attach to syslog collector
2016-02-10 16:40:36 -08:00
Diptanu Choudhury
adf86c2f78
Fixing the api tests
2016-02-10 13:36:47 -08:00
Diptanu Choudhury
dcecb95130
Merge branch 'master' into f-logrotator
2016-02-09 12:25:44 -08:00
Alex Dadgar
675e2bfe69
Store alloc creation time
2016-02-08 21:58:05 -08:00
Diptanu Choudhury
7bf254c9af
Implemented log rotator for exec based drivers
2016-02-04 23:54:15 -08:00
Alex Dadgar
a2132950a5
Restart on-success shouldn't be user specifiable
2016-02-02 17:35:06 -08:00
Alex Dadgar
95e6a62170
Fix test
2016-02-02 13:27:50 -08:00
Alex Dadgar
410ae593e7
Fix double pull with introduction of AllocModifyIndex
2016-02-01 15:43:59 -08:00
Alex Dadgar
872eae28a9
Merge pull request #722 from iverberk/f-double-alloc-update
...
Add new RPC call to fetch a lightweight list of allocation information.
2016-01-30 16:39:09 -08:00
Ivo Verberk
60d8180279
Add additional API endpoint for requesting client specific node allocations.
2016-01-29 20:01:21 +01:00
Jake Champlin
fed8184da1
Updates from comments, fix tests
2016-01-28 23:11:13 -05:00
Diptanu Choudhury
0f9657d122
Not trying to parse response if the body is not a json
2016-01-27 21:39:50 -08:00
Diptanu Choudhury
12ffecf021
Added more information about files
2016-01-27 14:20:10 -08:00
Diptanu Choudhury
a906b7747b
Changed the api of the ReadAt API
2016-01-27 12:53:24 -08:00
Diptanu Choudhury
9491295027
Introducing an AllocFileInfo in the api package
2016-01-27 12:53:24 -08:00
Diptanu Choudhury
d706878112
Added the cli for fs-cat
2016-01-27 12:53:23 -08:00
Diptanu Choudhury
a2db48ec60
Added an impl for stating a file
2016-01-27 12:53:23 -08:00
Diptanu Choudhury
89452e7a9c
Added some comments
2016-01-27 12:53:23 -08:00
Diptanu Choudhury
40a205f466
Added the cli for listing alloc dir
2016-01-27 12:53:23 -08:00
Alex Dadgar
0d29e30e7b
Merge pull request #675 from nautsio/f-cli-short-ids
...
Shorten CLI identifiers
2016-01-19 15:11:41 -08:00
Alex Dadgar
1ab7896133
Move endpoint to be under job
2016-01-19 11:09:36 -08:00
Alex Dadgar
d5c72a5b5c
Fix comments
2016-01-15 11:44:11 -08:00
Ivo Verberk
ab9409184a
Shorten CLI identifiers
...
* Truncate all UUID identifiers to eight characters by default
* Refactor the node identifier to an auto-generated UUID
* Created and updated tests and mocks
2016-01-14 21:57:43 +01:00
Alex Dadgar
94f4b23acb
Add force spawn endpoint
2016-01-13 10:19:53 -08:00
Alex Dadgar
f13a9d934a
Check parent id of prefix jobs and special case the output if no child job has been launched
2016-01-07 14:43:55 -08:00
Alex Dadgar
c9247c7398
Add ProhibitOverlap option to PeriodicConfig
2016-01-07 11:19:46 -08:00
Alex Dadgar
cf3152d924
Merge pull request #575 from nautsio/f-short-ids
...
Allow lookups based on short identifiers
2016-01-06 14:36:19 -08:00
Ivo Verberk
62951082e2
Improvements for short identifiers
...
* Fix tests
* Update documentation
2016-01-06 22:46:57 +01:00