Commit Graph

1987 Commits

Author SHA1 Message Date
Alex Dadgar 7141b11c16 Merge pull request #452 from hashicorp/f-arg-list
Make drivers take arguments as a list and not as a string
2015-11-18 13:45:03 -08:00
Diptanu Choudhury edf98993b1 Merge pull request #451 from hashicorp/f-consul-docs
Added the consul docs
2015-11-18 13:36:30 -08:00
Diptanu Choudhury 5762f0ea01 Merge branch 'f-consul-docs' of github.com:hashicorp/nomad into f-consul-docs 2015-11-18 13:35:49 -08:00
Diptanu Choudhury 3aa7a6865d Fixed the sidebar-current 2015-11-18 13:35:16 -08:00
Chris Bednarski 9c77e4c15e Merge branch 'f-consul-docs' of https://github.com/hashicorp/nomad into f-consul-docs 2015-11-18 13:27:05 -08:00
Diptanu Choudhury 455842f282 Removed blank lines 2015-11-18 13:22:43 -08:00
Chris Bednarski 71405b9d38 Reformat 2015-11-18 13:20:23 -08:00
Diptanu Choudhury 8c5900031d changed the intro 2015-11-18 13:15:47 -08:00
Alex Dadgar 07a5ceed9c Use one msgpack codec and have it decode []string in nil interfaces 2015-11-18 13:15:13 -08:00
Chris Bednarski ad586b0749 Update version to 0.2.0-dev 2015-11-18 13:14:08 -08:00
Alex Dadgar 6574fd27e3 Remove returning the error 2015-11-18 12:40:34 -08:00
Alex Dadgar 282509eb9b More test fixes 2015-11-18 12:30:42 -08:00
Alex Dadgar 5a678548fa Rebase 2015-11-18 12:30:35 -08:00
Alex Dadgar c04e2b8b8e Fix executor tests 2015-11-18 12:29:04 -08:00
Alex Dadgar 28c2934e29 Docs 2015-11-18 12:29:04 -08:00
Alex Dadgar 54ddf4d3c1 Rebase 2015-11-18 12:29:04 -08:00
Alex Dadgar 7b918ee1e7 Update ParseAndReplace to take a list of args and remove shell style parsing 2015-11-18 12:29:04 -08:00
Diptanu Choudhury 6b86965e60 More grammer fixes 2015-11-18 12:24:25 -08:00
Diptanu Choudhury a3f00b8aa3 Added more explanation to name 2015-11-18 12:22:48 -08:00
Diptanu Choudhury 5ba7861180 Fixed more typos and changed some sentences 2015-11-18 12:19:20 -08:00
Diptanu Choudhury 5836f653e3 Fixed some typo 2015-11-18 12:16:03 -08:00
Diptanu Choudhury 464d5c5597 Added the consul docs 2015-11-18 12:14:28 -08:00
Alex Dadgar 311b3ce009 Merge pull request #450 from ChrisHines/master
Move test code to *_test.go file.
2015-11-18 12:11:30 -08:00
Chris Hines 713d63e467 Move test code to *_test.go file. 2015-11-18 14:46:56 -05:00
Chris Bednarski fc69721cc7 Added missing %s to error format string 2015-11-18 11:29:49 -08:00
Chris Bednarski e17f5984ef Revert "Added missing %s to error format string"
This reverts commit f4acdfd035c2ffa196035cc574d8b40a1795abb3.
2015-11-18 11:28:38 -08:00
Chris Bednarski 7a077a29b5 Added missing %s to error format string 2015-11-18 11:28:07 -08:00
Chris Bednarski 4aba55c191 increased test timeout to 80s so docker tests don't timeout and panic 2015-11-18 11:13:03 -08:00
Chris Bednarski f5ffa37a8e Added skeletons for networking and restart policies docs 2015-11-18 10:55:39 -08:00
Diptanu Choudhury 6c141e253e Merge pull request #446 from hashicorp/f-consul-client
Register services with Consul
2015-11-18 10:39:58 -08:00
Diptanu Choudhury 2deed3a2eb Added a log line to indicate we are registering a service with Consul 2015-11-18 10:32:31 -08:00
Chris Bednarski b3be339e19 Merge pull request #443 from hashicorp/f-docker-dns-config
Change docker DNS configuration to lists
2015-11-18 10:31:27 -08:00
Chris Bednarski b9fcdc400a Merge branch 'master' into f-docker-dns-config 2015-11-18 10:31:06 -08:00
Diptanu Choudhury 21bb78f948 Removing support for scrpt checks 2015-11-18 10:26:24 -08:00
Chris Bednarski 822552e980 Merge pull request #445 from carlosdp/fix-docker-auth
De-nest docker registry auth and reformat related doc
2015-11-18 10:23:17 -08:00
Diptanu Choudhury 41a1e6d74b Added a lock around modification of tracked services map 2015-11-18 09:36:37 -08:00
Diptanu Choudhury 93d0dbc974 Added some docs 2015-11-18 05:49:40 -08:00
Diptanu Choudhury 2f1f3d3898 Removed a debug log 2015-11-18 05:20:57 -08:00
Diptanu Choudhury 2ee71ffb59 Added the option to configure consul address 2015-11-18 05:15:52 -08:00
Diptanu Choudhury e83387191e Shutting down consul an not trying to de-register the consul service 2015-11-18 04:59:57 -08:00
Diptanu Choudhury cc26cb9a7b Added the logic to retry services which needs to be tracked if consul doesn't respond 2015-11-18 04:34:23 -08:00
Diptanu Choudhury 962e10b102 Registering the checks with consul 2015-11-18 03:08:53 -08:00
Diptanu Choudhury b8c2cc81f0 Defering calling the de-register from consul call when a service is not running 2015-11-18 02:37:34 -08:00
Diptanu Choudhury cb34f34c12 Added a logger to consul client 2015-11-18 02:14:07 -08:00
Diptanu Choudhury dd875f1d2b Fixed the test errors 2015-11-18 02:07:07 -08:00
Carlos Diaz-Padron 4a6c3d773d Nest Docker driver auth under object 2015-11-18 01:37:42 -08:00
Diptanu Choudhury a447b1ea3c DRYed the code 2015-11-18 01:20:53 -08:00
Diptanu Choudhury d6da6372cd Moving the logic to find port and host inside consul client 2015-11-18 01:18:29 -08:00
Diptanu Choudhury 404810043a Added the implementation of consul client 2015-11-18 00:50:45 -08:00
Carlos Diaz-Padron de6c06d332 De-nest docker registry auth and reformat related doc 2015-11-17 23:32:57 -08:00