Commit Graph

4647 Commits

Author SHA1 Message Date
James Phillips 858aa828a8 Merge pull request #2337 from pszymczyk/master
Remove reference to localhost in operator.html.markdown
2016-09-14 07:11:46 -07:00
Pawel Szymczyk d97f389805 remove reference to localhost in operator.html.markdown 2016-09-14 12:12:27 +02:00
James Phillips 16e708e96a Update CHANGELOG.md 2016-09-12 17:16:39 -07:00
James Phillips 495334e04e
Cleaned up some errors and did a general edit pass. 2016-09-12 17:14:46 -07:00
James Phillips 82a46b22ae
Gets rid of empty spaces. 2016-09-12 17:00:40 -07:00
James Phillips 7ba4992006
Adds some line breaks. 2016-09-12 16:59:36 -07:00
James Phillips 56a5ad25fb
Cleans up change log. 2016-09-12 16:58:08 -07:00
James Phillips 0a34741d72 Adds version note to near parameter. 2016-09-06 07:50:06 -07:00
Brian Green 4dc46e01b2 Add Terraform config for Digital Ocean 2016-09-05 18:22:56 -05:00
James Phillips bb3b714b17 Update CHANGELOG.md 2016-09-01 22:20:12 -07:00
James Phillips 08d6bfbc9b Tweaks options doc after latest merges. 2016-09-01 22:18:34 -07:00
James Phillips f686d34483 Merge pull request #2263 from sweeneyb/dnsPort
Add support for dns port as a command line option
2016-09-01 22:16:15 -07:00
James Phillips 4b2eaeda17
Does some go fmt cleanup. 2016-09-01 22:14:19 -07:00
James Phillips d19995c067 Merge pull request #2322 from hashicorp/pr-2321-slackpad
Adds a configurable timeout for DNS recursor client.
2016-09-01 22:11:54 -07:00
James Phillips ed3b258d9c Merge pull request #2313 from martinivanov/master
Replace key_path with private_key and file() interpolation in consul GCE terraform deployment.
2016-09-01 21:54:44 -07:00
James Phillips fce0052a70
Adds a recursor timeout line to the merge test. 2016-09-01 21:53:33 -07:00
James Phillips da34496645
Fixes a typo in a test error message. 2016-09-01 21:52:29 -07:00
James Phillips 951f597cde
Tweaks documentation. 2016-09-01 21:50:46 -07:00
James Phillips 05b2a3daeb Update CHANGELOG.md 2016-09-01 09:51:13 -07:00
James Phillips 1488af4277 Merge pull request #2319 from hashicorp/f-bootstrap-abort
Adds check that aborts bootstrap mode if there's an existing cluster.
2016-09-01 09:49:03 -07:00
James Phillips 40e1553cfc
Fixes error message in test. 2016-09-01 09:48:08 -07:00
James Phillips 0c798e4ad9 Update CHANGELOG.md 2016-09-01 09:12:01 -07:00
James Phillips 7369875cf7 Merge pull request #2320 from hashicorp/f-leave
Changes default for `leave_on_terminate` based on server or client mode.
2016-09-01 09:08:10 -07:00
Pivotal DX129 fe61650ef0 Merge remote-tracking branch 'upstream/master' 2016-09-01 10:15:32 -04:00
James Phillips 4d05d692fc
Makes port selection atomic in unit tests. 2016-09-01 01:01:28 -07:00
James Phillips d5191741a1
Cleans up the upgrade guide. 2016-09-01 00:22:09 -07:00
James Phillips 79aec1b34b
Tweaks comment to be more correct. 2016-08-31 23:54:53 -07:00
James Phillips 55ef6c54a6
Changes default for `leave_on_terminate` based on server or client mode. 2016-08-31 23:39:11 -07:00
James Phillips c8b184cfd2
Adds check that aborts bootstrap mode if there's an existing cluster. 2016-08-31 21:25:56 -07:00
James Phillips 7bcb34d498 Puts tree back in dev mode. 2016-08-31 10:49:31 -07:00
James Phillips 4fd419d609 Adds a note about stale reads to the performance guide. 2016-08-30 18:11:05 -07:00
James Phillips dd8061b3db
Release v0.7.0-rc2 2016-08-30 17:33:01 -07:00
James Phillips a3fd12aecf
Preps tree for 0.7.0-rc2 release. 2016-08-30 17:32:01 -07:00
James Phillips d1a76b363b Merge pull request #2316 from hashicorp/b-operator
Copies the member data instead of referencing by pointer.
2016-08-30 17:29:53 -07:00
James Phillips cda2bd29a9
Copies the member data instead of referencing by pointer. 2016-08-30 16:54:21 -07:00
James Phillips 84e8fc5848
Removes Raft types from public API interface.
This will cause a lot of breakage because we've currently vendored a
branch of the Raft library.
2016-08-30 14:59:16 -07:00
James Phillips 74a40a2de9 Update CHANGELOG.md 2016-08-30 14:45:15 -07:00
James Phillips f894f333f5 Merge pull request #2315 from hashicorp/f-allow-stale
Changes default DNS allow_stale to true.
2016-08-30 14:42:34 -07:00
James Phillips ed7356dd5c
Changes default DNS allow_stale to true. 2016-08-30 13:55:19 -07:00
James Phillips 672365b7d9 Update CHANGELOG.md 2016-08-30 13:18:33 -07:00
James Phillips 3effaa77bc Merge pull request #2312 from hashicorp/f-op-command
Adds new consul operator endpoint, CLI, and ACL and some basic Raft commands.
2016-08-30 13:16:24 -07:00
James Phillips 2c9885d10d
Updates documentation with details on the Consul operator actions. 2016-08-30 13:15:37 -07:00
James Phillips 3c9188c38b
Makes the Raft configuration API easier to consume. 2016-08-30 11:30:56 -07:00
James Phillips 3f16142b40
Adds a log warning when operator peer changes occur. 2016-08-30 10:23:32 -07:00
Martin Ivanov d9e9c7161b Replace key_path with private_key and file() interpolation. 2016-08-30 12:27:05 +03:00
James Phillips 0558b9c44b
Fixes a stale comment. 2016-08-30 00:10:46 -07:00
James Phillips e5850d8a26
Adds new consul operator endpoint, CLI, and ACL and some basic Raft commands. 2016-08-30 00:02:50 -07:00
James Phillips 53149bd2f9
Makes empty checkServiceNode return a nil.
The change in #2308 had an inadvertent interface change, so we fix that with
a special case in this fix.
2016-08-29 19:12:07 -07:00
Pivotal DX129 f9b6cd636e Fixed code formatting 2016-08-29 17:29:23 -04:00
Pierre Delagrave 578602f248 Added website documentation for the new recursor_timeout parameter 2016-08-29 14:41:30 -04:00