Matt Keeler
31c5bcc53e
Update go-discover dependency ( #7731 )
2020-05-04 10:59:48 -04:00
Mike Morris
1fe6da2ad6
Bump go-discover to support EC2 Metadata Service v2 ( #6865 )
...
Refs https://github.com/hashicorp/go-discover/pull/128
* deps: add replace directive for gocheck
Transitive dep, source at https://launchpad.net/gocheck indicates
project moved. This also avoids a dependency on bzr when fetching
modules. Refs https://github.com/hashicorp/consul/pull/6818
* deps: make update-vendor
* test: update retry-join expected names from go-discover
2019-12-04 11:59:16 -05:00
Paul Banks
869387323f
Pull go-discover to fix Sirupsen/logrus ( #5598 )
...
* Pull go-discover to fix Sirupsen/logrus
* Actually rename Sirupsen -> sirupsen in vendor (despite macOS)
* Actually _actually_ rename Sirupsen -> sirupsen in vendor (despite macOS)
2019-04-03 20:07:00 +01:00
Jeff Mitchell
b43800125c
Update vendoring from go mod. ( #5566 )
2019-03-26 17:50:42 -04:00
Mitchell Hashimoto
f7a95e1a28
vendor k8s client lib
2018-09-05 14:59:02 -07:00
Mitchell Hashimoto
144b7efa51
Update go-discover vendor
2018-09-05 13:31:10 -07:00
Siva Prasad
a5ebab63e7
Vendoring update for go-discover. ( #4412 )
...
* New Providers added and updated vendoring for go-discover
* Vendor.json formatted using make vendorfmt
* Docs/Agent/auto-join: Added documentation for the new providers introduced in this PR
* Updated the golang.org/x/sys/unix in the vendor directory
* Agent: TestGoDiscoverRegistration updated to reflect the addition of new providers
* Deleted terraform.tfstate from vendor.
* Deleted terraform.tfstate.backup
Deleted terraform state file artifacts from unknown runs.
* Updated x/sys/windows vendor for Windows binary compilation
2018-07-25 16:21:04 -07:00
Leo Zhang
b498816e80
Fix invalid vendor.json syntax for go-discover
2018-06-15 02:02:12 -07:00
Kyle Havlovitz
7cd7f4acd7
vendor: pull in latest version of go-discover
2018-05-10 15:40:16 -07:00
Preetha
1665908bed
Fix panic in azure go discover provider ( #3876 )
2018-02-08 16:46:33 -06:00
James Phillips
2e660c7172
Updates hashicorp/go-discover to pull in support for Azure Virtual Machine Scale Sets.
2018-01-19 16:24:08 -08:00
James Phillips
ffb81aaba5
Updates go-discover to get monkey patch for golang.org/x/net/trace.
2018-01-03 13:22:42 -08:00
Frank Schröder
56561523cf
vendor: update go-discover ( #3634 )
...
* vendor: update go-discover
Pull in providers:
* Aliyun (Alibaba Cloud)
* Digital Ocean
* OpenStack (os)
* Scaleway
* doc: use ... instead of xxx
* doc: strip trailing whitespace
* doc: add docs for aliyun, digitalocean, os and scaleway
* agent: fix test
2017-10-31 17:03:54 -05:00
Frank Schroeder
3d4fa7f65d
Update github.com/hashicorp/go-discover to pull in new config parser
...
This patch updates the go-discover library to use the new config parser
which uses a different encoding scheme for the go-discover config DSL.
Values are no longer URL encoded but taken literally unless they contain
spaces, backslashes or double quotes. To support keys or values with
these special characters the string needs to be double quoted and usual
escaping rules apply.
Fixes #3417
2017-10-04 19:12:28 +02:00
Frank Schroeder
85f0f71eb1
Add support to discover public v4 and v6 addresses on AWS ( #3471 )
...
Update github.com/hashicorp/go-discover/provider/aws to support the
'addr_type' option which allows detection of private_v4, public_v4 and
public_v6 addresses.
Fixes #3471
2017-09-25 03:16:27 +02:00
Frank Schroeder
509e667f94
vendor: upgrade github.com/hashicorp/go-discover
...
Pull in improved debug logging for AWS
2017-08-23 21:23:34 +02:00
Frank Schroeder
5f6b74d4ee
vendor: update hashicorp/go-discover to pull in hashicorp/go-discover#7
2017-08-03 21:00:37 +02:00
Frank Schroeder
5ddcdd41c2
vendor: add go-discover
2017-08-01 11:41:43 +02:00
James Phillips
59621dbccc
Revert "discover: move instance discover code into separate package ( #3144 )" ( #3180 )
...
This reverts commit 26bfb2d00a30bf30ebdd85ba2e1e19f37355853f.
2017-06-23 01:38:55 -07:00
Frank Schroeder
43c42b12ae
vendor: update github.com/hashicorp/go-discover
2017-06-22 12:46:23 +02:00
Frank Schröder
4bdff5fff4
discover: move instance discover code into separate package ( #3144 )
...
This patch moves the code that discovers instances from metadata
information to github.com/hashicorp/go-discover with
sub-packages for each provider.
2017-06-21 10:40:38 +02:00