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 12 commits
-
-
Alex Dadgar authored
Fix periodic job state
-
Alex Dadgar authored
Proper reference counting through task restarts
-
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 10 commits
-
-
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 7 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
-
Chris Spence authored
-
- 22 Mar, 2017 3 commits
-
-
Long Nguyen authored
-
Michael Schurter authored
Updated logo in README.md
-
Moritz Heiber authored
The logo file has been moved with [d9640776](https://github.com/hashicorp/nomad/commit/d96407769a4a33901b5de66b7053e08574428698) by @sethvargo. Hence the logo reference in the README.md is broken. This PR fixes that.
-
- 21 Mar, 2017 5 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
Fix diff alignment and remove no change DC
-
Alex Dadgar authored
Old Output: ``` +/- Job: "example" Datacenters { Datacenters: "dc1" } +/- Task Group: "cache" (1 create/destroy update) +/- RestartPolicy { +/- Attempts: "10" => "9" Delay: "25000000000" Interval: "300000000000" Mode: "delay" } +/- EphemeralDisk { Migrate: "false" +/- SizeMB: "300" => "301" Sticky: "false" } +/- Task: "redis" (forces create/destroy update) + Meta[key]: "value" +/- Config { image: "redis:3.2" +/- port_map[0][db]: "6379" => "6380" } +/- Resources { CPU: "500" DiskMB: "0" IOPS: "0" +/- MemoryMB: "256" => "257" } +/- Service { Name: "global-redis-check" PortLabel: "db" +/- Check { Command: "" InitialStatus: "" Interval: "10000000000" Name: "alive" Path: "" PortLabel: "" Protocol: "" +/- Timeout: "2000000000" => "3000000000" Type: "tcp" } } ``` New Output: ``` +/- Job: "example" +/- Task Group: "cache" (1 create/destroy update) +/- RestartPolicy { +/- Attempts: "10" => "9" Delay: "25000000000" Interval: "300000000000" Mode: "delay" } +/- EphemeralDisk { Migrate: "false" +/- SizeMB: "300" => "301" Sticky: "false" } +/- Task: "redis" (forces create/destroy update) + Meta[key]: "value" +/- Config { image: "redis:3.2" +/- port_map[0][db]: "6379" => "6380" } +/- Resources { CPU: "500" DiskMB: "0" IOPS: "0" +/- MemoryMB: "256" => "257" } +/- Service { Name: "global-redis-check" PortLabel: "db" +/- Check { Command: "" InitialStatus: "" Interval: "10000000000" Name: "alive" Path: "" PortLabel: "" Protocol: "" +/- Timeout: "2000000000" => "3000000000" Type: "tcp" } } ```
-
Alex Dadgar authored
Old Output: ``` +/- Job: "example" Datacenters { Datacenters: "dc1" } +/- Task Group: "cache" (1 create/destroy update) +/- RestartPolicy { +/- Attempts: "10" => "9" Delay: "25000000000" Interval: "300000000000" Mode: "delay" } +/- EphemeralDisk { Migrate: "false" +/- SizeMB: "300" => "301" Sticky: "false" } +/- Task: "redis" (forces create/destroy update) + Meta[key]: "value" +/- Config { image: "redis:3.2" +/- port_map[0][db]: "6379" => "6380" } +/- Resources { CPU: "500" DiskMB: "0" IOPS: "0" +/- MemoryMB: "256" => "257" } +/- Service { Name: "global-redis-check" PortLabel: "db" +/- Check { Command: "" InitialStatus: "" Interval: "10000000000" Name: "alive" Path: "" PortLabel: "" Protocol: "" +/- Timeout: "2000000000" => "3000000000" Type: "tcp" } } ``` New Output: ``` +/- Job: "example" +/- Task Group: "cache" (1 create/destroy update) +/- RestartPolicy { +/- Attempts: "10" => "9" Delay: "25000000000" Interval: "300000000000" Mode: "delay" } +/- EphemeralDisk { Migrate: "false" +/- SizeMB: "300" => "301" Sticky: "false" } +/- Task: "redis" (forces create/destroy update) + Meta[key]: "value" +/- Config { image: "redis:3.2" +/- port_map[0][db]: "6379" => "6380" } +/- Resources { CPU: "500" DiskMB: "0" IOPS: "0" +/- MemoryMB: "256" => "257" } +/- Service { Name: "global-redis-check" PortLabel: "db" +/- Check { Command: "" InitialStatus: "" Interval: "10000000000" Name: "alive" Path: "" PortLabel: "" Protocol: "" +/- Timeout: "2000000000" => "3000000000" Type: "tcp" } } ```
-
Alex Dadgar authored
-
- 20 Mar, 2017 1 commit
-
-
Michael Schurter authored
Mention 0.5.5 tool incompat with 0.5.4 agents
-