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 Nov, 2018 4 commits
-
-
Alvin Huang authored
-
Alvin Huang authored
-
Alvin Huang authored
-
Alvin Huang authored
-
- 16 Nov, 2018 2 commits
-
-
Alvin Huang authored
-
Alvin Huang authored
fix up run commands
-
- 26 Sep, 2018 4 commits
-
-
Preetha Appan authored
-
Preetha Appan authored
-
Preetha Appan authored
-
Preetha Appan authored
-
- 13 Sep, 2018 3 commits
-
-
Preetha Appan authored
-
Preetha Appan authored
-
Preetha Appan authored
This reverts commit 200da617.
-
- 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 5 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
-
Michael Schurter authored
-
Michael Schurter authored
Not setting the host name led the Go HTTP client to expect a certificate with a DNS-resolvable name. Since Nomad uses `${role}.${region}.nomad` names ephemeral dir migrations were broken when TLS was enabled. Added an e2e test to ensure this doesn't break again as it's very difficult to test and the TLS configuration is very easy to get wrong.
-
- 05 Sep, 2018 5 commits
-
-
Preetha Appan authored
because its task group changed
-
Preetha authored
Fix incorrect default mode for restart stanza in docs
-
Preetha Appan authored
-
Alex Dadgar authored
Parse plugin configs
-
Alex Dadgar authored
Fix vet errors and use newer go version in travis
-