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.
- 11 Apr, 2017 3 commits
-
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
- 08 Apr, 2017 1 commit
-
-
Michael Schurter authored
-
- 07 Apr, 2017 1 commit
-
-
Michael Schurter authored
-
- 05 Apr, 2017 1 commit
-
-
Michael Schurter authored
-
- 30 Mar, 2017 3 commits
-
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
Fixes #2478 #2474 #1995 #2294 The new client only handles agent and task service advertisement. Server discovery is mostly unchanged. The Nomad client agent now handles all Consul operations instead of the executor handling task related operations. When upgrading from an earlier version of Nomad existing executors will be told to deregister from Consul so that the Nomad agent can re-register the task's services and checks. Drivers - other than qemu - now support an Exec method for executing abritrary commands in a task's environment. This is used to implement script checks. Interfaces are used extensively to avoid interacting with Consul in tests that don't assert any Consul related behavior.
-
- 29 Mar, 2017 7 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
Fix variable capture and add tests
-
Alex Dadgar authored
-
Alex Dadgar authored
This PR fixes token revocation and adds tests to make sure it is working. The 0.5.6 RC1's token revocation does not work becasue the token's value is captured at the instantiation of the deferred stoprenewal statement rather than its exectution.
-
Cameron Stokes authored
-
Michael Schurter authored
Fix typo and be consistent in naming
-
Robert Neumayer authored
-
- 28 Mar, 2017 24 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
Vendor consul & consul-template
-
Michael Schurter authored
-
Michael Schurter authored
Improve artifact download error message
-
Alex Dadgar authored
-
Michael Schurter authored
Don't take a reference a var in a loop
-
Michael Schurter authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
disk is not a supported entry at task level
-
vrenjith authored
-
vrenjith authored
Removed the reference to `disk` in the `resources` overview statement
-
Michael Schurter authored
-
Alex Dadgar authored
-
Alex Dadgar authored
Stop Vault token renew on task exit
-
Alex Dadgar authored
Fix dispatch of periodic job
-
Alex Dadgar authored
Various fixes for setting user/group of task
-
Alex Dadgar authored
Access Node Meta and Attrs in template
-
Alex Dadgar authored
-
Alex Dadgar authored
Fix periodic job state
-
Alex Dadgar authored
Proper reference counting through task restarts
-
Michael Schurter authored
-
Alex Dadgar authored
This PR fixes an oversight in which the client would attempt to renew a token even after the task exits. Fixes https://github.com/hashicorp/nomad/issues/2475
-