Commit graph

1168 commits

Author SHA1 Message Date
Abhishek Chanda 0cb649bd5f Enable setting networking mode for docker
This patch enables setting networking mode for the docker
driver. This does not handle the `container` mode.
Closes #175
2015-10-01 18:52:41 -07:00
Antoine POPINEAU 043c10ca24 Updated documentation for the iface client configuration option. 2015-10-01 17:42:20 +02:00
Ryan Uber 237a56aa67 website: update advertise configuration option descriptions 2015-09-30 12:05:55 -07:00
Dave York b1720ea5b2 fixes a typo in the docs 2015-09-29 17:00:48 -04:00
Carlos Diaz-Padron ee1a72e347 Add Client config options to docs 2015-09-28 16:53:04 -07:00
Armon Dadgar 2c4a740f2a website: fixing alloc-status docs 2015-09-27 17:52:55 -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
Ryan Uber 76a3cf3b93 website: document alloc-status command 2015-09-27 14:20:09 -07:00
Armon Dadgar 91e69c5973 website: lowercase examples of dynamic ports 2015-09-26 18:26:51 -07:00
Chris Bednarski 7021ac3ce8 Add docker 'command' to docs; cleanup some comments 2015-09-25 23:28:23 -07:00
Chris Bednarski e6253b21f6 Put that back too. 2015-09-25 18:45:39 -07:00
Chris Bednarski a8c8fc2f96 Merge branch 'master' into b-docker-fixes
Conflicts:
	client/driver/docker_test.go
	client/driver/java_test.go
	client/driver/qemu_test.go
2015-09-25 18:35:23 -07:00
Armon Dadgar f47dae26ba website: missing links and copy 2015-09-25 17:09:35 -07:00
Chris Bednarski 32d260281f Added guards to tests so we can more gracefully degrade the test suite when thing are not installed 2015-09-25 16:49:26 -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 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
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
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 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
Chris Bednarski e4686e1872 Lowercase some cases of docker 2015-09-24 19:35:52 -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
Jon Benson 95a3258672 Documentation fixes 2015-09-24 17:47:16 -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
Clint Shryock 0ac8fa4a23 update docs on port matching for Qemu 2015-09-24 14:36:03 -05:00
Clint Shryock 5ecd0f128a fix typo 2015-09-24 11:41:41 -05:00
Clint Shryock 0fdb3deef6 minor grammer 2015-09-24 11:35:58 -05:00
Clint Shryock 31eab9eab6 doc updates 2015-09-24 10:50:20 -05:00
Chris Bednarski 1654d08fca Add docker ports; change to uppercase examples and tests 2015-09-23 18:01:08 -07:00
Chris Bednarski 8b2f8efe70 Merge branch 'master' into f-port-configs 2015-09-23 15:31:00 -07:00
Chris Bednarski b8fd345128 Docs and remove uppercase since it's checked at the config parse step 2015-09-23 15:28:58 -07:00
Chris Bednarski f37dedc3bc Changed to uppercase + numbers + underscores; updated docs 2015-09-23 15:19:31 -07:00
Chris Bednarski de2a62e0e3 Added docs for runtime environment 2015-09-23 14:58:25 -07:00
Armon Dadgar 3bdae950c5 Merge pull request #97 from hashicorp/f-qemu-driver-docs
Basic Qemu docs
2015-09-23 14:37:56 -07:00
Clint Shryock e2c1bfe19c Basic Qemu docs 2015-09-23 14:44:49 -05:00
Clint Shryock 0db8ce12d4 Update Java docs on how Java is detected 2015-09-23 14:16:43 -05:00
Clint Shryock b93518b509 start the Qemu docs 2015-09-23 13:58:42 -05:00
Clint Shryock 69dff9f608 some Java driver docs 2015-09-23 11:44:17 -05:00
Clint Shryock a330cdc80e Merge branch 'master' into f-java-driver-docs
* master: (115 commits)
  Ignore common files
  demo/vagrant: Adding files for getting started
  website: adding clustering to getting started
  scheduler: job anti-affinity score should record as negative
  scheduler: do not skip job anti-affinity
  client: reset response struct to avoid decode errors
  client: create dir, handle not exist more gracefully
  website: starting cluster section
  website: skip HTTP in intro
  command/init: tweak constraint
  website: typo fixes
  command/run: update synopsis
  command/run: update help output
  website: update 'run' docs
  website: getting started
  command/init: fixing inconsistencies
  command/node-status: removing extra formating input
  command/init: reworking behavior and default file
  website: getting started
  website: getting started
  ...
2015-09-23 10:55:43 -05:00
Armon Dadgar af3601663d website: update 'run' docs 2015-09-22 21:48:43 -07:00
Armon Dadgar 8257c243b1 command/init: reworking behavior and default file 2015-09-22 21:48:43 -07:00
Ryan Uber dd95f4033d Merge pull request #79 from hashicorp/f-bootstrap
Add flags for bootstrap modes to CLI
2015-09-22 20:28:30 -07:00
Alex Dadgar 2985919f45 Merge pull request #89 from hashicorp/f-root-disable-drivers
Disable drivers based on whether nomad is running as root.
2015-09-22 18:49:12 -07:00
Alex Dadgar 925edfa46d Update website documentation on the fork/exec driver + Vagrantfile fixes 2015-09-22 18:31:13 -07:00
Ryan Uber 3f025a0627 nomad: fix typo 2015-09-22 17:37:55 -07:00
Chris Bednarski 432d6c80f8 Merge pull request #88 from hashicorp/f-init
Init command
2015-09-22 16:12:58 -07:00
Chris Bednarski 3d38679365 Added docs page for init command 2015-09-22 16:11:11 -07:00
Armon Dadgar 6ffdc6745f website: remove regex from dynamic_ports 2015-09-22 14:44:56 -07:00
Ryan Uber 73a0f5474b website: remove bootstrap flag 2015-09-22 14:35:35 -07:00
Chris Bednarski 1b8345e104 Updated jobspec docs for named dynamic ports 2015-09-22 14:21:32 -07:00
Ryan Uber 16f4e1c8c2 command/agent: add bootstrap flags 2015-09-22 13:28:06 -07:00
Ryan Uber 768621863b website: update references to server commands 2015-09-22 11:14:37 -07:00
Ryan Uber 2f720c651f website: update docs for command renames 2015-09-22 11:08:36 -07:00
Ryan Uber f6ea9cc394 website: command updates for output 2015-09-22 10:45:08 -07:00
Ryan Uber abad76a791 website: command updates for exit codes 2015-09-22 10:45:07 -07:00
Ryan Uber 9c45803760 website: update run/stop commands 2015-09-22 10:45:07 -07:00
Ryan Uber e9866bfa5b website: document run, stop, eval-monitor 2015-09-22 10:45:06 -07:00
Armon Dadgar bb58ba2705 website: document additional configuration options 2015-09-22 10:41:12 -07:00
Ryan Uber 54e5122ef2 website: dev mode flag 2015-09-22 10:05:35 -07:00
Ryan Uber 9e9902d9f2 website: agent cli arguments 2015-09-22 01:58:28 -07:00
Ryan Uber 5a475bde9c website: atlas agent config 2015-09-22 01:44:33 -07:00
Ryan Uber 4a1e38ca3d website: client agent config 2015-09-22 01:36:44 -07:00
Ryan Uber 0e01208682 website: agent server options 2015-09-22 01:21:30 -07:00
Ryan Uber 19e75a6a72 website: lots of agent config docs 2015-09-22 00:32:34 -07:00
Armon Dadgar 216ac7e4e1 website: basic agent docs 2015-09-21 14:14:19 -07:00
Armon Dadgar b68c8404b1 nomad: remove noisy logs 2015-09-21 14:14:19 -07:00
Clint Shryock e195f29cde start java docs 2015-09-21 14:20:51 -05:00
Armon Dadgar a685b08d0f website: working on docs 2015-09-20 20:29:51 -07:00
Armon Dadgar 960d264a52 website: agent section 2015-09-20 20:06:47 -07:00
Armon Dadgar 0179809f5e website: adding status API endpoints 2015-09-20 19:23:58 -07:00
Armon Dadgar f19a086609 website: agent API docs 2015-09-20 19:18:37 -07:00
Armon Dadgar 55570315f9 website: agent self docs 2015-09-20 19:08:02 -07:00
Armon Dadgar cba4289679 website: adding Eval API docs 2015-09-20 18:05:42 -07:00
Armon Dadgar ae336e5529 website: Alloc API docs 2015-09-20 17:59:57 -07:00
Armon Dadgar 70aac2706b website: reordering docs 2015-09-20 17:54:42 -07:00
Armon Dadgar f69b16ff1e website: Node API docs 2015-09-20 17:53:43 -07:00
Armon Dadgar 95f9586d2a website: API docs for Jobs 2015-09-20 17:38:37 -07:00
Armon Dadgar 384f2373b3 website: HTTP docs 2015-09-20 16:52:08 -07:00
Armon Dadgar 9e3f088e54 website: initial http layout 2015-09-20 16:12:52 -07:00
Armon Dadgar 22779cf323 website: improve cross linking 2015-09-20 15:51:49 -07:00
Armon Dadgar a3c7def68f website: document exec driver 2015-09-20 15:42:33 -07:00
Armon Dadgar 0b3d488d81 website: skeleton drivers 2015-09-20 15:31:33 -07:00
Armon Dadgar 53d68d9b1e website: jobspec 2015-09-20 15:08:30 -07:00
Armon Dadgar 50f0a4a78a website: rename jobconf to jobspec 2015-09-20 15:08:29 -07:00
Armon Dadgar b8b718cc2e website: cleanup docs sidebar 2015-09-20 15:08:29 -07:00
Armon Dadgar bc8965f058 website: remove concepts, add job conf section 2015-09-20 15:08:16 -07:00
Seth Vargo 7703edb86c Update website to remove a lot of copy-paste with Vault + improve images 2015-09-20 16:37:22 -04:00
Armon Dadgar 201cfc4be1 website: adding drivers section 2015-09-19 12:18:08 -07:00
Armon Dadgar 5cd47f54d7 website: cleanup dead docs 2015-09-19 12:14:13 -07:00
Armon Dadgar d0cc32db8b website: cleanup install docs 2015-09-19 12:10:55 -07:00
Armon Dadgar d31202a7ad website: update scheduling links 2015-09-19 12:08:42 -07:00
Armon Dadgar 5d091a0536 website: add docs on scheduling 2015-09-19 12:02:48 -07:00
Armon Dadgar 44a711502b merging doc updates 2015-09-17 18:00:52 -07:00
Armon Dadgar 9a0d50bdc2 website: working on internals documentation 2015-09-17 17:59:45 -07:00
Armon Dadgar 3ea6d4196a website: Replace Vault -> Nomad 2015-09-17 16:33:37 -07:00
Armon Dadgar 005afbdefc website: Working on internal architecture 2015-09-17 16:29:25 -07:00
Ryan Uber 4fc3e5775a website: update output format for status/node-status 2015-09-15 16:54:25 -07:00
Ryan Uber f3fa4230e0 website: cli docs cleanup 2015-09-15 13:52:02 -07:00
Ryan Uber d1e16bbee6 website: use a helper for general options 2015-09-15 13:45:24 -07:00
Ryan Uber a91b883f0b website: update usage and examples for status commands 2015-09-15 13:20:38 -07:00
Ryan Uber 8c9182add2 website: fix agent-members docs 2015-09-14 22:40:30 -07:00
Ryan Uber 07bd42d122 webiste: more docs for commands 2015-09-14 20:47:37 -07:00
Ryan Uber 2aaaf83a12 website: add examples to cli docs 2015-09-14 20:33:23 -07:00
Ryan Uber 3f09765fb8 website: start docs for node-* commands 2015-09-14 19:40:16 -07:00
Ryan Uber d3c37170e2 website: finish agent-* docs 2015-09-14 19:40:16 -07:00
Ryan Uber 7d7baeff1a website: working on agent docs 2015-09-14 19:40:16 -07:00
Ryan Uber c71c739469 website: start CLI documentation 2015-09-14 19:40:16 -07:00
Ryan Uber 8fc6935edb website: add note on CLI context 2015-09-14 19:40:16 -07:00
Ryan Uber 1fc023301f website: prune some imports 2015-09-14 19:40:15 -07:00
captainill dd95fe4de1 website 2015-09-11 17:01:02 -07:00