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.
- 12 Feb, 2020 6 commits
-
-
Seth Hoenig authored
command: use consistent CONSUL_HTTP_TOKEN name
-
Seth Hoenig authored
nomad: unset consul token on job register
-
Seth Hoenig authored
-
Seth Hoenig authored
Consul CLI uses CONSUL_HTTP_TOKEN, so Nomad should use the same. Note that consul-template uses CONSUL_TOKEN, which Nomad also uses, so be careful to preserve any reference to that in the consul-template context.
-
Seth Hoenig authored
-
Seth Hoenig authored
-
- 11 Feb, 2020 2 commits
-
-
Drew Bailey authored
change log for remote pprof endpoints
-
Drew Bailey authored
-
- 10 Feb, 2020 2 commits
-
-
Mahmood Ali authored
changelog windows binaries being signed
-
Mahmood Ali authored
Note that 0.10.4, nomad windows binaries will be signed. [ci skip]
-
- 07 Feb, 2020 4 commits
-
-
Michael Lange authored
UI: Override the max-width on mobile to avoid losing space due to non-existent gutter menu
-
Michael Lange authored
UI: Explicit transparent bg on popover actions
-
Michael Lange authored
-
Michael Lange authored
-
- 06 Feb, 2020 1 commit
-
-
Tim Gross authored
-
- 04 Feb, 2020 15 commits
-
-
Seth Hoenig authored
e2e: wait 2m rather than 10s after disabling consul acls
-
Michael Schurter authored
docs: #6065 shipped in v0.10.0, not v0.9.6
-
Michael Schurter authored
PR #6065 was intended to be backported to v0.9.6 to fix issue #6223. However it appears to have not been backported: * https://github.com/hashicorp/nomad/blob/v0.9.6/client/allocrunner/taskrunner/task_runner.go#L1349-L1351 * https://github.com/hashicorp/nomad/blob/v0.9.7/client/allocrunner/taskrunner/task_runner.go#L1349-L1351 The fix was included in v0.10.0: * https://github.com/hashicorp/nomad/blob/v0.10.0/client/allocrunner/taskrunner/task_runner.go#L1363-L1370
-
Drew Bailey authored
System sched e2e
-
Drew Bailey authored
-
Drew Bailey authored
-
Drew Bailey authored
-
Drew Bailey authored
-
Drew Bailey authored
-
Drew Bailey authored
-
Seth Hoenig authored
Pretty sure Consul / Nomad clients are often not ready yet after the ConsulACLs test disables ACLs, by the time the next test starts running. Running locally things tend to work, but in TeamCity this seems to be a recurring problem. However, when running locally sometimes I do see that the "show status" step after disabling ACLs, some nodes are still initializing, suggesting we're right on the border of not waiting long enough nomad node status ID DC Name Class Drain Eligibility Status 0e4dfce2 dc1 EC2AMAZ-JB3NF9P <none> false eligible ready 6b90aa06 dc2 ip-172-31-16-225 <none> false eligible ready 7068558a dc2 ip-172-31-20-143 <none> false eligible ready e0ae3c5c dc1 ip-172-31-25-165 <none> false eligible ready 15b59ed6 dc1 ip-172-31-23-199 <none> false eligible initializing Going to try waiting a full 2 minutes after disabling ACLs, hopefully tha...
-
Tim Gross authored
Go implicitly treats files ending with `_linux.go` as build tagged for Linux only. This broke the e2e provisioning framework on macOS once we tried importing it into the `e2e/consulacls` module.
-
Tim Gross authored
This changeset improves the ergonomics of running the Nomad e2e test provisioning process by defaulting to a blank `nomad_sha` in the Terraform configuration. By default, a user will now need to pass in one of the Nomad version flags. But they won't have to manually edit the `provisioning.json` file for the common case of deploying a released version of Nomad, and won't need to put dummy values for `nomad_sha`. Includes general documentation improvements.
-
Seth Hoenig authored
e2e: turn no-ACLs connect tests back on
-
Seth Hoenig authored
Also cleanup more missed debugging things >.>
-
- 03 Feb, 2020 10 commits
-
-
Michael Schurter authored
-
Mahmood Ali authored
Grab bag of dev tweaks
-
Drew Bailey authored
keep placed canaries aligned in raft store
-
Michael Schurter authored
-
Drew Bailey authored
-
Drew Bailey authored
-
Drew Bailey authored
-
Drew Bailey authored
Fix panic when monitoring a local client node
-
Michael Schurter authored
-
Michael Lange authored
Add the digital marketing team as the code owners for the website dir
-