Commit Graph

1664 Commits

Author SHA1 Message Date
Jack Pearkes c9e4b94d60 Install vim in demos
I'm probably not the only one that reached for `vim` during the getting started guide. Super minor but might safe some apt-get'ing.

![](https://dl.dropboxusercontent.com/s/mg38fo0k82lxdlv/2015-10-14%20at%205.49%20PM.png)
2015-10-14 17:50:03 +02:00
Abhishek Chanda dbe9fa9f27 Run gofmt on the docker driver 2015-10-13 23:21:16 +00:00
Sam Handler 72fcbbb337 website: add 'Edit this page' link everywhere but index 2015-10-13 17:52:44 -04:00
Sam Handler 0e4ffe0d2f website: bundle update middleman-hashicorp 2015-10-13 17:51:50 -04:00
Sam Handler b6f50a5c66 website: add github_slug to config.rb 2015-10-13 17:51:01 -04:00
Sam Handler 5bc18fb3a7 website: add makefile and update README 2015-10-13 17:50:23 -04:00
Alex Dadgar 1b52202482 Merge pull request #267 from achanda/docs
Some docs update
2015-10-13 14:45:36 -07:00
Armon Dadgar b86c4cf0fc Merge pull request #274 from hashicorp/f-cache-constraint
scheduler: adding regexp and version constraint cache
2015-10-13 14:44:14 -07:00
Abhishek Chanda 0af5f1390f Clarify that container is an invalid option 2015-10-13 13:31:56 -07:00
Alex Dadgar d5e503d07a Merge pull request #275 from achanda/docker_config
Do not default to a network mode
2015-10-13 13:05:07 -07:00
Abhishek Chanda 36dc8a5a18 Do not default to a network mode
Makes the driver error out when a wrong or un-supported
network_mode is used
2015-10-13 10:57:21 -07:00
Armon Dadgar 931a113cb5 scheduler: adding regexp and version constraint cache 2015-10-12 20:15:07 -07:00
Alex Dadgar 76ec48bfce Merge pull request #215 from Carevoyance/gce_fingerprint
Add GCE fingerprinting functionality
2015-10-12 16:14:32 -07:00
Alex Dadgar 5f72a3fb77 Merge pull request #247 from hashicorp/f-rkt-enhancements
Rkt Driver Enhancements
2015-10-12 15:58:55 -07:00
Daniel Imfeld c9c8dee48e More syntax cleanup 2015-10-12 17:57:45 -05:00
Daniel Imfeld 9730df8411 Fix old comments and other syntax cleanup 2015-10-12 16:56:33 -05:00
Alex Dadgar 3c7bbc6fd7 Update driver config names for consistency and make the trust_prefix optional 2015-10-12 14:37:56 -07:00
Armon Dadgar 14572a98ab Merge pull request #272 from hashicorp/f-apply-overlap
Plan queue apply overlaps plan verification with plan application to increase throughput
2015-10-12 14:35:25 -07:00
Armon Dadgar 953e0f3944 nomad: comment cleanups 2015-10-12 14:35:17 -07:00
Alex Dadgar 9af8e8d92d Log starting command 2015-10-12 14:33:19 -07:00
Alex Dadgar 6417c506ad Capture Rkt logs 2015-10-12 14:33:18 -07:00
Alex Dadgar cd3135c874 Separate args from exec command; inject environment variables and general cleanup of Rkt driver 2015-10-12 14:33:18 -07:00
Alex Dadgar a1d87cf656 Merge pull request #236 from hashicorp/sethvargo/travis
Add Travis testing
2015-10-12 14:28:43 -07:00
Armon Dadgar 4e49cff26c Merge pull request #271 from hashicorp/f-version-constraint
Adding support for regexp, version, and lexical ordering constraints
2015-10-12 13:53:17 -07:00
Abhishek Chanda e109057b66 Do not say the bool is set to true
This will be harmonized across all drivers soon
2015-10-12 13:40:31 -07:00
Alex Dadgar 6736282a2a Merge branch 'master' of https://github.com/hashicorp/nomad 2015-10-12 13:15:46 -07:00
Alex Dadgar a4035050e8 Change Docker/Rkt to set driver to 1 not true for consistency 2015-10-12 13:15:37 -07:00
Alex Dadgar de226ba985 Merge pull request #266 from charlieok/patch-1
Update scheduling.html.md
2015-10-12 13:08:59 -07:00
Alex Dadgar 6bc2d6bcbd Merge pull request #268 from charlieok/patch-2
Update index.html.md
2015-10-12 13:00:33 -07:00
Armon Dadgar 6aec97d055 nomad: make test more robust 2015-10-12 09:42:25 -07:00
Armon Dadgar 41efc6b7a9 nomad: make tests more robust 2015-10-12 09:42:25 -07:00
Seth Vargo 71e65f33a2 Merge pull request #269 from charlieok/patch-3
evaulation -> evaluation
2015-10-11 22:44:51 -04:00
Seth Vargo a5d9d624f6 Merge pull request #270 from charlieok/patch-4
add 'is'
2015-10-11 22:44:39 -04:00
Charlie O'Keefe 39c87ed58e add 'is' 2015-10-11 20:36:50 -06:00
Charlie O'Keefe 66ae6eea93 evaulation -> evaluation 2015-10-11 20:33:02 -06:00
Armon Dadgar bf6e020f30 nomad: test optimistic state update 2015-10-11 18:47:09 -04:00
Armon Dadgar 9b80375f86 nomad: refresh snapshot under error return 2015-10-11 18:47:09 -04:00
Armon Dadgar 8715d8ab8f nomad: overlap plan evaluation with apply 2015-10-11 18:47:09 -04:00
Armon Dadgar 08a32d0952 nomad: optimistically apply plan to state snapshot 2015-10-11 18:47:09 -04:00
Armon Dadgar 8edc9da37d nomad: wait for plan to apply async 2015-10-11 18:47:08 -04:00
Armon Dadgar 2cebcf289c nomad: plan apply uses raw Raft future 2015-10-11 18:47:08 -04:00
Armon Dadgar ff27572e1f nomad: raftApplyFuture does not block for error 2015-10-11 18:47:08 -04:00
Armon Dadgar 445d36d81b nomad: raftApplyFuture exposes underlying Future 2015-10-11 18:47:08 -04:00
Armon Dadgar 1726c8f4b3 nomad: make test more robust 2015-10-11 18:47:00 -04:00
Armon Dadgar bc7e8fea9e nomad: make tests more robust 2015-10-11 18:35:09 -04:00
Charlie O'Keefe 07a7f24640 Update index.html.md 2015-10-11 14:05:55 -06:00
Armon Dadgar 769b94d82a website: document lexical ordering operators 2015-10-11 15:58:25 -04:00
Armon Dadgar 81c08ba66e scheduler: support lexical ordering constraints 2015-10-11 15:57:06 -04:00
Abhishek Chanda 61215971b0 Fix formatting for qemu driver version 2015-10-11 12:55:23 -07:00
Abhishek Chanda f9bebb2f2e Add details to docker driver docs
- The driver sets a bool to `true`
- Clarify behavior when `network_mode` is `container`
2015-10-11 12:53:34 -07:00