Commit Graph

10389 Commits

Author SHA1 Message Date
Jainin Shah
a64fd0c47c changing the formula to correctly pass the CPUQota to docker 2018-02-27 12:32:23 -08:00
Michael Schurter
7f1e01d30d Merge pull request #3912 from maihde/issue-3881
Update vendor package github.com/shirou/gopsutil/process, resolves #3881
2018-02-27 11:20:39 -08:00
Michael Ihde
033099dcf7 Update vendor package github.com/shirou/gopsutil/process, resolves #3881 2018-02-26 22:34:44 -05:00
Michael Lange
2334f25a0b Merge pull request #3845 from hashicorp/f-ui-node-meta
UI: Add client meta attributes to the client detail page
2018-02-26 16:53:06 -08:00
Michael Lange
8616fbe4ce Cleanup following review 2018-02-26 16:35:41 -08:00
Preetha
cb35b874d6 Merge pull request #3889 from hashicorp/f-reconciler-bugfix
Fixes bug in reconciler where previously rescheduled allocs
2018-02-26 16:56:30 -06:00
Michael Schurter
67b99d44c7 Merge pull request #3897 from hashicorp/f-docs-command-with-output
Removed text between command and output
2018-02-26 10:47:22 -08:00
Michael Schurter
2a959c21a6 Merge pull request #3902 from filipochnik/patch-1
Add missing backticks in cap_add and cap_drop docs
2018-02-26 09:45:37 -08:00
Filip Ochnik
b40a145c80 Add missing backticks in cap_add and cap_drop docs 2018-02-24 10:27:23 +01:00
Charlie Voiselle
005e0cf1d5 Removed text between command and output
Removed some low-value text between the example command and the sample output.
2018-02-22 16:36:13 -05:00
Charlie Voiselle
6a783e9574 Merge pull request #3704 from matosf/patch-1
removed duplicate stats command from output
2018-02-22 10:24:50 -05:00
Charlie Voiselle
8a7bb0fa15 Removing text between command and output
Per @dadgar's review and @matosf yielding in comments so we can get this correction merged.
2018-02-22 10:22:00 -05:00
Alex Dadgar
d72c1f1929 Merge branch 'master' of github.com:hashicorp/nomad 2018-02-20 16:39:09 -08:00
Alex Dadgar
065546457a changelog 2018-02-20 16:38:59 -08:00
Preetha Appan
47c039cbbe Disables verbose mode in travis 2018-02-20 18:38:18 -06:00
Alex Dadgar
6a96b824f3 Merge pull request #3892 from hashicorp/f-tunnel
Client RPC Endpoints, Server Routing and Streaming RPCs
2018-02-20 16:35:42 -08:00
Alex Dadgar
42a920a0d0 Merge pull request #3877 from hashicorp/f-tls
Add TLS to streaming RPCs
2018-02-20 16:09:45 -08:00
Preetha Appan
24c04d67d5 Fixes bug in reconciler where previously rescheduled allocs are rescheduled again. Simplified logic and added test case to catch this. 2018-02-20 12:07:56 -06:00
Charlie Voiselle
ff7d3c36dd Merge pull request #3867 from c4milo/patch-1
docs: Fix a very small typo
2018-02-20 10:11:22 -05:00
Charlie Voiselle
d6e43b5e4f Merge pull request #3887 from johncowen/d-metrics-404-link
Fix erroneous metrics link + code block typo on the metrics page
2018-02-20 10:10:48 -05:00
John Cowen
8ea2d8390b Fix erroneous metrics link + code block typo on the metrics page 2018-02-20 15:00:56 +00:00
Alex Dadgar
4abacc52cd Show HTTP request method 2018-02-16 15:55:26 -08:00
Alex Dadgar
cfd02bca80 vet 2018-02-15 17:08:58 -08:00
Alex Dadgar
efa8bc0615 Fix original client server list behavior 2018-02-15 16:04:53 -08:00
Alex Dadgar
3be99406dd remove tmp file 2018-02-15 15:51:27 -08:00
Alex Dadgar
dcb13d2748 Fix autopilot tests 2018-02-15 15:48:32 -08:00
Alex Dadgar
61ac63ea5a fix unknown rpc tests 2018-02-15 15:29:31 -08:00
Alex Dadgar
f062c93e95 Client tls 2018-02-15 15:22:57 -08:00
Alex Dadgar
153d1e5960 Server TLS 2018-02-15 15:03:12 -08:00
Alex Dadgar
c4ef9a2958 doc improvements 2018-02-15 13:59:03 -08:00
Alex Dadgar
d47129f684 add logging 2018-02-15 13:59:03 -08:00
Alex Dadgar
aef31b775c improve test 2018-02-15 13:59:03 -08:00
Alex Dadgar
fa044de37a fix test 2018-02-15 13:59:03 -08:00
Alex Dadgar
0d001d05f3 Fix incorrect deletion of node conn
This PR fixes an issue where if the client has multiple connections to a
server, a single connection closing would cause the routing to the node
to be lost.
2018-02-15 13:59:03 -08:00
Alex Dadgar
dab5dc70e1 allow setting timeout on any api config 2018-02-15 13:59:03 -08:00
Alex Dadgar
2a2e1838ee Update client2.hcl 2018-02-15 13:59:03 -08:00
Alex Dadgar
4f2725bb98 Enhance API pkg to utilize Server's Client Tunnel
This PR enhances the API package by having client only RPCs route
through the server when they are low cost and for filesystem access to
first attempt a direct connection to the node and then falling back to
a server routed request.
2018-02-15 13:59:03 -08:00
Alex Dadgar
de727a6eed fix flaky gc tests 2018-02-15 13:59:03 -08:00
Alex Dadgar
4f332ff1c2 feedback and rebasing 2018-02-15 13:59:03 -08:00
Alex Dadgar
e05cd42063 Use helper for forwarding 2018-02-15 13:59:03 -08:00
Alex Dadgar
0fb2b5c3f3 HTTP agent 2018-02-15 13:59:03 -08:00
Alex Dadgar
349485028c Server side impl + touch ups 2018-02-15 13:59:02 -08:00
Alex Dadgar
ce37deebf4 client implementation of alloc gc and stats 2018-02-15 13:59:02 -08:00
Alex Dadgar
4ac1e25478 Refactor determining the handler for a node id call 2018-02-15 13:59:02 -08:00
Alex Dadgar
a80ef65291 Code review feedback 2018-02-15 13:59:02 -08:00
Alex Dadgar
b0d0359b59 clarify force 2018-02-15 13:59:02 -08:00
Alex Dadgar
ff79fbcec8 Streaming helper 2018-02-15 13:59:02 -08:00
Alex Dadgar
3e4108634a Respond to comments 2018-02-15 13:59:02 -08:00
Alex Dadgar
715006a52f Document server handling of client endpoints
This PR adds API documentation noting the change in 0.8 where servers
can handle client endpoints and annotated the endpoints that now have an
optional parameter to specify the node_id.
2018-02-15 13:59:02 -08:00
Alex Dadgar
99c0bdf9d7 Implement MultiplexV2 RPC handling
Implements and tests the V2 multiplexer. This will not be used until
several versions of Nomad have been released to mitigate upgrade
concerns.
2018-02-15 13:59:02 -08:00