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.
- 30 Nov, 2018 10 commits
-
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
The logging package is used by logmon and the legacy mock_driver. Because the legacy drivers are going away, I'm moving it here to signify its actual ownership.
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
This creates a drivers/shared/structs package and moves the buffer size checks into it.
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
As part of deprecating legacy drivers, we're moving the env package to a new drivers/shared tree, as it is used by the modern docker and rkt driver packages, and is useful for 3rd party plugins.
-
- 29 Nov, 2018 2 commits
-
-
Chris Baker authored
change to testing utilities to fix rkt tests
-
Nick Ethier authored
add generic plugin manager interface and orchestration
-
- 28 Nov, 2018 24 commits
-
-
Chris Baker authored
testing: in MkAllocDir, do not update TaskConfig with All() from the task builder, just with Env() (because it pollutes environment variables with node attributes and fails the rkt tests)
-
Preetha authored
Modify fingerprint interface to use typed attribute struct
-
Preetha Appan authored
-
Michael Schurter authored
Device hook and devices affect computed node class
-
Preetha Appan authored
-
Preetha Appan authored
-
Preetha Appan authored
-
Preetha Appan authored
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
-
Mahmood Ali authored
Add LXC driver
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Michael Schurter authored
Looking at NewTaskRunner I'm unsure whether TaskRunner.TaskResources (from which req.TaskResources is set) is intended to be nil at times or if the TODO in NewTaskRunner is intended to ensure it is always non-nil.
-
Michael Schurter authored
-
Michael Schurter authored
The old approach was incomplete. Hook env vars are now: * persisted and restored between agent restarts * deterministic (LWW if 2 hooks set the same key)
-
Alex Dadgar authored
This PR introduces a device hook that retrieves the device mount information for an allocation. It also updates the computed node class computation to take into account devices. TODO Fix the task runner unit test. The environment variable is being lost even though it is being properly set in the prestart hook.
-
Michael Schurter authored
-
Michael Schurter authored
Fix deadlock in previous alloc watcher by emitting last alloc update
-
Michael Schurter authored
-
Michael Schurter authored
-
- 27 Nov, 2018 4 commits
-
-
Chris Baker authored
drivers/rkt: fix invalid volumes
-
Chris Baker authored
-
Danielle Tomlinson authored
taskrunner: Return the restart delay correctly
-
Michael Schurter authored
-