Commit Graph

1342 Commits

Author SHA1 Message Date
Alex Dadgar
bb45b95bc4 Allow tuning of heartbeat ttls
This PR allows tuning of heartbeat TTLs. An example of very aggressive
settings is as follows:

```
server {
  heartbeat_grace = "1s"
  min_heartbeat_ttl = "1s"
  max_heartbeats_per_second = 200.0
}
```
2017-07-19 09:38:35 -07:00
Alex Dadgar
24236e6309 docs 2017-07-18 14:07:28 -07:00
Alex Dadgar
c0084dcab1 Add command autocompletion.
This PR adds command autocompletion to the CLI.
2017-07-17 15:00:40 -07:00
Charlie Voiselle
77c6f32243 Spellcheck sweep of website directory
Caught some typos.  Made units separate from the numbers 1GHz -> 1 GHz
after talking to Nick about questions of style (this has the side effect of making future spell checking easier).
2017-07-17 14:41:50 -04:00
Rob Genova
7d41d89b5c Update the vault token-create example to use -orphan (to prevent revocation if the parent token expires); add note about Vault token hierarchies 2017-07-13 13:04:31 -07:00
Rob Genova
733896bb4c Merge pull request #2754 from hashicorp/d-spark-guide
Apache Spark Integration Guide
2017-07-10 22:11:06 -07:00
Rob Genova
67ffa3f20c Fix terraform links 2017-07-10 22:09:17 -07:00
Rob Genova
e3841f7eb4 Fix link to Terraform 2017-07-10 22:03:45 -07:00
Rob Genova
58c8630e4b Move Terraform reference to Next Steps 2017-07-10 12:41:40 -07:00
Rob Genova
5b0f40a7dd update references to build tgz 2017-07-10 12:05:36 -07:00
Rob Genova
cdf5fba7e6 Add reference to example Terraform configuration; reframe getting started options as manual vs. automated 2017-07-08 10:16:13 -07:00
Rob Genova
6248992e11 Fix formatting; remove reference to personal S3 bucket 2017-07-08 08:20:10 -07:00
Rob Genova
99160e34d5 Remove references to personal S3 bucket 2017-07-08 08:09:10 -07:00
Alex Dadgar
25b393b77e Merge pull request #2806 from hashicorp/d-update-stanza
Document new upgrade stanza
2017-07-07 16:52:50 -07:00
Michael Schurter
ef98449b07 Merge pull request #2787 from hashicorp/f-docker-test-mac
Test #2652 - Docker MAC Address option
2017-07-07 16:22:10 -07:00
Michael Schurter
5ab252fe43 Merge pull request #2797 from hashicorp/f-2785-docker-bridge-ip
Add driver.docker.bridge_ip node attribute
2017-07-07 16:20:20 -07:00
Alex Dadgar
ee13d1a81a Document new upgrade stanza
This PR adds documentation and examples for the new update stanza.
2017-07-07 16:04:35 -07:00
Rob Genova
da22eda660 rewording and minor fixes to various pages 2017-07-07 13:20:40 -07:00
Michael Schurter
02447214d5 an user -> a user 2017-07-07 12:12:48 -07:00
Alex Dadgar
27048bb7fa events 2017-07-07 12:12:48 -07:00
Alex Dadgar
6925255fe4 add to docs 2017-07-07 12:10:04 -07:00
Alex Dadgar
4e4c4a0f46 feedback 2017-07-07 12:10:04 -07:00
Alex Dadgar
65abc9ae41 HTTP API docs for job 2017-07-07 12:10:04 -07:00
Alex Dadgar
86e49b97d9 Add config options 2017-07-07 12:05:56 -07:00
Alex Dadgar
89d86bc4bd Deployments HTTP docs 2017-07-07 12:03:11 -07:00
Michael Schurter
2c612ca2bf Document driver.docker.bridge_ip node attribute 2017-07-07 10:17:44 -07:00
Michael Schurter
4f150e1650 Merge pull request #2786 from hashicorp/f-docker-auth-soft-fail
Default to auth hard fail but optionally soft fail
2017-07-06 13:25:56 -07:00
Michael Schurter
eaab2b2eee Test #2652
Also cleanup docker config opts docs
2017-07-06 12:46:25 -07:00
Michael Schurter
87ef879f57 Simplify soft fail doc 2017-07-06 12:30:08 -07:00
Michael Schurter
58186bfb88 Merge branch 'master' into master 2017-07-06 12:09:36 -07:00
Michael Schurter
3aae173432 Default to auth hard fail but optionally soft fail 2017-07-06 11:35:34 -07:00
Michael Schurter
b212ddac93 Update docs and readme 2017-07-06 10:45:44 -07:00
Alex Dadgar
78624cbd76 Merge pull request #2755 from hashicorp/sethvargo/docs-updates
Update docs notes
2017-07-06 10:02:38 -07:00
Michael Schurter
2b0f088495 Document cpu.totalcompute attribute 2017-07-03 14:51:02 -07:00
Michael Schurter
6b3ae9acd8 Merge pull request #2709 from hashicorp/f-advertise-docker-ips
Advertise driver-specific addresses
2017-07-03 14:04:12 -07:00
Michael Schurter
bf6c736ffe Merge pull request #2735 from hashicorp/f-no_host_uuid-true
Default no_host_uuid to true instead of false
2017-07-03 13:18:25 -07:00
Rob Genova
cc71197472 order guides alphabetically; rewrite getting started page; fix typos 2017-06-29 17:12:23 -07:00
Michael Schurter
10a0900c35 Merge pull request #2748 from hashicorp/d-migrate-needs-sticky
Ephemeral Disks: `migrate` requires `sticky`
2017-06-29 09:15:15 -07:00
Seth Vargo
dfcbd498e6 Document permissions for agents
Fixes GH-948
2017-06-29 16:59:19 +08:00
Seth Vargo
3e3b77bd55 Document context of service checks
Fixes GH-1935
2017-06-29 16:54:23 +08:00
Rob Genova
ed47967c13 Apache Spark Integration guide 2017-06-28 17:10:05 -07:00
Charlie Voiselle
6958e4d11b Noted that ephemeral storage size not enforced
This value is strictly used in the job placement, but is not enforced like a quota
2017-06-28 12:51:27 -04:00
Charlie Voiselle
237b433062 Ephemeral Disks: migrate requires sticky
The migrate option is a no-op when sticky is set to false
2017-06-28 12:21:01 -04:00
Jeremy Voorhis
6ce5b67651 Remove an errant # from vault policy sample. 2017-06-23 21:15:25 -07:00
Michael Schurter
b8de3608fb Default no_host_uuid to true instead of false
The host UUID isn't unique in many virtualized cases and of dubious
value even when it is univerally unique. Default to a random UUID.
2017-06-23 16:23:01 -07:00
Michael Schurter
cc29d745bd Remove defunct DRIVER references in docs
Simplifies things greatly!
2017-06-23 15:32:47 -07:00
Konstantin Gribov
452a4d6745 HCL typo fix 2017-06-23 20:40:50 +03:00
Michael Schurter
9ef4a42d4f Remove DRIVER env vars from docs 2017-06-22 16:16:17 -07:00
Michael Schurter
ee5e02fa3c Document address_mode 2017-06-21 17:19:08 -07:00
Michael Schurter
57b6f6ec51 Consolidate envvars in a partial template 2017-06-21 17:19:08 -07:00