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.
- 10 Aug, 2017 11 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
Fix alloc health with checks using interpolation
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
Template emits events explaining why it is blocked
-
Alex Dadgar authored
-
Chelsea Komlo authored
Migrate nomad status to nomad job status
-
Alex Dadgar authored
AMI ID is potentially non-unique
-
Alex Dadgar authored
Code highlighting
-
Adam Matan authored
-
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
-
- 09 Aug, 2017 3 commits
-
-
Alex Dadgar authored
-
Charlie Voiselle authored
Changed the keys map to reflect that.
-
Chelsea Holland Komlo authored
-
- 08 Aug, 2017 13 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Rob Genova authored
Terraform: enable Consul UI and bind Nomad to all interfaces
-
Alex Dadgar authored
-
Alex Dadgar authored
Redact Vault.Token from AgentSelf response.
-
Jeremy Voorhis authored
-
Alex Dadgar authored
Re-added Allocations documentation
-
Alex Dadgar authored
Code cleanup
-
Alex Dadgar authored
Update job.html read most recent deployment sample
-
James Rasell authored
The sample request incorrectly used `https://nomad.rocks/v1/job/my-job/deployments` which listed all deployments for the specified job. The sample request has therefore been updated to use the correct endpoint which returns only the jobs most recent deployment.
-
Jeremy Voorhis authored
If Config.Vault.Token is defined, /v1/agent/self will return the string `<redacted>`. If the token is not set, This endpoint will continue to return the empty string.
-
Alex Dadgar authored
-
Rob Genova authored
-
- 07 Aug, 2017 13 commits
-
-
Michael Schurter authored
Update raft to fix atomics alingment on 32bit
-
Alex Dadgar authored
-
Alex Dadgar authored
Allow template to set Vault grace
-
Alex Dadgar authored
-
Alex Dadgar authored
Fixes an issue in which the allocation health watcher was checking for allocations health based on un-interpolated services and checks. Change the interface for retrieving check information from Consul to retrieving all registered services and checks by allocation. In the future this will allow us to output nicer messages. Fixes https://github.com/hashicorp/nomad/issues/2969
-
Michael Schurter authored
Related to #2963 Also pulls in some state file syncing improvements
-
Charlie Voiselle authored
-
Charlie Voiselle authored
In a content reorganization, the allocations endpoint documentation was removed. This just brings it back in and updates the output to match v0.6.0 output
-
Luke Farnell authored
-
Chelsea Komlo authored
autocomplete api
-
Chelsea Holland Komlo authored
-
Michael Schurter authored
Use int32 for atomic ops to avoid alignment issues
-
Alex Dadgar authored
-