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.
- 25 May, 2018 7 commits
-
-
Michael Lange authored
-
Michael Lange authored
Follows the same style as the table and pagination components.
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
-
Michael Lange authored
This was used to get around direct requests to clients. The UI will now automatically route through the server.
-
- 24 May, 2018 10 commits
-
-
Chelsea Komlo authored
Refactor to prefer using NewTLSConfiguration constructor
-
Alex Dadgar authored
Display bind/advertise addresses on agent startup
-
Alex Dadgar authored
Fixed typo in deployment help text
-
Charlie Voiselle authored
-
Nick Ethier authored
command: add '-monitor' flag to node drain
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
-
Nick Ethier authored
-
- 23 May, 2018 5 commits
-
-
Chelsea Holland Komlo authored
add missing fields to TLS merge method
-
Alex Dadgar authored
Use Tags when CanaryTags isn't specified
-
Alex Dadgar authored
fix typo: 'ode' to 'node'.
-
Kate Taggart authored
-
Alex Dadgar authored
This PR fixes a bug where we weren't defaulting to `tags` when `canary_tags` was empty and adds documentation.
-
- 22 May, 2018 18 commits
-
-
Alex Dadgar authored
Sample outputs from demo/vagrant/(server/client1).hcl and `nomad agent -dev` mode Server: ``` ==> Nomad agent configuration: Advertise Addrs: HTTP: 192.168.1.75:4646; RPC: 192.168.1.75:4647; Serf: 192.168.1.75:4648 Bind Addrs: HTTP: 0.0.0.0:4646; RPC: 0.0.0.0:4647; Serf: 0.0.0.0:4648 Client: false Log Level: DEBUG Region: global (DC: dc1) Server: true Version: 0.8.4-dev ``` Client: ``` ==> Nomad agent configuration: Advertise Addrs: HTTP: 192.168.1.75:5656 Bind Addrs: HTTP: 0.0.0.0:5656 Client: true Log Level: DEBUG Region: global (DC: dc1) Server: false Version: 0.8.4-dev ``` Dev: ``` ==> Nomad agent configuration: Advertise Addrs: HTTP: 127.0.0.1:4646; RPC: 127.0.0.1:4647; Serf: 127.0.0.1:4648 Bind Addrs: HTTP: 127.0.0.1:4646; RPC: 127.0.0.1:4647; Serf: 127.0.0.1:4648 Client: true Log Level: DEBUG Region: global (DC: dc1) Server: true Version: 0.8.4-dev ```
-
Alex Dadgar authored
Fix RPC tunneling when running both client/server
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
Emit heartbeat and node registration events
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
Emit events when node eligibility is set
-
Alex Dadgar authored
-
Alex Dadgar authored
-
Alex Dadgar authored
Emit Node Events for draining
-
Alex Dadgar authored
-
Preetha authored
change allocation ID used with nomad alloc logs command
-
Preetha Appan authored
-