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 20 commits
-
-
vrenjith authored
Removed the reference to `disk` in the `resources` overview statement
-
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
-
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
-
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 12 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
-
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
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
added git docs to artifacts
-
Alex Dadgar authored
Fix typo in documentation link
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
This PR fixes an issue in which a periodic job would incorrectly transistion to status dead. Fixes https://github.com/hashicorp/nomad/issues/2268
-
Alex Dadgar authored
-
Alex Sonneveld authored
Remove the reference to `http://localhost:4567` within the Rolling Update strategy documentation and fix the link to the `nomad plan` command documentation.
-
- 26 Mar, 2017 2 commits
-
-
Alex Dadgar authored
Wrong shell variable used when changing directory
-
Alex Dadgar authored
This PR fixes an issue in which the reference count on a Docker image would become inflated through task restarts.
-
- 24 Mar, 2017 6 commits
-
-
Michael Schurter authored
The correct list is like 5 lines up
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
Fix panic when restarting non-running task
-
Alex Dadgar authored
-
Alex Dadgar authored
This PR fixes an issue that is hit when running templates with restart mode in which the client could panic when the handle is not running. Fixes https://github.com/hashicorp/nomad/issues/2479
-