Chris Marchesi
6500d1afaa
command/agent: Google Compute Engine host discovery
...
This commit adds several command-line and config options that facilitate
host discovery through Google Compute Engine (GCE), much like the
recently added EC2 host discovery options. This should assist with
bootstrapping and joining servers within GCE when non-static addresses
are used, such as when using managed instance groups.
Documentation has also been added. It should be noted that if running
from within a GCE instance, the only option that should be necessary is
-retry-join-gce-tag-value.
2016-12-06 17:46:40 -08:00
Kyle Havlovitz
3a24debd79
Update CHANGELOG.md
2016-12-06 20:14:58 -05:00
Brian Shumate
92cf10a8c7
Overlooked saving a couple changes
2016-12-06 18:01:43 -05:00
Brian Shumate
418c76d8bb
updates based on feedback
2016-12-06 14:46:26 -05:00
Kyle Havlovitz
6cd5e4d491
Merge pull request #2574 from hashicorp/f-udp-checksum
...
Update memberlist vendor deps
2016-12-06 14:20:29 -05:00
James Phillips
9b4f316b21
Sorts all the ACl policy handlers for easier navigation (no functional changes).
2016-12-06 11:06:15 -08:00
James Phillips
8ae9e17dff
Adds an opt-in for new ACL policies and features coming in Consul 0.8.
2016-12-06 11:06:14 -08:00
Seth Vargo
4e97f36614
Merge pull request #2557 from hashicorp/sethvargo/safer_server
...
Use a random port instead of idx in testutil
2016-12-06 10:09:28 -08:00
Bradley Falzon
839fdc64b3
Link to consensus.html#deployment-table not #toc_4
2016-12-06 15:40:40 +10:30
James Phillips
fba22f997e
Fixes broken link in options doc.
2016-12-05 18:53:51 -08:00
James Phillips
a3dc0965a8
Clarifies ACL replication token.
2016-12-05 18:43:05 -08:00
Kyle Havlovitz
acc21cc5fe
Update memberlist vendor deps
2016-12-05 17:27:52 -05:00
Brian Shumate
291ea643d2
Some examples where sockets are possible as well
2016-12-05 16:56:31 -05:00
Brian Shumate
fbd074b7e7
Add a table of CLI environment variables
2016-12-05 12:35:44 -05:00
James Phillips
4efa1a72fa
Merge pull request #2568 from shantanugadgil/patch-1
...
Update kv.html.markdown
2016-12-03 11:23:56 -08:00
shantanugadgil
f8febd94b8
Update kv.html.markdown
2016-12-03 13:35:55 +05:30
James Phillips
91b0e87436
Update CHANGELOG.md
2016-12-02 07:56:51 -08:00
James Phillips
c88b4a2867
Update CHANGELOG.md
2016-12-02 07:56:06 -08:00
Sean Chittenden
24192f4d48
Small vendor update for go-sockaddr: now able to filter by CIDR.
2016-12-03 01:21:34 +11:00
Sean Chittenden
4d82f1018b
Merge pull request #2563 from hashicorp/f-sockaddr-0.7
...
F sockaddr 0.7
2016-12-02 22:38:32 +11:00
Sean Chittenden
594e75a301
Update Windows support.
2016-12-02 18:05:18 +11:00
James Phillips
34a9708ea5
Merge pull request #2564 from mzupan/fix-query-doc
...
Doc Fix: The Near key is out of place
2016-12-01 22:50:22 -08:00
Mike Zupan
fc352d7a62
Needs to be moved
...
This took 2 hours from my life. The near has to be inside a service and not in the main block.
2016-12-01 22:47:02 -08:00
Sean Chittenden
5fc97b997d
Fix compilation on Windows.
2016-12-02 17:04:28 +11:00
Sean Chittenden
830125a8b3
Run all known addresses through go-sockaddr/template.
...
The following is now possible:
```
$ consul agent -dev -client="{{GetPrivateIP}}" -bind='{{GetInterfaceIP "en0"}}'
```
2016-12-02 16:35:38 +11:00
Sean Chittenden
f3ed18e95f
Import github.com/hashicorp/go-sockaddr
2016-12-02 15:14:44 +11:00
Kyle Havlovitz
c0dd5b65b6
Add retry with backoff to initial bootstrap checks ( #2561 )
2016-12-01 17:05:02 -05:00
Kyle Havlovitz
ead30ca62b
Fix race issue in monitor endpoint test
2016-12-01 13:40:00 -05:00
James Phillips
98adcfb17d
Merge pull request #2556 from williamlord/master
...
Update snapshot.html.markdown for spelling mistake
2016-12-01 07:44:06 -08:00
James Phillips
7690d80378
Update CHANGELOG.md
2016-12-01 07:43:10 -08:00
James Phillips
0282dd908a
Merge pull request #2531 from alicebob/txntypes
...
fix KVOp types
2016-12-01 07:41:10 -08:00
Seth Vargo
9010b0e0f4
Use a random port instead of idx in testutil
...
The testutil server uses an atomic incrementer to generate unique port
numbers. This works great until tests are run in parallel, _across
packages_. Because each package starts at the same "offset" idx, they
collide.
One way to overcome this is to run each packages' test in isolation, but
that makes the test suite much longer as it does not maximize
parallelization. Alternatively, instead of having "predictable" ports,
we can let the OS choose a random open port automatically.
This still has a (albeit smaller) race condition in that the OS could
return an open port twice, before the server has a chance to actually
start and occupy said port. In practice, I have not been able to hit
this race condition, so it either doesn't happen or it happens far less
frequently that the existing implementation.
I'm not sure how I feel about the panic, but this is just test code, so
I'm including to say it's okay?
2016-12-01 17:24:26 +02:00
William Lord
4d1f56a287
Update snapshot.html.markdown
2016-12-01 10:11:35 +00:00
James Phillips
a6bb339621
Update CHANGELOG.md
2016-11-30 21:47:33 -08:00
James Phillips
681e7d9ebf
Merge pull request #2533 from mckennajones/bug2526
...
Fix for KV put command
2016-11-30 21:46:04 -08:00
James Phillips
8c64ef24df
Update CHANGELOG.md
2016-11-30 21:44:01 -08:00
James Phillips
c07bdb173b
Merge pull request #2555 from hashicorp/pr-2497-slackpad
...
Updates Circonus library and adds support for custom display name and tags.
2016-11-30 21:42:01 -08:00
James Phillips
859dbfd72a
Changes Consul version number for new Circonus options.
2016-11-30 21:35:54 -08:00
James Phillips
fad63ef748
Update CHANGELOG.md
2016-11-30 21:11:42 -08:00
James Phillips
fa5dbc2597
Merge pull request #2551 from hashicorp/jbs-2541
...
Remove Deregister from UI for #2541
2016-11-30 21:09:13 -08:00
Kyle Havlovitz
f794dea107
Update CHANGELOG.md
2016-11-30 13:40:09 -05:00
Kyle Havlovitz
bd69c6d871
Add reload/leave http endpoints ( #2516 )
2016-11-30 13:29:42 -05:00
mckennajones
8b3ab100ef
ignore sigpipe signals to fix journalctl issue #2404
2016-11-30 09:42:10 -08:00
James Phillips
cbc180d3a4
Merge pull request #2552 from hashicorp/jbs-2540
...
Update compatibility table for #2540
2016-11-30 08:29:50 -08:00
Brian Shumate
cd75445dd5
Update compatibility table for #2540
2016-11-30 11:17:52 -05:00
Brian Shumate
f333392a3d
Remove Deregister from UI for #2541
...
- Remove Deregister button
- Remove Deregister functionality
2016-11-30 11:07:04 -05:00
James Phillips
012e09c773
Merge pull request #2547 from hashicorp/sethvargo/return_type
...
Return the correct type
2016-11-29 23:07:56 -08:00
mckennajones
6bc1164825
Unit test for kv_put with negative values
2016-11-29 22:29:31 -08:00
Seth Vargo
f7958983e4
Return the correct type
2016-11-29 21:17:00 -05:00
James Phillips
1b67c55c3e
Update CHANGELOG.md
2016-11-29 18:01:43 -08:00