James Phillips
0b44abd9db
Simplifies members command to not fetch segments.
2017-09-05 11:46:44 -07:00
James Phillips
fb8dd4ab58
Puts the tree in 0.9.3-rc1 release mode.
2017-09-05 10:49:10 -07:00
James Phillips
1fc003eb84
Fix a typo in output.
...
Closes #3444 .
2017-09-05 09:14:21 -07:00
James Phillips
a7573822eb
Merge pull request #3441 from KFishner/master
...
Add Network Segments overview page
2017-09-04 20:01:09 -07:00
Kevin Fishner
e70b8cc820
add newtork segments overview page
2017-09-04 15:44:13 -07:00
James Phillips
f8a5476a3c
Update options.html.md
2017-09-01 22:25:28 -07:00
James Phillips
76cd7963e5
Update maint.html.markdown.erb
2017-09-01 17:51:02 -07:00
phanidileep
df4e77e179
Updating maint.html to remove node maint ( #3354 )
...
* Updating maint.html to remove node maint
as discussed in #3268 maint mode does not have any affect on the node health.
* Update maint.html.markdown.erb
2017-09-01 17:49:51 -07:00
James Phillips
faedbcc288
Update check.html.md
2017-09-01 17:11:41 -07:00
James Phillips
2bd064cbf5
Update CHANGELOG.md
2017-09-01 15:18:14 -07:00
James Phillips
f07b244d71
Update CHANGELOG.md
2017-09-01 15:17:35 -07:00
James Phillips
1a64583c98
Fixes a bad link.
2017-09-01 15:07:18 -07:00
James Phillips
bc9780baad
Adds simple rate limiting for client agent RPC calls to Consul servers. ( #3440 )
...
* Added rate limiting for agent RPC calls.
* Initializes the rate limiter based on the config.
* Adds the rate limiter into the snapshot RPC path.
* Adds unit tests for the RPC rate limiter.
* Groups the RPC limit parameters under "limits" in the config.
* Adds some documentation about the RPC limiter.
* Sends a 429 response when the rate limiter kicks in.
* Adds docs for new telemetry.
* Makes snapshot telemetry look like RPC telemetry and cleans up comments.
2017-09-01 15:02:50 -07:00
Kyle Havlovitz
d6b34aded0
Update CHANGELOG.md
2017-09-01 12:44:08 -07:00
Kyle Havlovitz
8619259a82
Update segment api docs
2017-09-01 12:42:54 -07:00
Kyle Havlovitz
777cf7b017
Change segment list endpoint in docs/client api
2017-09-01 12:40:07 -07:00
James Phillips
20fcfe866e
Tweaks network segments guide.
2017-09-01 11:19:39 -07:00
James Phillips
2f846f4be8
Update CHANGELOG.md
2017-09-01 11:12:43 -07:00
James Phillips
669eb9eb4c
Update CHANGELOG.md
2017-09-01 11:10:08 -07:00
Kyle Havlovitz
334e082848
Merge pull request #3431 from hashicorp/network-segments-oss
2017-09-01 10:24:58 -07:00
Kyle Havlovitz
1a36ca524f
Remove duplicate error message
2017-09-01 10:18:43 -07:00
Kyle Havlovitz
ff994e9ade
Pass listeners into setupSegments
2017-08-31 17:56:43 -07:00
Kyle Havlovitz
5605d735a1
Update segment docs
2017-08-31 17:39:57 -07:00
Kyle Havlovitz
5cc4b32a5d
Organize segments for a cleaner split between enterprise and OSS
2017-08-31 17:39:46 -07:00
Kyle Havlovitz
02c35fe0ba
Add doc sections for network segments
2017-08-31 11:19:08 -07:00
Kyle Havlovitz
5ebea7f049
Fill in the segment in the QuerySource for prepared query lookups
2017-08-31 03:35:59 -07:00
Kyle Havlovitz
b77a0aa932
Fix some inconsistencies with segment logic and comments
2017-08-30 17:43:46 -07:00
James Phillips
f7b7c5e33f
Merge pull request #3432 from xwvvvvwx/docs/add-quotes-to-gce-retry-join
...
docs: add quotes around example invocation for google cloud retry join
2017-08-30 15:16:41 -07:00
David Terry
5d891ba7e1
docs: add quotes around example invocation for google cloud retry join
2017-08-30 23:05:45 +02:00
Kyle Havlovitz
3b0df3350f
Default bind/advertise for segments to BindAddr/AdvertiseAddr
2017-08-30 12:51:10 -07:00
preetapan
cef05139c7
Merge pull request #3430 from hashicorp/server_provider_optional
...
Wire server provider for raft layer only on protocol version 3 and ab…
2017-08-30 14:41:16 -05:00
Preetha Appan
0728a04dbb
Wire server provider for raft layer only on protocol version 3 and above, and update changelog
2017-08-30 14:36:47 -05:00
Kyle Havlovitz
d9fc2b3d75
Update coord display in ui to account for segments
2017-08-30 11:58:29 -07:00
Kyle Havlovitz
6ded43131a
Add segment addr field to tags for LAN flood joiner
2017-08-30 11:58:29 -07:00
Kyle Havlovitz
1c04f1537a
Add agent.segment interpolation to prepared queries
2017-08-30 11:58:29 -07:00
Kyle Havlovitz
107d7f6c5a
Add rpc_listener option to segment config
2017-08-30 11:58:29 -07:00
Kyle Havlovitz
e582d02079
Add segment config validation
2017-08-30 11:58:29 -07:00
James Phillips
6a6eadd8c7
Adds open source side of network segments (feature is Enterprise-only).
2017-08-30 11:58:29 -07:00
preetapan
1dca19384e
Merge pull request #3403 from hashicorp/raft_peers_fixes
...
This fixes #1580
2017-08-30 13:49:31 -05:00
Preetha Appan
e944370cde
More cleanup from code review
2017-08-30 12:31:36 -05:00
Preetha Appan
a215c764cd
Remove copy pasted duplicate line, update documentation.
2017-08-30 10:02:10 -05:00
Preetha Appan
aadaae1d2d
Updating vendor directory for raft address provider interface changes
2017-08-30 09:57:48 -05:00
Preetha Appan
5a29eb7486
Consolidate server lookup into one place and replace usages of localConsuls.
2017-08-30 09:30:33 -05:00
Preetha Appan
cac1c29ec5
Remove unused function
2017-08-30 09:30:33 -05:00
Preetha Appan
d8fe01db4c
Remove stray commented line
2017-08-30 09:30:33 -05:00
Preetha Appan
ca48e7e4c2
Remove server address tracking logic from manager/router and maintain it as part of lan event listener instead. Used sync.Map to track this, and added unit tests
2017-08-30 09:30:33 -05:00
Preetha Appan
b4a9d77d49
ServerAddressProvider interface also returns an error now
2017-08-30 09:30:33 -05:00
Preetha Appan
edb408bc22
Use config struct to create NetworkTransport layer when setting up raft
2017-08-30 09:30:33 -05:00
Preetha Appan
01f8e469aa
Implement AddressProvider and wire that up to raft transport layer to support server nodes changing their IP addresses in containerized environments
2017-08-30 09:30:33 -05:00
Frank Schroeder
81782e871d
build: fix scripts/dist.sh
...
* get OSS version from version/version.go
* fix indenting to two spaces
2017-08-30 13:40:18 +02:00