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
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
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
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
Konstantin Gribov
452a4d6745
HCL typo fix
2017-06-23 20:40:50 +03:00
Alex Dadgar
9b17356858
Merge pull request #2716 from hynek/master
...
Explain term signal behavior for Docker tasks
2017-06-20 12:36:42 -07:00
Hynek Schlawack
386fea882d
STOPSIGNAL
2017-06-17 10:17:48 +02:00
Paddy
df52d6f522
Fix typo in job-dispatch docs.
...
canidate -> candidate.
2017-06-16 16:04:12 -07:00
Hynek Schlawack
c1777f913e
Explain term signal behavior for Docker tasks
2017-06-16 17:24:54 +02:00
Hynek Schlawack
ce745ea303
Fix documentation of -tail/-f
...
Previously, -tail is erroneously documented as -f and -f and -n are not documented at all.
This patch fixes both.
2017-06-16 15:50:40 +02:00
Michael Schurter
a58b5e18cb
Merge branch 'master' into add-no-overlay-option
2017-06-08 13:15:56 -07:00
Karel Malec
0c21187af7
Fix backticks in docs; refine --debug comment
2017-06-07 21:11:22 +02:00
Karel Malec
aa5b61c982
Fix the backticks
2017-06-07 20:54:21 +02:00
Karel Malec
cd713ce193
Added insecure_options config list
2017-06-07 09:58:42 +02:00
Karel Malec
d43de0e9cd
Add a no_overlay option for the rkt task config.
2017-06-07 00:17:33 +02:00
Rob Genova
51ca07c50a
Remove Atlas references from docs
2017-06-05 23:05:43 +00:00
Michael Schurter
f9176492e3
Update template docs to mention json encoding newlines
2017-06-02 15:08:08 -07:00
Alex Dadgar
d4d2d1f656
small cleanup
2017-05-31 15:56:54 -07:00
Alex Dadgar
e9f6769f74
Merge branch 'master' into feature/2334
2017-05-31 14:27:07 -07:00
Ulrik Mikaelsson
20fd19d6e2
Implement support for docker-credential-helpers
...
Solves: #2334
2017-05-31 12:45:02 +02:00
Seth Vargo
4d144e404f
Cleanup links to limit redirects
2017-05-30 20:25:11 -04:00
Seth Vargo
b6ce5671ad
Migrate API index
2017-05-30 20:25:10 -04:00
Seth Vargo
44e039712e
Migrate validate APIs
2017-05-30 20:25:10 -04:00
Seth Vargo
085e57a3a9
Migrate system APIs
2017-05-30 20:25:10 -04:00
Seth Vargo
10fbdc5203
Migrate status APIs
2017-05-30 20:25:10 -04:00
Seth Vargo
6d44b632d4
Migrate regions APIs
2017-05-30 20:25:09 -04:00
Seth Vargo
1e05ae5353
Migrate operator APIs
2017-05-30 20:25:09 -04:00
Seth Vargo
681da3fea3
Migrate nodes APIs
2017-05-30 20:25:09 -04:00
Seth Vargo
0929c6c766
Migrate JSON Jobs to new namespace
2017-05-30 20:25:08 -04:00
Seth Vargo
04cace3e1d
Migrate jobs APIs
2017-05-30 20:25:08 -04:00
Seth Vargo
667f314049
Migrate evaluations APIs
2017-05-30 20:25:08 -04:00
Seth Vargo
ed4e9859a8
Migrate client APIs
2017-05-30 20:25:07 -04:00
Seth Vargo
4ce914a68b
Migrate allocations APIs
2017-05-30 20:25:07 -04:00
Seth Vargo
3fd3db7a6e
Migrate agent APIs
2017-05-30 20:25:07 -04:00
Michael Schurter
236ef21489
Merge pull request #2636 from hashicorp/f-gc-alloc-limit
...
Add new gc_max_allocs tuneable
2017-05-30 16:14:09 -07:00
Michael Schurter
aac319cd16
Merge pull request #2654 from hashicorp/f-env-consul
...
Add envconsul-like support and refactor environment handling
2017-05-30 14:40:14 -07:00
Michael Schurter
9926d63c1f
Merge pull request #2640 from hashicorp/b-remove-auto-advertise
...
Don't autoadvertise private ip if bind=localhost
2017-05-30 12:14:20 -07:00
Michael Schurter
fe79c8ac88
Don't autoadvertise private ip if bind=localhost
...
A slight improvement to #2399 - if bind is localhost, return an error
instead of advertising a private ip. The advertised ip isn't valid and
will just cause errors on use. It's better to fail with an error message
instructing users how to fix the problem.
2017-05-30 11:47:29 -07:00
Michael Schurter
f6ea22302c
Update docs to match gc_max_allocs default
2017-05-30 11:39:12 -07:00
Alex Dadgar
65465e9ac6
Update artifact.html.md
2017-05-30 09:47:17 -07:00
Christian Winther
5bbe5f14fe
correct arifact docs
...
It's not clear today that `destination` *always* is a directory, and never a destination file
I've been bitten by this multiple times, as the docs today seem like it's possible to download remote file `x` and put it in dir `y` *and* rename the file to `z`
2017-05-30 12:37:52 +02:00
Michael Schurter
43cc0a08a9
Minor wording updates
2017-05-24 13:55:21 -07:00
Alex Dadgar
28b256f6d8
Update template.html.md
2017-05-24 09:54:22 -07:00
Michael Schurter
826aec455f
Document env templates
2017-05-23 17:25:21 -07:00
Brandon Fulljames
250c40714d
Add security_opt to docs, alphabetize section
2017-05-19 17:04:28 -07:00
Alex Dadgar
45c9e4b8cb
Merge pull request #2646 from derzufall/patch-1
...
Docu was misleading
2017-05-16 12:35:08 -04:00
Jeff Fraser
134a80cab4
Small typo fix in vault stanza
2017-05-16 11:46:59 -04:00
Ni Br
da97094816
Docu was misleading
...
The actual parameter for go-getter is 'sshkey' and not 'sshkeys'. The current docu is wrong here... corrected this. kkthxbai
2017-05-16 17:01:10 +02:00
Michael Schurter
b9bd1b0e95
Merge pull request #2399 from multani/sockaddr-template
...
Add support for late binding to IP addresses using go-sockaddr/template
2017-05-11 17:25:03 -07:00