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.
- 19 Sep, 2018 5 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
- 18 Sep, 2018 4 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
Singleton plugin loader
-
Alex Dadgar authored
-
Alex Dadgar authored
-
- 17 Sep, 2018 4 commits
-
-
Alex Dadgar authored
Use StandardLogger for Raft/Serf/Memberlist/Yamux
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
- 15 Sep, 2018 3 commits
-
-
Alex Dadgar authored
Plumb hc-logger through everything but client
-
Alex Dadgar authored
-
Alex Dadgar authored
-
- 14 Sep, 2018 2 commits
-
-
hacnet authored
Corrected vault address and port in client/server hcl
-
Thomas Hackett authored
-
- 13 Sep, 2018 2 commits
-
-
Preetha Appan authored
-
Alex Dadgar authored
-
- 11 Sep, 2018 6 commits
-
-
Alex Dadgar authored
Vendor new Vault API package
-
Alex Dadgar authored
-
Alex Dadgar authored
Failed/paused deployments do not block migrations
-
Alex Dadgar authored
-
Alex Dadgar authored
Plugin loader
-
Alex Dadgar authored
-
- 10 Sep, 2018 7 commits
-
-
Alex Dadgar authored
This PR changes behavior of the scheduler such that a task group with a deployment that is failed or paused will not cause the scheduler to skip migrations. The reason for this change is that it causes a bad UX when draining nodes with allocations that are part of a failed/paused deployment. These operations should not be coupled in any way and this remedies that. Prior behavior was still correct, but required either jobs to transistion to a healthy state or for the node to hit its drain deadline.
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Preetha Appan authored
-
Preetha authored
Fix panic when reschedule policy for allocation can't be looked up
-
- 09 Sep, 2018 1 commit
-
-
Alex Dadgar authored
-
- 07 Sep, 2018 3 commits
-
-
Alex Dadgar authored
possible typo about node.class
-
Shantanu Gadgil authored
I was checking up on how to set some metadata and stumbled upon this.
-
Michael Schurter authored
config: accept CA PEM files with extra whitespace
-
- 06 Sep, 2018 3 commits
-
-
Michael Schurter authored
Previously we did a validation pass over CA PEM files before calling Go's CertPool.AppendCertsFromPEM to provide more detailed error messages than the stdlib provides. Unfortunately our validation was overly strict and rejected valid CA files. This is actually the reason the stdlib PEM parser doesn't return meaningful errors: PEM files are extremely permissive and it's difficult to tell the difference between invalid data and valid metadata. This PR removes our custom validation as it would reject valid data and the extra error messages were not useful in diagnosing the error encountered.
-
Michael Schurter authored
Set hostname when migrating ephemeral disks over TLS
-
Michael Schurter authored
-