open-nomad/client
Daniel Imfeld 46bbfc3549 isAWS should return false on GCE
GCE and AWS both expose metadata servers, and GCE's 404 response
includes the URL in the content, which maatches the regex. So,
check the response code as well and if a 4xx code comes back,
take that to meanit's not AWS.
2015-10-05 00:42:34 -05:00
..
allocdir client: fix windows build errors 2015-09-27 23:53:25 -07:00
config Merges 2015-10-02 17:32:11 -07:00
driver update test to reflect not uppercasing passed env vars 2015-10-02 17:49:18 -07:00
executor Better Sprintf 2015-09-27 17:41:43 -07:00
fingerprint isAWS should return false on GCE 2015-10-05 00:42:34 -05:00
testutil Merge qemu test 2015-09-25 16:49:14 -07:00
alloc_runner.go Change allocdir variable name for clarity 2015-09-25 16:49:19 -07:00
alloc_runner_test.go Client init rebase 2015-09-25 16:46:41 -07:00
client.go Fix client init logging and test 2015-09-25 18:12:11 -07:00
client_test.go Fix client init logging and test 2015-09-25 18:12:11 -07:00
task_runner.go AllocDirBuilder that creates the alloc directory structure 2015-09-25 16:46:41 -07:00
task_runner_test.go Destroy allocdirs in task runner tests 2015-09-25 16:49:19 -07:00
util.go
util_test.go