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.
- 30 Sep, 2019 3 commits
-
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
-
- 25 Sep, 2019 2 commits
-
-
Nick Ethier authored
-
Jasmine Dahilig authored
-
- 24 Sep, 2019 4 commits
-
-
Jasmine Dahilig authored
-
Jasmine Dahilig authored
-
rpramodd authored
-
ebarriosjr authored
Added new external driver for Pot to nomad documentation
-
- 23 Sep, 2019 2 commits
-
-
Tim Gross authored
Without a `LocalServicePort`, Connect services will try to use the mapped port even when delivering traffic locally. A user can override this behavior by pinning the port value in the `service` stanza but this prevents us from using the Consul service name to reach the service. This commits configures the Consul proxy with its `LocalServicePort` and `LocalServiceAddress` fields.
-
kaxap authored
Fix two broken links in the Documentation & Guides section, namely Advanced Job Scheduling on Nomad with Affinities and Increasing Nomad Fault Tolerance with Spread
-
- 20 Sep, 2019 3 commits
-
-
Buck Doyle authored
I thought #6343 would fix the flapping but it didn’t
😞 -
Chris Baker authored
fixed incorrect CLI `-help` in `job deployments`
-
Chris Baker authored
listed `-all-allocs` instead of `-all`
-
- 19 Sep, 2019 1 commit
-
-
Buck Doyle authored
This fixes a race condition in the pseudo-relationship between a TaskState and a Task that was causing the Consul Connect proxy tag to sometimes show on the wrong task. There’s no direct Ember Data-style relationship between a TaskState and its Task; instead, it’s determined by searching for a Task with the matching name. The related Task was sometimes stored before everything was ready and not recalculated when the name became known. This ensures the relationship is accurate if the TaskState’s name property changes.
-
- 18 Sep, 2019 11 commits
-
-
Mahmood Ali authored
docker: remove containers on creation failures
-
Danielle authored
Corrected minor typo ("Eslevier" --> "Elsevier")
-
Danielle authored
Add Host Volumes E2E test
-
John Pellman authored
-
Tim Gross authored
Add a test helper that restarts a specific client node running under systemd using a `raw_exec` job.
-
Mahmood Ali authored
-
Mahmood Ali authored
The docker creation API calls may fail with http errors (e.g. timeout) even if container was successfully created. Here, we force remove container if we got unexpected failure. We already do this in some error handlers, and this commit updates all paths. I stopped short from a more aggressive refactoring, as the code is ripe for refactoring and would rather do that in another PR.
-
Mahmood Ali authored
Fix bugs around docker start retries
-
Tim Gross authored
-
Mahmood Ali authored
-
Nick Ethier authored
* reduce memory required for logmon, docker_logger and executor processes * comment early importing
-
- 17 Sep, 2019 10 commits
-
-
Mahmood Ali authored
cli: emit job version number proper
-
Danielle Lancashire authored
-
Michael Schurter authored
Update GNUmakefile
-
Veraghin authored
Cert auth generation echo fixed
-
Danielle Lancashire authored
-
Danielle authored
client: Fail startup if host volumes do not exist
-
Mahmood Ali authored
Tweaks for UI README
-
Mahmood Ali authored
-
Mahmood Ali authored
ui: protect against no services
-
Michael Lange authored
UI: Restore local headless testing
-
- 16 Sep, 2019 4 commits
-
-
Mahmood Ali authored
Protect against case where an alloc has no services and avoid dereferencing null. Here, we ensure that the model and test serializers mimic the API by having nil TaskGroup.Services instead of an empty array.
-
Tim Gross authored
-
Danielle authored
Hoist Volume.Config.Source into Volume.Source
-
Danielle authored
Co-Authored-By:
Michael Schurter <mschurter@hashicorp.com>
-