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.
- 13 Jul, 2017 1 commit
-
-
Alex Dadgar authored
Fixes https://github.com/hashicorp/nomad/issues/2819
-
- 10 Jul, 2017 3 commits
-
-
Rob Genova authored
Update Getting Started guide to reference example Terraform configuration
-
Rob Genova authored
Add Packer, Terraform configs to spin up an integrated Nomad, Consul, Vault cluster in AWS
-
Rob Genova authored
-
- 08 Jul, 2017 6 commits
-
-
Rob Genova authored
Add reference to example Terraform configuration; reframe getting started options as manual vs. automated
-
Rob Genova authored
-
Rob Genova authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
- 07 Jul, 2017 30 commits
-
-
Alex Dadgar authored
Prevent port conflicts
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
Document new upgrade stanza
-
Alex Dadgar authored
-
Alex Dadgar authored
When restoring periodic jobs, take into consideration launch time zone
-
Alex Dadgar authored
Basic logs from reconciler
-
Alex Dadgar authored
-
Michael Schurter authored
Propagate vault.tls_server_name to consul-template
-
Michael Schurter authored
Update raft to get hashicorp/raft#212 fix
-
Michael Schurter authored
Test #2652 - Docker MAC Address option
-
Michael Schurter authored
Add driver.docker.bridge_ip node attribute
-
Michael Schurter authored
-
Alex Dadgar authored
Fixes https://github.com/hashicorp/nomad/issues/2721
-
Michael Schurter authored
Validate job type
-
Michael Schurter authored
Validate that no two tasks in the same task group can reserve the same static port.
-
Alex Dadgar authored
This PR adds documentation and examples for the new update stanza.
-
Michael Schurter authored
Don't panic in container list/remove/inspect race
-
Michael Schurter authored
Fixes #2722
-
Michael Schurter authored
Fixes #2802 While it's hard to reproduce the theoretical race is: 1. This goroutine calls ListContainers() 2. Another goroutine removes a container X 3. This goroutine attempts to InspectContainer(X) However, this bug could be hit in the much simpler case of InspectContainer() timing out. In those cases an error is returned and the old code attempted to wrap the error with the now-nil container.ID. Storing the container ID fixes that panic.
-
Michael Schurter authored
Update go-winio to get some fixes
-
Michael Schurter authored
Update consul-template
-
Alex Dadgar authored
-
Alex Dadgar authored
Introduce deployments to make rolling updates based on allocation health
-
Alex Dadgar authored
-
Michael Schurter authored
-
Michael Schurter authored
* Microsoft/go-winio#53 * Microsoft/go-winio#54
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-