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 Aug, 2019 1 commit
-
-
Tim Gross authored
When rendering a task template, the `plugin` function is no longer permitted by default and will raise an error. An operator can opt-in to permitting this function with the new `template.function_blacklist` field in the client configuration. When rendering a task template, path parameters for the `file` function will be treated as relative to the task directory by default. Relative paths or symlinks that point outside the task directory will raise an error. An operator can opt-out of this protection with the new `template.disable_file_sandbox` field in the client configuration.
-
- 05 Aug, 2019 1 commit
-
-
Mahmood Ali authored
When rendering a task consul template, ensure that only task environment variables are used. Currently, `consul-template` always falls back to host process environment variables when key isn't a task env var[1]. Thus, we add an empty entry for each host process env-var not found in task env-vars. [1] https://github.com/hashicorp/consul-template/blob/bfa5d0e133688920afd1e012404f765182e3d5e0/template/funcs.go#L61-L75
-
- 21 May, 2019 1 commit
-
-
Mahmood Ali authored
tests: fix data race in client/allocrunner/taskrunner/template TestTaskTemplateManager_Rerender_Signal Given that Signal may be called multiple times, blocking for `SignalCh` isn't sufficient to synchornizing access to Signals field.
-
- 10 Apr, 2019 4 commits
-
-
Chris Baker authored
-
Chris Baker authored
-
Chris Baker authored
-
Chris Baker authored
-
- 28 Jan, 2019 1 commit
-
-
Alex Dadgar authored
Fixes an issue where env templates that had interpolated destinations would not work. Fixes https://github.com/hashicorp/nomad/issues/5250
-
- 30 Nov, 2018 2 commits
-
-
Danielle Tomlinson authored
-
Danielle Tomlinson authored
As part of deprecating legacy drivers, we're moving the env package to a new drivers/shared tree, as it is used by the modern docker and rkt driver packages, and is useful for 3rd party plugins.
-
- 16 Oct, 2018 4 commits
-
-
Michael Schurter authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
- 12 Jun, 2018 2 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
-
- 11 Mar, 2018 1 commit
-
-
Josh Soref authored
-
- 10 Nov, 2017 1 commit
-
-
Alex Dadgar authored
Fixes https://github.com/hashicorp/nomad/issues/3498
-
- 14 Sep, 2017 1 commit
-
-
Michael Schurter authored
Also expose a mock Consul Agent to allow testing ServiceClient and checkWatcher from TaskRunner without actually talking to a real Consul.
-
- 10 Aug, 2017 1 commit
-
-
Alex Dadgar authored
This PR does the following: * Adds a mechanism to emit events in the TaskRunner * Vendors a new version of Consul-Template that allows extraction of missing dependencies * Adds logic to our consul_template.go to determine missing events and emit them in a batched fashion. * Refactors the consul_template code to split the run method and take in a config struct rather than many parameters. Fixes https://github.com/hashicorp/nomad/issues/2578
-
- 08 Aug, 2017 1 commit
-
-
Alex Dadgar authored
-
- 07 Aug, 2017 1 commit
-
-
Alex Dadgar authored
-
- 01 Aug, 2017 1 commit
-
-
Alex Dadgar authored
This PR allows a template to specify the Vault grace duration. Fixes https://github.com/hashicorp/nomad/issues/2922
-
- 26 Jul, 2017 1 commit
-
-
Alex Dadgar authored
-
- 23 Jul, 2017 1 commit
-
-
Alex Dadgar authored
* alloc_runner * Random tests * parallel task_runner and no exec compatible check * Parallel client * Fail fast and use random ports * Fix docker port mapping * Make concurrent pull less timing dependant * up parallel * Fixes * don't build chroots in parallel on travis * Reduce parallelism on travis with lxc/rkt * make java test app not run forever * drop parallelism a little * use docker ports that are out of the os's ephemeral port range * Limit even more on travis * rkt deadline
-
- 06 Jul, 2017 1 commit
-
-
Michael Schurter authored
Fixes #2776
-
- 02 Jun, 2017 1 commit
-
-
Michael Schurter authored
-
- 30 May, 2017 1 commit
-
-
Michael Schurter authored
-
- 26 May, 2017 1 commit
-
-
Michael Schurter authored
-
- 24 May, 2017 1 commit
-
-
Michael Schurter authored
-
- 23 May, 2017 2 commits
-
-
Michael Schurter authored
-
Michael Schurter authored
-
- 08 May, 2017 1 commit
-
-
Michael Schurter authored
Fixes #2594
-
- 28 Feb, 2017 1 commit
-
-
Alex Dadgar authored
This PR fixes our vet script and fixes all the missed vet changes. It also fixes pointers being printed in `nomad stop <job>` and `nomad node-status <node>`.
-
- 01 Feb, 2017 1 commit
-
-
Alex Dadgar authored
This PR allows setting the file permissions of the rendered template.
-
- 23 Jan, 2017 1 commit
-
-
Alex Dadgar authored
-
- 02 Nov, 2016 1 commit
-
-
Alex Dadgar authored
-
- 28 Oct, 2016 1 commit
-
-
Alex Dadgar authored
-
- 21 Oct, 2016 1 commit
-
-
Alex Dadgar authored
-
- 10 Oct, 2016 1 commit
-
-
Alex Dadgar authored
-