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.
- 06 Jun, 2019 6 commits
-
-
Mahmood Ali authored
tests: Migrated allocs aren't lost
-
Mahmood Ali authored
Fix `TestServiceSched_NodeDown` for checking that the migrated allocs are actually marked to be stopped. The boolean logic in test made it skip actually checking client status as long as desired status was stop. Here, we mark some jobs for migration while leaving others as running, and we check that lost flag is only set for non-migrated allocs.
-
Charlie Voiselle authored
Fix a website link under `Runtime Environment`
-
john-lay authored
-
john-lay authored
Under the `Network-related Variables` the `NOMAD_HOST_PORT_<label>` has a incorrect link.
-
Mahmood Ali authored
Proposing new tfvars with additional inline docs
-
- 05 Jun, 2019 12 commits
-
-
Mahmood Ali authored
More test fixes
-
Mahmood Ali authored
set node.StatusUpdatedAt in raft
-
Mahmood Ali authored
Fix restart attempts of `restart` stanza in `delay` mode.
-
Preetha authored
Revert 0.9.2 release super script tags
-
Preetha Appan authored
-
Preetha Appan authored
-
Preetha Appan authored
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Nomad Release bot authored
-
Mahmood Ali authored
-
Mahmood Ali authored
nomad: disable service+batch preemption by default
-
- 04 Jun, 2019 8 commits
-
-
Mahmood Ali authored
Add Enterprise docs for Preemption
-
Rob Genova authored
-
Michael Schurter authored
Enterprise only. Disable preemption for service and batch jobs by default. Maintain backward compatibility in a x.y.Z release. Consider switching the default for new clusters in the future.
-
Mahmood Ali authored
-
Mahmood Ali authored
client config flag to disable remote exec
-
Mahmood Ali authored
-
Michael Schurter authored
nomad: revert use of SnapshotAfter in planApply
-
Chris Baker authored
Cleanup docker images
-
- 03 Jun, 2019 7 commits
-
-
Michael Schurter authored
Revert plan_apply.go changes from #5411 Since non-Command Raft messages do not update the StateStore index, SnapshotAfter may unnecessarily block and needlessly fail in idle clusters where the last Raft message is a non-Command message. This is trivially reproducible with the dev agent and a job that has 2 tasks, 1 of which fails. The correct logic would be to SnapshotAfter the previous plan's index to ensure consistency. New clusters or newly elected leaders will not have a previous plan, so the index the leader was elected should be used instead.
-
Chris Baker authored
-
Chris Baker authored
-
Mahmood Ali authored
This exposes a client flag to disable nomad remote exec support in environments where access to tasks ought to be restricted. I used `disable_remote_exec` client flag that defaults to allowing remote exec. Opted for a client config that can be used to disable remote exec globally, or to a subset of the cluster if necessary.
-
Chris Baker authored
-
Chris Baker authored
- modified tests to cleanup now that RemoveContainer isn't in StartTask - fix some broken tests by removing docker images/containers before test
-
Chris Baker authored
docker: DestroyTask was not cleaning up Docker images because it was erroring early due to an attempt to inspect an image that had already been removed
-
- 31 May, 2019 1 commit
-
-
Mahmood Ali authored
-
- 29 May, 2019 1 commit
-
-
Mahmood Ali authored
drivers/exec: Restore 0.8 capabilities
-
- 28 May, 2019 1 commit
-
-
Chris Baker authored
-
- 25 May, 2019 1 commit
-
-
Mahmood Ali authored
-
- 24 May, 2019 3 commits
-
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Mahmood Ali authored
-