Commit graph

1163 commits

Author SHA1 Message Date
Armon Dadgar 2c4a740f2a website: fixing alloc-status docs 2015-09-27 17:52:55 -07:00
Armon Dadgar 6ff19853ef docker: check for missing unix socket 2015-09-27 17:49:58 -07:00
Clint Shryock 17623c8890 Remove timestamp from getting started output 2015-09-27 19:47:47 -05:00
captainill 179ff542aa responsive hero 2015-09-27 17:47:21 -07:00
Alex Dadgar 60e0e34caa Merge pull request #126 from hashicorp/f-arg-parser
Proper parsing of user arguments and Nomad environment variable replacement.
2015-09-27 17:41:55 -07:00
Alex Dadgar d314b514f8 Better Sprintf 2015-09-27 17:41:43 -07:00
Alex Dadgar f8e434aa1d Add environment package 2015-09-27 17:37:25 -07:00
Alex Dadgar 7ba9681a94 Fix args in test 2015-09-27 17:37:24 -07:00
Alex Dadgar a4a440da8e ParseAndReplace args at the executor level 2015-09-27 17:37:24 -07:00
Alex Dadgar 76dfa9bb0f Check err 2015-09-27 17:37:24 -07:00
Alex Dadgar b95d349a3e Set the allocdir correctly when using the linux executor 2015-09-27 17:37:24 -07:00
Alex Dadgar a45f9f2e71 Pull task environments into their own type to be reusable across drivers and executors 2015-09-27 17:37:24 -07:00
Alex Dadgar a96f6dfa6d Remove cruft from rebase 2015-09-27 17:37:24 -07:00
Alex Dadgar a7eebcbd5b merge fixes 2015-09-27 17:37:24 -07:00
Clint Shryock 31920fae61 getting started cleanup 2015-09-27 19:31:19 -05:00
captainill a3e9389e80 tighten up header/hero 2015-09-27 15:44:44 -07:00
Ryan Uber 8c992355c4 Merge pull request #128 from hashicorp/f-alloc-status
Add alloc-status command
2015-09-27 15:06:17 -07:00
Armon Dadgar 9adea7ae1d Merge pull request #127 from hashicorp/b-docker-config
Correct implementation of config check for container and image cleanup
2015-09-27 14:50:16 -07:00
Ryan Uber 53e676f42a command: better test for alloc-status 2015-09-27 14:42:04 -07:00
Ryan Uber 76a3cf3b93 website: document alloc-status command 2015-09-27 14:20:09 -07:00
Armon Dadgar ca839aa2de demo/digitalocean: allow stale queries 2015-09-27 14:12:23 -07:00
Armon Dadgar 36f6d81671 demo/digitalocean: run the servers on larger instances 2015-09-27 14:07:39 -07:00
Ryan Uber 079b3c753a command: placeholder for <none> in kv output 2015-09-27 14:04:53 -07:00
Chris Bednarski 162247ffbe Correct implementation of config check for container and image cleanup; moved into Start and Open because handle does not have the config object 2015-09-27 13:59:38 -07:00
Ryan Uber 5ce6f4bb64 command: better output for alloc-status 2015-09-27 13:59:27 -07:00
Alex Dadgar f797a95802 Merge branch 'master' of https://github.com/hashicorp/nomad 2015-09-27 13:50:47 -07:00
Alex Dadgar d2505e4bff Community page 2015-09-27 13:50:37 -07:00
Mitchell Hashimoto f68c27dfb2 website: temporary password 2015-09-27 13:30:08 -07:00
Ryan Uber 3d771c5780 command: first pass at alloc-status command 2015-09-27 12:02:14 -07:00
captainill c7800d2771 make hero bg image seamless/repeating to cover all monitor res 2015-09-27 00:32:05 -07:00
Chris Bednarski 2c42d1403d Merge pull request #125 from hashicorp/f-docker-config-cleanup
Add configuration option for whether Nomad will clean up containers and images when they are no longer used
2015-09-26 21:52:17 -07:00
Chris Bednarski 9455370d8e Merge branch 'master' into f-docker-config-cleanup 2015-09-26 21:52:02 -07:00
Chris Bednarski 216c605268 Merge pull request #124 from hashicorp/f-docker-cleanup-config
Add all containers when searching for images that are still in used, since the container using the image may be stopped
2015-09-26 21:49:26 -07:00
captainill 1a888d8dc0 Merge branch 'master' of https://github.com/hashicorp/nomad into live-site 2015-09-26 20:14:54 -07:00
Chris Bednarski 5678859752 Add configuration option for whether Nomad will clean up containers and images when they are no longer used 2015-09-26 18:53:15 -07:00
Chris Bednarski 79488baa4d Add all containers when searching for images that are still in used, since the container using the image may be stopped 2015-09-26 18:51:36 -07:00
Armon Dadgar 91e69c5973 website: lowercase examples of dynamic ports 2015-09-26 18:26:51 -07:00
captainill 83e7a0dd89 responsive header css 2015-09-26 14:10:27 -07:00
captainill ea4d0923da docs cleanup 2015-09-26 14:07:17 -07:00
Ryan Uber 402bcaef18 demo/digitalocean: remove unneeded index 2015-09-26 12:38:31 -07:00
Ryan Uber d8f0519451 demo/digitalocean: realistic redis requirements 2015-09-26 11:17:24 -07:00
Ryan Uber caee693215 demo/digitalocean: tighten bench output 2015-09-26 10:50:21 -07:00
Ryan Uber d160be0e73 demo/digitalocean: fix after docker repo change 2015-09-26 10:30:08 -07:00
Ryan Uber 34eb89d817 demo/digitalocean: easier tuning for demo 2015-09-26 09:57:48 -07:00
Ryan Uber cf76f2a697 demo/digitalocean: use redis 2015-09-26 09:48:46 -07:00
Ryan Uber 2bb468bedf demo/digitalocean: move bench.go 2015-09-26 09:44:15 -07:00
Ryan Uber 56f7c271c9 demo/digitalocean: add a demo job 2015-09-26 09:43:40 -07:00
Ryan Uber 1a4934f390 demo/digitalocean: better benchmark 2015-09-26 09:39:19 -07:00
Ryan Uber 5b99887dfb demo/digitalocean: add bench app 2015-09-26 09:29:07 -07:00
Chris Bednarski 96f3641b29 Merge pull request #121 from hashicorp/f-docker-native
Docker is now native go
2015-09-26 00:36:26 -07:00