Commit Graph

6546 Commits (21118cafeb21b37111e6ff2a3d5e94528a1deaaa)
 

Author SHA1 Message Date
James Phillips 1a117ba0a8
Makes the all segments query explict, and the default for `consul members`.
7 years ago
James Phillips 74d635e9c6
Simplifies members command to not fetch segments.
7 years ago
James Phillips e76eeadf13
Puts the tree in 0.9.3-rc1 release mode.
7 years ago
James Phillips adf0df41e5 Fix a typo in output.
7 years ago
James Phillips 22f639dd39 Merge pull request #3441 from KFishner/master
7 years ago
Kevin Fishner 9f4a055953 add newtork segments overview page
7 years ago
James Phillips 15c0a72f74 Update options.html.md
7 years ago
James Phillips b24b2dfea6 Update maint.html.markdown.erb
7 years ago
phanidileep 93ea4d66d2 Updating maint.html to remove node maint (#3354)
7 years ago
James Phillips c8f35bf6be Update check.html.md
7 years ago
James Phillips a0fca3dae7 Update CHANGELOG.md
7 years ago
James Phillips bd1f1fbbbb Update CHANGELOG.md
7 years ago
James Phillips 46ed4ac2ca Fixes a bad link.
7 years ago
James Phillips 9258506dab Adds simple rate limiting for client agent RPC calls to Consul servers. (#3440)
7 years ago
Kyle Havlovitz 5b2edf4a4d Update CHANGELOG.md
7 years ago
Kyle Havlovitz 5d861b3a91
Update segment api docs
7 years ago
Kyle Havlovitz 20296d4a89
Change segment list endpoint in docs/client api
7 years ago
James Phillips 745537fed4
Tweaks network segments guide.
7 years ago
James Phillips f41a3fe6c0 Update CHANGELOG.md
7 years ago
James Phillips 827b670048 Update CHANGELOG.md
7 years ago
Kyle Havlovitz 220db48aa7 Merge pull request #3431 from hashicorp/network-segments-oss
7 years ago
Kyle Havlovitz f8261330f0
Remove duplicate error message
7 years ago
Kyle Havlovitz 0e33e2ecab
Pass listeners into setupSegments
7 years ago
Kyle Havlovitz 40f7508016
Update segment docs
7 years ago
Kyle Havlovitz 62102a537e
Organize segments for a cleaner split between enterprise and OSS
7 years ago
Kyle Havlovitz 00d03f1141
Add doc sections for network segments
7 years ago
Kyle Havlovitz baa501e0c5
Fill in the segment in the QuerySource for prepared query lookups
7 years ago
Kyle Havlovitz 7e565d7338
Fix some inconsistencies with segment logic and comments
7 years ago
James Phillips 723da0662d Merge pull request #3432 from xwvvvvwx/docs/add-quotes-to-gce-retry-join
7 years ago
David Terry 472398b174 docs: add quotes around example invocation for google cloud retry join
7 years ago
Kyle Havlovitz 16aaf27208
Default bind/advertise for segments to BindAddr/AdvertiseAddr
7 years ago
preetapan 068cd6237e Merge pull request #3430 from hashicorp/server_provider_optional
7 years ago
Preetha Appan 2386214655 Wire server provider for raft layer only on protocol version 3 and above, and update changelog
7 years ago
Kyle Havlovitz 21513b0393
Update coord display in ui to account for segments
7 years ago
Kyle Havlovitz 14b027a3c2
Add segment addr field to tags for LAN flood joiner
7 years ago
Kyle Havlovitz d129767657
Add agent.segment interpolation to prepared queries
7 years ago
Kyle Havlovitz 2ada0439d4
Add rpc_listener option to segment config
7 years ago
Kyle Havlovitz a30e7657af
Add segment config validation
7 years ago
James Phillips b1a15e0c3d
Adds open source side of network segments (feature is Enterprise-only).
7 years ago
preetapan 9ef2156195 Merge pull request #3403 from hashicorp/raft_peers_fixes
7 years ago
Preetha Appan a231eea0e7 More cleanup from code review
7 years ago
Preetha Appan c6ee9bfa69 Remove copy pasted duplicate line, update documentation.
7 years ago
Preetha Appan 276f26ea70 Updating vendor directory for raft address provider interface changes
7 years ago
Preetha Appan 0f4e24f72c Consolidate server lookup into one place and replace usages of localConsuls.
7 years ago
Preetha Appan 0f418a1bcf Remove unused function
7 years ago
Preetha Appan e639154abd Remove stray commented line
7 years ago
Preetha Appan 00836a6aab 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
7 years ago
Preetha Appan 830aca958a ServerAddressProvider interface also returns an error now
7 years ago
Preetha Appan c68fce89b5 Use config struct to create NetworkTransport layer when setting up raft
7 years ago
Preetha Appan 393ce1581b Implement AddressProvider and wire that up to raft transport layer to support server nodes changing their IP addresses in containerized environments
7 years ago