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.
- 12 Dec, 2017 15 commits
-
-
Michael Schurter authored
chown $GOPATH for vagrant user
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Michael Schurter authored
Use the Service.Hash() method in agent service ids
-
Chelsea Komlo authored
Fix for rpc_upgrade_mode
-
Michael Schurter authored
-
Michael Schurter authored
The allocID and taskName parameters are useless for agents, but it's still nice to reuse the same hash method for agent and task services. This brings in the lowercase mode for the agent hash as well.
-
Chelsea Holland Komlo authored
-
Alex Dadgar authored
Node Status output includes new modify time
-
Alex Dadgar authored
-
Alex Dadgar authored
-
- 11 Dec, 2017 6 commits
-
-
Alex Dadgar authored
-
Alex Dadgar authored
Fix followers not creating periodic launch
-
Alex Dadgar authored
-
Alex Dadgar authored
Fix an issue in which periodic launches wouldn't be made on followers.
-
Michael Schurter authored
Allow custom ports for services and checks when using driver address_mode
-
Michael Schurter authored
fix hashi-ui link
-
- 10 Dec, 2017 1 commit
-
-
Christian Winther authored
-
- 09 Dec, 2017 1 commit
-
-
Michael Schurter authored
-
- 08 Dec, 2017 17 commits
-
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
Fixes #3620 Previously we concatenated tags into task service IDs. This could break deregistration of tag names that contained double //s like some Fabio tags. This change breaks service ID backward compatibility so on upgrade all users services and checks will be removed and re-added with new IDs. This change has the side effect of including all service fields in the ID's hash, so we no longer have to track PortLabel and AddressMode changes independently.
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
Also skip getting an address for script checks which don't use them. Fixed a weird invalid reserved port in a TaskRunner test helper as well as a problem with our mock Alloc/Job. Hopefully the latter doesn't cause other tests to fail, but we were referencing an invalid PortLabel and just not catching it before.
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
Previously if only an interpolated variable used in a service or check was changed we interpolated the old and new services and checks with the new variable, so nothing appeared to have changed.
-
Michael Schurter authored
Rely less on the mockConsulServiceClient because the real consul.ServiceClient needs all the testing it can get!
-
Michael Schurter authored
Fixes #3380 Adds address_mode to checks (but no auto) and allows services and checks to set literal port numbers when using address_mode=driver. This allows SDNs, overlays, etc to advertise internal and host addresses as well as do checks against either.
-
Michael Schurter authored
Fix bug in log framer only affecting Windows
-
Preetha authored
Clarify difference between node and task metadata interpolated vars.
-