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.
- 07 Jan, 2019 21 commits
-
-
Alex Dadgar authored
Task runner recovers from external plugin exiting
-
Alex Dadgar authored
-
Preetha authored
fix for user-specified auto-join tags
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Michael Schurter authored
taskenv: have maps take precedence over primitives
-
Danielle Tomlinson authored
e2e: Add consultemplate test
-
Danielle Tomlinson authored
This adds a basic test for consul template, that verifies the behaviour of consul-template with task blocking and restarting of tasks
-
Preetha authored
Standardize driver health description messages for all drivers
-
Preetha Appan authored
-
Preetha authored
remove unnecessary logging in rkt driver fingerprint method
-
Preetha Appan authored
-
- 04 Jan, 2019 12 commits
-
-
Danielle Tomlinson authored
e2e: Output setup instructions after terraform
-
Mahmood Ali authored
taskrunner: emit TaskReceived event
-
Mahmood Ali authored
Preserve pre-0.9, where task runner emits `Received: Task received by client` event on task runner creation.
-
Chris Baker authored
updated to latest hashicorp/raft and hashicorp/memberlist to pull
-
Chris Baker authored
-
Chris Baker authored
-
Danielle Tomlinson authored
This adds a message that provides environment setup instructions for running e2e tests after running terraform apply. This allows copy/pasting exports, rather than manually constructing them.
-
Mahmood Ali authored
Use a dedicated /dev mount so we can inject more devices if necessary, and avoid allowing a container to contaminate host /dev. Follow up to https://github.com/hashicorp/nomad/pull/5143 - and fixes master.
-
Chris Baker authored
-
Chris Baker authored
upstream fixes for accept-loop error handling
-
Mahmood Ali authored
Restore some `exec` behavior
-
Mahmood Ali authored
-
- 03 Jan, 2019 7 commits
-
-
Preetha Appan authored
-
Preetha authored
-
Preetha authored
-
Michael Schurter authored
WIP: fix failing tests caused by async driver manager
-
Preetha Appan authored
-
Mahmood Ali authored
Restores pre-0.9 behavior, where Nomad makes /dev available to exec task. Switching to libcontainer, we accidentally made only a small subset available. Here, we err on the side of preserving behavior of 0.8, instead of going for the sensible route, where only a reasonable subset of devices is mounted by default and user can opt to request more.
-
Mahmood Ali authored
libcontainer based drivers (e.g. exec, java) should default to running processes as `nobody` [1]; but libcontainer treats empty user as `root` in our case (either because of default or due to `root` being current user). [1] https://github.com/hashicorp/nomad/blob/94c28a4c6cc45f1b377d50a6bff2017b46c43d18/website/source/docs/job-specification/task.html.md#task-parameters
-