Commit Graph

1027 Commits

Author SHA1 Message Date
Alex Dadgar 81ade0f5d3 Linux Embed and AllocDir unit tests 2015-09-25 16:46:41 -07:00
Alex Dadgar 6879e59494 Fix function header 2015-09-25 16:46:41 -07:00
Alex Dadgar c9cffb93f6 Embed interface 2015-09-25 16:46:41 -07:00
Alex Dadgar 72d892a518 Client init rebase 2015-09-25 16:46:41 -07:00
Alex Dadgar 2e8395c458 Changed file names so it builds correctly 2015-09-25 16:46:41 -07:00
Alex Dadgar 9d3e3c0704 AllocDirBuilder that creates the alloc directory structure 2015-09-25 16:46:41 -07:00
Armon Dadgar 5bc26c3f9d Merge pull request #101 from hashicorp/f-qemu-network-update
driver/qemu: Use Restricted Ports, additional port forwarding
2015-09-25 16:36:46 -07:00
Ryan Uber 747991dc61 nomad: fix test race 2015-09-25 16:07:37 -07:00
Clint Shryock e24c1c5eb4 fix typo in docs 2015-09-25 15:19:38 -05:00
Ryan Uber f7f943cf6f nomad: data centers -> datacenters 2015-09-25 12:27:31 -07:00
Ryan Uber cc7c1cc808 agent: all dynamic ports for tests 2015-09-25 12:19:13 -07:00
Ryan Uber a7757436c9 Merge pull request #114 from hashicorp/f-clients
Make servers list configurable on clients
2015-09-25 12:03:21 -07:00
Ryan Uber dfdda4335d website: update docs for command rename 2015-09-25 12:00:14 -07:00
Ryan Uber 65a89dffae command: rename client-servers -> client-config 2015-09-25 11:49:31 -07:00
Chris Bednarski ac9b7e7a31 Added group add command for docker to the docker docs 2015-09-25 11:29:38 -07:00
Armon Dadgar ba4ab66312 Merge pull request #112 from hashicorp/f-validate
command/validate: Adding new command
2015-09-25 11:17:18 -07:00
Armon Dadgar 83886c9f54 website: fix wording 2015-09-25 11:17:06 -07:00
Ryan Uber 62d1da4cc8 website: fix copy 2015-09-25 10:14:30 -07:00
Clint Shryock f1ede2f555 Fix bad copy-paste from refactoring 2015-09-25 08:36:46 -05:00
Chris Bednarski ee00969c1c Merge pull request #113 from hashicorp/docs-docker
Added docker docs; updated isolation notes for QEMU
2015-09-24 23:41:01 -07:00
Chris Bednarski ac0f07cd20 Add note on configuring the agent; fix some typos 2015-09-24 23:40:30 -07:00
Ryan Uber 779081970e Merge pull request #109 from hashicorp/f-examples
DigitalOcean Demo
2015-09-24 22:22:42 -07:00
Ryan Uber 052aa8b56e command: fix help 2015-09-24 22:01:41 -07:00
Ryan Uber 3452e3a2fa website: document the client-servers command 2015-09-24 21:59:04 -07:00
Ryan Uber 75612c46e7 website: document /v1/agent/servers 2015-09-24 21:47:14 -07:00
Ryan Uber f084d22047 command: adding client-servers command 2015-09-24 21:32:12 -07:00
Ryan Uber fb35ceb4c3 api: add client server methods 2015-09-24 21:17:33 -07:00
Ryan Uber 041828f23e testutil: fix boostrap mode after flag change 2015-09-24 21:16:52 -07:00
Ryan Uber 114b38b8a8 agent: add HTTP endpoint for querying/modifying the server list 2015-09-24 20:39:03 -07:00
Ryan Uber 6f15160f5c client: support modifying the servers list 2015-09-24 20:16:47 -07:00
Chris Bednarski e4686e1872 Lowercase some cases of docker 2015-09-24 19:35:52 -07:00
Chris Bednarski 8bcae8f48d Merge pull request #111 from hashicorp/b-h3-size
Change h3 to 24px so it's midway between h2 and h4
2015-09-24 19:34:37 -07:00
Chris Bednarski 1aaef18d0a Added docker docs; updated isolation notes for QEMU 2015-09-24 19:33:06 -07:00
Armon Dadgar 77a9e52449 command/validate: Adding new command 2015-09-24 18:29:46 -07:00
Chris Bednarski 6b04a6b250 Merge pull request #110 from bensojona/b-documentation-fixes
Documentation fixes
2015-09-24 17:50:23 -07:00
Jon Benson 95a3258672 Documentation fixes 2015-09-24 17:47:16 -07:00
Chris Bednarski 0618ae2b01 Change h3 to 24px so it's midway between h2 and h4; h2 is 30px so it was indistinguishable 2015-09-24 17:44:57 -07:00
Chris Bednarski fce6a5f7c7 Merge pull request #108 from hashicorp/b-netmap-crash
Fix crash in task_runner tests
2015-09-24 16:27:54 -07:00
Chris Bednarski a589c056ea All the TestTaskRunner* tests want this 2015-09-24 16:00:36 -07:00
Chris Bednarski e6ac055c6c Initialize reserved ports 2015-09-24 15:55:41 -07:00
Chris Bednarski d2aa4fd53c Merge pull request #104 from hashicorp/f-docker-static-ports
Add static (reserved) ports for docker
2015-09-24 15:44:41 -07:00
Chris Bednarski f032e311d2 Missed a set of parens 2015-09-24 15:40:32 -07:00
Chris Bednarski 4554a678e5 Remove this guard since it's likely to hide nasty bugs where nomad should crash 2015-09-24 15:38:11 -07:00
Chris Bednarski c9482e1188 Initialize reserved ports in task_runner 2015-09-24 15:37:43 -07:00
Armon Dadgar c1feba36f8 Merge pull request #106 from hashicorp/b-doc-cleanup
More doc cleanups
2015-09-24 15:37:34 -07:00
Chris Bednarski 130263af84 Add exhaustive tests and nil guard to List and Map for NetworkResource 2015-09-24 15:11:44 -07:00
Clint Shryock 69e395790f cleanups 2015-09-24 16:57:55 -05:00
Clint Shryock bdfb035cf5 misc cleanups 2015-09-24 16:37:32 -05:00
Clint Shryock 22aecdd141 various doc cleanup 2015-09-24 16:17:13 -05:00
Ryan Uber 9c0702df1d demo/digitalocean: output statsite addr 2015-09-24 14:15:12 -07:00