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.
- 28 Mar, 2017 35 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
Vendor consul & consul-template
-
Michael Schurter authored
-
Michael Schurter authored
Improve artifact download error message
-
Alex Dadgar authored
-
Michael Schurter authored
Don't take a reference a var in a loop
-
Michael Schurter authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
disk is not a supported entry at task level
-
vrenjith authored
-
vrenjith authored
Removed the reference to `disk` in the `resources` overview statement
-
Michael Schurter authored
-
Alex Dadgar authored
-
Alex Dadgar authored
Stop Vault token renew on task exit
-
Alex Dadgar authored
Fix dispatch of periodic job
-
Alex Dadgar authored
Various fixes for setting user/group of task
-
Alex Dadgar authored
Access Node Meta and Attrs in template
-
Alex Dadgar authored
-
Alex Dadgar authored
Fix periodic job state
-
Alex Dadgar authored
Proper reference counting through task restarts
-
Michael Schurter authored
-
Alex Dadgar authored
This PR fixes an oversight in which the client would attempt to renew a token even after the task exits. Fixes https://github.com/hashicorp/nomad/issues/2475
-
Michael Schurter authored
Fixes #2491
-
Seth Vargo authored
-
Michael Schurter authored
-
Alex Dadgar authored
-
Alex Dadgar authored
Mention Nomad CLI remote usage
-
Michael Schurter authored
Fix TLS use in AllocFS API and region/dc detection
-
Seth Vargo authored
-
Alexandr Burdiyan authored
Added information about `NOMAD_ADDR` environment variable for Nomad CLI remote usage.
-
Michael Schurter authored
-
Seth Vargo authored
-
Michael Schurter authored
-
- 27 Mar, 2017 5 commits
-
-
Alex Dadgar authored
This PR fixes an issue in which when a periodic and parameterized job was dispatched, an allocation would be immediately created. Fixes https://github.com/hashicorp/nomad/issues/2470
-
Michael Schurter authored
-
Michael Schurter authored
-
Alex Dadgar authored
This PR allows accessing the Node's attributes and metadata as in a template. ``` template { data = "{{ env \"attr.unique.network.ip-address\" }}" destination = "local/out" } ```
-
Michael Schurter authored
Remove incorrect list of supported protocols
-