This project is mirrored from https://gitee.com/mirrors/nomad.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 20 Dec, 2018 2 commits
-
-
Preetha Appan authored
-
Preetha Appan authored
-
- 19 Dec, 2018 27 commits
-
-
Preetha Appan authored
-
Preetha Appan authored
-
Preetha Appan authored
-
Preetha Appan authored
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
acl: Add support for globbing namespaces
-
Danielle Tomlinson authored
-
Nick Ethier authored
client driver manager
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
drivermanager: fix pr comments/feedback
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
The driver manager is modeled after the device manager and is started by the client. It's responsible for handling driver lifecycle and reattachment state, as well as processing the incomming fingerprint and task events from each driver. The mananger exposes a method for registering event handlers for task events that is used by the task runner to update the server when a task has been updated with an event. Since driver fingerprinting has been implemented by the driver manager, it is no longer needed in the fingerprint mananger and has been removed.
-
Alex Dadgar authored
Add plugin API versioning to plugin loader and plugins
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
Convert driver resource to AllocatedTaskResource
-
Preetha authored
Affinities e2e tests
-
Preetha Appan authored
-
Danielle Tomlinson authored
allocrunner: Async api for shutdown/destroy/update
-
- 18 Dec, 2018 11 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Danielle Tomlinson authored
taskrunner: Use a random suffix for Task Config
-
Danielle Tomlinson authored
The RestartCount is not really suitable for use as a source of uniqueness within task invocations as it is not monotonic, and interacts with the restart stanza in a users config, so conflates restarts due to task failures, with restarts due to enviromental changes, such as consul template or vault secrets changing. Here we instead use a substring from a uuid, which is more random than we strictly need, but is nicer than rolling our own random string generator here.
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
-