Commit Graph

131 Commits

Author SHA1 Message Date
Ryan Uber
8913c8155e website: fix copy 2015-09-25 10:14:30 -07:00
Ryan Uber
39c85f99e4 website: document the client-servers command 2015-09-24 21:59:04 -07:00
Ryan Uber
e210ebd661 website: document /v1/agent/servers 2015-09-24 21:47:14 -07:00
Clint Shryock
d7e43a96f1 cleanups 2015-09-24 16:57:55 -05:00
Clint Shryock
0f380d4a4e misc cleanups 2015-09-24 16:37:32 -05:00
Clint Shryock
020e191423 various doc cleanup 2015-09-24 16:17:13 -05:00
Clint Shryock
696a2ae0c8 fix typo 2015-09-24 11:41:41 -05:00
Clint Shryock
8be2399f45 minor grammer 2015-09-24 11:35:58 -05:00
Clint Shryock
8e8975bf9f doc updates 2015-09-24 10:50:20 -05:00
Chris Bednarski
8be4184290 Added Chris to the community page 2015-09-24 02:15:21 -07:00
Chris Bednarski
493daadc8b Merge pull request #94 from hashicorp/f-port-configs
Environment variables for ports, cpu, memory, and meta
2015-09-23 18:21:44 -07:00
Chris Bednarski
5449c8290b Add docker ports; change to uppercase examples and tests 2015-09-23 18:01:08 -07:00
Chris Bednarski
07ab1d853d Merge branch 'master' into f-port-configs 2015-09-23 15:31:00 -07:00
Clint Shryock
54ac1a057f minor doc cleanup / suggestions 2015-09-23 17:29:35 -05:00
Chris Bednarski
592b45d93a Docs and remove uppercase since it's checked at the config parse step 2015-09-23 15:28:58 -07:00
Chris Bednarski
67a891b19a Changed to uppercase + numbers + underscores; updated docs 2015-09-23 15:19:31 -07:00
Chris Bednarski
ebc3d9b9ca Added docs for runtime environment 2015-09-23 14:58:25 -07:00
Clint Shryock
b35b75433d Merge branch 'master' into b-doc-cleanup
* master:
  Basic Qemu docs
  clean up some log formatting
  start the Qemu docs
  Refactor network fingerprinting to be generic, use build flags
  prefix warn/error messages
  fix casing for ERR logs
  don't re-convert mbits
  refactoring, docs
  fix range error
  populate node network resource
  Update code for parsing IP address
  Move ec2InstanceSpeed to a package variable, convert to string:int map
  Consolidate the AWS fingerprinters
  Refactor some AWS things, removing fingerprint/network.go
  change the naming
  Refactor the Network Fingerprinters
  Rework client/fingerprint/fingerprint.go to use a slice and enforce ordering
  Basic network fingerprinting for Unix type, AWS systems
2015-09-23 16:45:16 -05:00
Clint Shryock
3b6aaaf9d8 minor typo/cleanups 2015-09-23 16:41:23 -05:00
Armon Dadgar
e1003b46ac Merge pull request #97 from hashicorp/f-qemu-driver-docs
Basic Qemu docs
2015-09-23 14:37:56 -07:00
Clint Shryock
7580a0d3a0 Basic Qemu docs 2015-09-23 14:44:49 -05:00
Clint Shryock
9fb704e686 Update Java docs on how Java is detected 2015-09-23 14:16:43 -05:00
Clint Shryock
92bfe163da start the Qemu docs 2015-09-23 13:58:42 -05:00
Clint Shryock
237ab9e747 some Java driver docs 2015-09-23 11:44:17 -05:00
Clint Shryock
71be3deac3 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
d14267f12e website: adding clustering to getting started 2015-09-22 22:45:23 -07:00
Armon Dadgar
0b1b0730e6 website: starting cluster section 2015-09-22 21:48:44 -07:00
Armon Dadgar
7f561128bd website: skip HTTP in intro 2015-09-22 21:48:44 -07:00
Armon Dadgar
90c5f2035a website: typo fixes 2015-09-22 21:48:44 -07:00
Armon Dadgar
75427cb1a5 website: update 'run' docs 2015-09-22 21:48:43 -07:00
Armon Dadgar
ceaa6a3e53 website: getting started 2015-09-22 21:48:43 -07:00
Armon Dadgar
8eb7db7d69 command/init: reworking behavior and default file 2015-09-22 21:48:43 -07:00
Armon Dadgar
7faa311fed website: getting started 2015-09-22 21:48:43 -07:00
Armon Dadgar
1aa8a4dafe website: getting started 2015-09-22 21:48:43 -07:00
Armon Dadgar
81064ebbd8 website: getting started 2015-09-22 21:48:42 -07:00
Ryan Uber
cca3ed098c 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
eb0d358d29 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
03215a1f90 Update website documentation on the fork/exec driver + Vagrantfile fixes 2015-09-22 18:31:13 -07:00
Ryan Uber
ab5e1d5adf nomad: fix typo 2015-09-22 17:37:55 -07:00
Chris Bednarski
420ba45322 Merge pull request #88 from hashicorp/f-init
Init command
2015-09-22 16:12:58 -07:00
Chris Bednarski
2f17026c1e Added docs page for init command 2015-09-22 16:11:11 -07:00
Armon Dadgar
6ef2303d20 website: remove regex from dynamic_ports 2015-09-22 14:44:56 -07:00
Ryan Uber
f274460406 website: remove bootstrap flag 2015-09-22 14:35:35 -07:00
Chris Bednarski
6fbd6a5ad7 Updated jobspec docs for named dynamic ports 2015-09-22 14:21:32 -07:00
Ryan Uber
2db143cba0 command/agent: add bootstrap flags 2015-09-22 13:28:06 -07:00
Ryan Uber
91a9b3effa website: update references to server commands 2015-09-22 11:14:37 -07:00
Ryan Uber
678767c3f6 website: update layout for command renames 2015-09-22 11:11:07 -07:00
Ryan Uber
e028331065 website: update docs for command renames 2015-09-22 11:08:36 -07:00
Ryan Uber
31e4e31f91 website: command updates for output 2015-09-22 10:45:08 -07:00
Ryan Uber
635a68302e website: command updates for exit codes 2015-09-22 10:45:07 -07:00