Kyle Havlovitz
8bcab6c6d7
Add autopilot server health tracking
...
This adds two goroutines to perform autopilot tasks on the leader - one
to monitor the health of servers and another to periodically clean up
dead servers with a limit on removal count. Also adds a new http endpoint,
`/v1/operator/autopilot/health`, for querying this information through an
operator RPC endpoint.
2017-03-06 16:00:10 -08:00
Kyle Havlovitz
44f0b08db7
Merge pull request #2771 from hashicorp/f-autopilot
...
Autopilot dead server cleanup, config, and raft version compatibility
2017-02-28 15:04:16 -08:00
Kyle Havlovitz
c85fc60c6c
Update CHANGELOG.md
2017-02-28 15:03:03 -08:00
Kyle Havlovitz
77785778bf
Merge pull request #2774 from hashicorp/f-cli-deprecation-docs
...
Add CLI RPC deprecation section to docs
2017-02-28 14:59:48 -08:00
Kyle Havlovitz
23c492a74e
Rename DeadServerCleanup and make wording adjustments
2017-02-28 14:45:21 -08:00
Kyle Havlovitz
01fe3fb399
Fix up command and api tests
2017-02-28 14:12:55 -08:00
Kyle Havlovitz
3b67c50c1d
Remove the RPC client interface and update docs
2017-02-28 13:41:09 -08:00
James Phillips
db94d336af
Merge pull request #2777 from hashicorp/sethvargo/cache
...
Cache for a longer time on Fastly
2017-02-28 13:25:48 -08:00
Seth Vargo
28a7d0bd67
Cache for a longer time on Fastly
2017-02-28 15:59:01 -05:00
Sean Chittenden
63402c6eaa
Follow the lead in 6fc901a8f3
and set the default DisplayName
to Consul
2017-02-26 12:26:14 -08:00
Kyle Havlovitz
953baed324
Convert agent command to use base.Command
2017-02-24 18:11:05 -08:00
Kyle Havlovitz
308f5c4782
Add CLI RPC deprecation notice to docs
2017-02-24 18:10:46 -08:00
Kyle Havlovitz
f7b6d776f4
Add cli docs and minor test/comment tweaks
2017-02-24 16:55:44 -08:00
Kyle Havlovitz
1e24ec51a7
Use BoolValue for flag type
2017-02-24 16:00:39 -08:00
Kyle Havlovitz
459e72b011
Merge branch 'master' into f-autopilot
2017-02-24 15:55:18 -08:00
Kyle Havlovitz
6168911200
Added operator autopilot subcommands
2017-02-24 15:54:49 -08:00
Kyle Havlovitz
c9ddee1a79
Add CAS capability to autopilot config endpoint
2017-02-24 13:08:49 -08:00
James Phillips
3887c52cb2
Reserves an RPC selector byte for Consul Enterprise.
2017-02-24 09:54:33 -08:00
James Phillips
e92def21e1
Exports config functions from base.
2017-02-23 21:08:43 -08:00
James Phillips
b59d136820
Exports visit function from base.
2017-02-23 21:01:06 -08:00
Kyle Havlovitz
7d514a7ef6
Add docs and api client methods for autopilot config
2017-02-23 21:00:15 -08:00
Kyle Havlovitz
56e22a719f
Add state store table and endpoints for autopilot
2017-02-23 20:32:13 -08:00
James Phillips
b07f916cbb
Merge pull request #2764 from hashicorp/website-typography-updates
...
Website typography updates
2017-02-23 15:01:09 -08:00
Kyle Havlovitz
ae9fce0ae0
Move raft_protocol out of autopilot config
2017-02-23 13:08:40 -08:00
Kyle Havlovitz
af1bc4fa27
Add config section to docs for autopilot
2017-02-22 13:11:01 -08:00
Kyle Havlovitz
f9588b8d7f
Add raft version 2/3 compatibility
2017-02-22 12:53:32 -08:00
Jason Costello
da2602def1
Mobile tweak
2017-02-21 16:31:17 -08:00
Jason Costello
0d5902b767
Docs typographic tweaks
2017-02-21 16:23:23 -08:00
Jason Costello
e5667f583d
Remove redundant declarations
2017-02-21 16:07:57 -08:00
Jason Costello
16162c0411
Beef up lead paragraph in Jumbotron
2017-02-21 15:57:24 -08:00
Jason Costello
1f6be611c4
Adjustments to <a>, and general letter-spacing
2017-02-21 15:57:05 -08:00
Jason Costello
9fc594bbf1
Improved mono declaration scope
2017-02-21 15:34:59 -08:00
Jason Costello
0c87077287
Update logo, remove old assets
2017-02-21 15:31:39 -08:00
Jason Costello
72d666acaf
Various adjustments
2017-02-21 15:11:57 -08:00
Jason Costello
f1a74ad675
Remove refs to Museo
2017-02-21 14:37:51 -08:00
Jason Costello
9b9855f138
Wire up Klavika, remove Museo declarations
2017-02-21 10:45:56 -08:00
Kyle Havlovitz
2c9001a389
Add configurable cleanup of dead servers when a new server joins
2017-02-17 10:49:16 -08:00
James Phillips
2dcfd9115d
Update CHANGELOG.md
2017-02-17 00:17:07 -08:00
James Phillips
49c7d7aec5
Merge pull request #2755 from hashicorp/aws-sdk-update
...
Updates AWS Go SDK.
2017-02-17 00:15:32 -08:00
James Phillips
30859ff731
Updates AWS Go SDK.
...
Needed as part of Go 1.8 transition; see https://aws.amazon.com/blogs/developer/aws-sdk-for-go-update-needed-for-go-1-8/ .
2017-02-16 23:55:59 -08:00
James Phillips
04f5d982f4
Merge pull request #2753 from ellery44/patch-1
...
Adds missing double quote
2017-02-16 14:07:44 -08:00
Ellery Addington-White
17b9f3346d
Adds missing double quote
2017-02-16 13:38:55 -08:00
James Phillips
5f55210f30
Update CHANGELOG.md
2017-02-16 13:36:23 -08:00
James Phillips
09da93d7c1
Merge pull request #2752 from hashicorp/f-go-1.8
...
Bumps Go version to 1.8.
2017-02-16 13:35:49 -08:00
James Phillips
c447334203
Bumps Go version to 1.8.
2017-02-16 13:21:28 -08:00
Kyle Havlovitz
c3080c88b5
Update CHANGELOG.md
2017-02-16 12:09:48 -08:00
Kyle Havlovitz
29a2061d44
Merge pull request #2748 from hashicorp/f-operator-rework
...
Split operator raft command into subcommands
2017-02-16 12:07:53 -08:00
Kyle Havlovitz
3f05576cc8
Condense raft subcommand into one doc page
2017-02-16 11:44:14 -08:00
James Phillips
825982ae9d
Merge pull request #2749 from hadielmougy/master
...
New clojure discovery client for Consul HTTP API
2017-02-16 09:26:15 -08:00
Hadi
13a96f342a
Merge pull request #1 from hadielmougy/clj-catalog-patch-1
...
Update downloads_tools.html.erb
2017-02-16 16:41:58 +02:00