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.
- 05 Mar, 2019 1 commit
-
-
Yishan Lin authored
-
- 04 Mar, 2019 2 commits
-
-
Preetha authored
s/mananger/manager/g
-
Preetha Appan authored
-
- 28 Feb, 2019 6 commits
-
-
Michael Schurter authored
drivers/docker: rename logging `type` to `driver`
-
Mahmood Ali authored
-
Mahmood Ali authored
Docker uses the term logging `driver` in its public documentations: in `docker` daemon config[1], `docker run` arguments [2] and in docker compose file[3]. Interestingly, docker used `type` in its API [4] instead of everywhere else. It's unfortunate that Nomad used `type` modeling after the Docker API rather than the user facing documents. Nomad using `type` feels very non-user friendly as it's disconnected from how Docker markets the flag and shows internal representation instead. Here, we rectify the situation by introducing `driver` field and prefering it over `type` in logging. [1] https://docs.docker.com/config/containers/logging/configure/ [2] https://docs.docker.com/engine/reference/run/#logging-drivers---log-driver [3] https://docs.docker.com/compose/compose-file/#logging [4] https://docs.docker.com/engine/api/v1.39/#operation/ContainerCreate
-
Nick Ethier authored
tests: disable upgrade e2e tests
-
Omar Khawaja authored
* update formatting and add toJSON function with explanation * edit typo * Update website/source/guides/operations/vault-integration/index.html.md Co-Authored-By:
Omar-Khawaja <Omar-Khawaja@users.noreply.github.com> * fixing clarification bullet explaining the use of toJSON
-
Omar Khawaja authored
-
- 27 Feb, 2019 3 commits
-
-
Mahmood Ali authored
-
Mahmood Ali authored
Upgrade e2e tests are failing and we haven't had bandwith to fix yet. Having them fail makes it easy for us to miss other failures and regressions. As such, skip the upgrade e2e tests until we fix them.
-
Mahmood Ali authored
On Windows, Nomad only supports Windows containers, so report as unhealthy otherwise.
-
- 26 Feb, 2019 9 commits
-
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
logmon fixes
-
Danielle Tomlinson authored
-
Michael Schurter authored
Other logmon tests should be portable.
-
Mahmood Ali authored
Port some integration tests of driver fingerprinting. Some tests (e.g. `TestFingerprintManager_Run_DriversInBlacklist`) have been subsituted by more isolated tests in `client/pluginmanager/drivermanager/manager_test.go`
-
Danielle Tomlinson authored
docker: Support Stats on Windows
-
- 25 Feb, 2019 4 commits
-
-
Michael Schurter authored
This code chooses to be conservative as opposed to optimal: when failing to reattach to logmon simply return a recoverable error instead of immediately trying to restart logmon. The recoverable error will cause the task's restart policy to be applied and a new logmon will be launched upon restart. Trying to do the optimal approach of simply starting a new logmon requires error string comparison and should be tested against a task actively logging to assert the behavior (are writes blocked? dropped?).
-
Preetha authored
More alloc runner tests ported from 0.8.7
-
Danielle Tomlinson authored
docker: Return undetected before first detection
-
Danielle Tomlinson authored
This commit causes the docker driver to return undetected before it first establishes a connection to the docker daemon. This fixes a bug where hosts without docker installed would return as unhealthy, rather than undetected.
-
- 23 Feb, 2019 1 commit
-
-
Michael Schurter authored
-
- 22 Feb, 2019 14 commits
-
-
Preetha Appan authored
-
Mahmood Ali authored
Port some 0.8.7 alloc runner tests
-
Charlie Voiselle authored
Created .github; Added CoC
-
Charlie Voiselle authored
Set NextEval when making `failed-follow-up` evals
-
Mahmood Ali authored
When Vault token expires and task is restarted, emit `TaskRestartSignal` similar to v0.8.7
-
Mahmood Ali authored
-
Mahmood Ali authored
Port TestAllocRunner_RetryArtifact from https://github.com/hashicorp/nomad/blob/v0.8.7/client/alloc_runner_test.go#L610-L672 I changed the test name because it doesn't actually test that artifact hooks is retried
-
Mahmood Ali authored
-
Preetha authored
Support json logging for CLI output for agent
-