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, 2019 5 commits
-
-
Drew Bailey authored
-
Drew Bailey authored
Check for changes to affinity, constraints and spread during update
-
Drew Bailey authored
-
Drew Bailey authored
Fixes documentation inaccuracy for spread stanza placement. Spreads can only exist on the top level job struct or within a group. comment about nil assumption
-
Drew Bailey authored
Adds checks for affinity and constraint changes when determining if we should update inplace. refactor to check all levels at once check for spread changes when checking inplace update
-
- 18 Nov, 2019 1 commit
-
-
Nick Ethier authored
* client: improve group service stanza interpolation and check_restart support Interpolation can now be done on group service stanzas. Note that some task runtime specific information that was previously available when the service was registered poststart of a task is no longer available. The check_restart stanza for checks defined on group services will now properly restart the allocation upon check failures if configured.
-
- 15 Nov, 2019 2 commits
-
-
Luiz Aoqui authored
-
Luiz Aoqui authored
api: add `StartedAt` in `Node.DrainStrategy`
-
- 14 Nov, 2019 10 commits
-
-
Charlie Voiselle authored
Update redirects.txt
-
Charlie Voiselle authored
-
Charlie Voiselle authored
-
Luiz Aoqui authored
-
Drew Bailey authored
Nomad monitor - target remote servers
-
Drew Bailey authored
handle the case where we request a server-id which is this current server update docs, error on node and server id params more accurate names for tests use shared no leader err, formatting rm bad comment remove redundant variable
-
Drew Bailey authored
-
Drew Bailey authored
Allows user to pass in node-id=leader to forward monitor request to remote a remote leader.
-
Drew Bailey authored
updates consul template deps to v0.22.1
-
Drew Bailey authored
pin to v0.22.1
-
- 13 Nov, 2019 7 commits
-
-
Luiz Aoqui authored
-
Drew Bailey authored
nomad: fix dropped test error
-
Lars Lehtonen authored
-
Drew Bailey authored
test rootfallthrough handler
-
Charlie Voiselle authored
[docs] Fix link; discuss meta; lint fixes
-
Lars Lehtonen authored
* remove unused MockPeriodicJob() from tests * remove unused getIndex() from tests * remove unused checkIndex() from tests * remove unused assertIndex() from tests * remove unused Agent.findLoopbackDevice()
-
Lars Lehtonen authored
-
- 12 Nov, 2019 15 commits
-
-
Charlie Voiselle authored
-
Michael Schurter authored
vault: allow overriding implicit vault constraint
-
Michael Schurter authored
-
Michael Schurter authored
There's a bug in version parsing that breaks this constraint when using a prerelease enterprise version of Vault (eg 1.3.0-beta1+ent). While this does not fix the underlying bug it does provide a workaround for future issues related to the implicit constraint. Like the implicit Connect constraint: *all* implicit constraints should be overridable to allow users to workaround bugs or other factors should the need arise.
-
Drew Bailey authored
-
Mahmood Ali authored
-
Mahmood Ali authored
remove accidental project leakage in api/ package
-
Mahmood Ali authored
-
Mahmood Ali authored
vault: check token_explicit_max_ttl as well
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Mahmood Ali authored
Vault 1.2.0 deprecated `explicit_max_ttl` in favor of `token_explicit_max_ttl`.
-
Lars Lehtonen authored
-
James Rasell authored
closes #6672
-