Commit Graph

6221 Commits

Author SHA1 Message Date
Diptanu Choudhury 5191b4d33a Making the status command return the allocs of currently registered job 2016-11-24 16:31:30 +01:00
Gábor Lipták 93148456ed Improve parsing of job struct 2016-11-23 20:18:50 -05:00
Alex Dadgar 8fb83fbb6c Parse 2016-11-23 15:48:36 -08:00
Gábor Lipták 6268112e86 Log when lookup in docker.auth.config fails 2016-11-23 18:43:58 -05:00
Alex Dadgar 54bcde8e36 Dispatch structs 2016-11-23 15:03:13 -08:00
Diptanu Choudhury 1198a6fc88 Merge pull request #2020 from ranjib/template_args_lxc
(bug)Fix error message. Pass on template args
2016-11-22 05:45:17 +01:00
Ranjib Dey 0b29ad8787 Fix error message. Pass on template args 2016-11-21 20:12:59 -08:00
Alex Dadgar 79841bd3f8 version bump 2016-11-21 09:42:02 -08:00
Alex Dadgar 26c9ce8156 Merge pull request #2010 from hashicorp/d-typo
Fix typo in telemetry documentation.
2016-11-18 11:12:39 -08:00
Alex Dadgar a26f52febd Fix typo in telemetry documentation.
Fixes #2008
2016-11-18 11:11:45 -08:00
Michael Schurter 92f579891c Remove lie from comment 2016-11-18 11:05:22 -08:00
Michael Schurter fc1f557a36 Fix incorrect lock usage around consul maps 2016-11-18 10:12:02 -08:00
Michael Schurter da9a8bbcef Fix SyncNow 2016-11-18 10:12:02 -08:00
Michael Schurter 57e5e03ccc New chaos test to exercise consul syncer 2016-11-18 10:12:02 -08:00
Alex Dadgar 7ead95c333 Fixes race on StreamFramer Destroy
This PR:
* Fixes a race in which StreamFramer could panic while closing.
* Simplifies the logic of the StreamFramer
* Removes a potentially leaked goroutine
2016-11-17 20:14:47 -08:00
Seth Vargo 15cfaaf59d
Fix duplicate meta description 2016-11-17 16:55:35 -05:00
Seth Vargo d7829340ad Merge pull request #2005 from hashicorp/sethvargo/docs_fix
Make downloads great again
2016-11-17 13:53:12 -05:00
Seth Vargo f0aad0d7cd
Fix downloads 2016-11-17 13:50:05 -05:00
Seth Vargo d871b7063f
Revert custom HTML 2016-11-17 13:26:03 -05:00
Seth Vargo 2ccf9c5ea7 Merge pull request #2004 from hashicorp/sethvargo/docs_fix
Update encryption docs
2016-11-17 13:13:59 -05:00
Seth Vargo 3aba171946
Align = 2016-11-17 13:06:05 -05:00
Seth Vargo e79e67b58b
Use list instead of table 2016-11-17 13:05:55 -05:00
Seth Vargo 2d432cc63a
Use shell instead of sh 2016-11-17 13:05:14 -05:00
Seth Vargo 14e94de46d
Organize examples into section 2016-11-17 13:04:52 -05:00
Seth Vargo 6769717695
Fix JSON spacing 2016-11-17 13:04:39 -05:00
Seth Vargo 052e55ecd1
Move link to bottom 2016-11-17 13:04:29 -05:00
Michael Schurter ec967bf57c Update website for 0.5.0 and special lxc download 2016-11-16 16:47:35 -08:00
Michael Schurter c8ddd98e3b Release Nomad 0.5.0 2016-11-16 15:08:03 -08:00
Michael Schurter 37acbf7adb Merge pull request #1997 from hashicorp/f-tls-docs
Add docs for generating example certificates
2016-11-16 15:05:16 -08:00
Alex Dadgar ea88536a99 Merge pull request #2000 from hashicorp/d-vault-example
Better examples for Vault config for both servers and clients
2016-11-16 14:56:07 -08:00
Alex Dadgar 1230a69938 Better examples 2016-11-16 14:55:11 -08:00
Michael Schurter 0a351235b6 Fix review comments 2016-11-16 14:49:29 -08:00
Alex Dadgar 9683f5a2c6 Merge pull request #1999 from hashicorp/d-service-https
Fix example for service using HTTPS check
2016-11-16 14:45:34 -08:00
Alex Dadgar 1068c35d33 Fix example 2016-11-16 14:44:55 -08:00
Dmitry Galinsky 3ec7ebac9c Add network_aliases for docker driver 2016-11-16 11:16:07 +03:00
Michael Schurter 78241d72d4 Don't forget localhost! 2016-11-15 17:23:00 -08:00
Michael Schurter d36d716bf9 Add docs for generating example certificates 2016-11-15 17:22:54 -08:00
Alex Dadgar 0f426d219a Merge pull request #1993 from hashicorp/b-upgrade-path
Check for Ephemeral Disk being nil
2016-11-15 16:27:48 -08:00
Alex Dadgar c2697123a9 Merge pull request #1996 from hashicorp/t-failing-tests
Fix some failing tests
2016-11-15 16:27:19 -08:00
Alex Dadgar 3e5bfcdbc4 respond to comment 2016-11-15 16:27:07 -08:00
Alex Dadgar 17a86bc750 Merge pull request #1994 from hashicorp/b-network-speed
Updated AWS speeds and network_speed now overrides
2016-11-15 16:23:57 -08:00
Alex Dadgar c47ebd508e Remove old TODOs 2016-11-15 16:23:37 -08:00
Alex Dadgar cb187ffce6 Fix TestRktDriver_PortsMapping and TestAgent_LoadKeyrings 2016-11-15 15:49:05 -08:00
Alex Dadgar 6a4efbf3b2 Fix TestRetryJoin 2016-11-15 15:28:21 -08:00
Alex Dadgar 4a477f6d88 Backwards compatibility notice 2016-11-15 13:58:36 -08:00
Alex Dadgar 9497991590 Updated AWS speeds and network_speed now overrides
This PR:

* Makes AWS network speeds more granular
* Makes `network_speed` an override and not a default
* Adds a default of 1000 MBits if no network link speed is detected.

Fixes #1985
2016-11-15 13:55:51 -08:00
Michael Schurter 393efe2579 Switch syncer tests to use embedded consul 2016-11-15 10:22:25 -08:00
Alex Dadgar 88c7e04348 Check for Ephemeral Disk being nil 2016-11-15 10:03:06 -08:00
Michael Schurter 1a48690a2c Merge pull request #1975 from hashicorp/b-fix-tlsutil-tests
Fix tlsutil tests
2016-11-14 16:27:21 -08:00
Michael Schurter 07ad17aed6 Merge pull request #1991 from hashicorp/b-fix-agent-tests
Advertise a non-loopback ip in tests
2016-11-14 16:26:43 -08:00