Alex Dadgar
0124ba1406
Fix docs and script
2017-03-03 16:00:39 -08:00
Alex Dadgar
e07a337a8d
Fix mbits default on website
2017-03-01 16:36:59 -08:00
Alex Dadgar
af4e400b36
Update go-getter and add support for git and hg
...
Fixes https://github.com/hashicorp/nomad/issues/2042
2017-03-01 14:46:04 -08:00
Alex Dadgar
eaaa259812
Merge pull request #2379 from Gerrrr/doc/latest-tag
...
Add caveat about always pulling latest tag to docker driver docs
2017-03-01 10:09:38 -08:00
Seth Vargo
6c2a250e9f
Re-enable soft purging, stale-if-error
2017-03-01 12:36:03 -05:00
Aleksandr Sorokoumov
e05b7b7e3a
Add caveat about always pulling latest tag to docker driver docs
2017-03-01 00:25:57 +01:00
Alex Dadgar
e21792091a
remove leading slash on vault path
2017-02-28 14:03:18 -08:00
Alex Dadgar
9c91550926
Add lookup-self
2017-02-28 13:46:38 -08:00
Seth Vargo
deaa8a50aa
Update caching
2017-02-28 15:15:29 -05:00
jmvacdmon
1f540462e5
change example to logging docker driver
2017-02-28 13:51:36 +01:00
Alex Dadgar
927663d284
Merge pull request #2371 from crokita/patch-1
...
Fix syntax of docker.cleanup.image example
2017-02-27 13:53:04 -08:00
Alex Dadgar
6910678c21
Allow random UUID
2017-02-27 13:42:37 -08:00
Chris
b4d9714328
Fix syntax of docker.cleanup.image example
...
I found this syntax issue because I copy-pasted the snippet into my config file and attempted to run Nomad with it. Whoops
2017-02-27 16:34:43 -05:00
Alex Dadgar
6afcba9e22
Allow specification of eval/job gc threshold
2017-02-27 11:58:10 -08:00
Seth Vargo
73d307c361
Do not soft purge
...
Soft purging is great, but we warm the cache immediately after deploy, and even then, if a user happens to be visiting the site in that few hundred milliseconds, they eat the time of a Fastly-S3 lookup, which is still 100x better than 99% of the websites out there.
2017-02-27 14:36:08 -05:00
Alex Dadgar
10edf881fc
More auth docs
2017-02-27 11:02:01 -08:00
Seth Vargo
363f44cefe
Fix missing asset
2017-02-27 13:43:33 -05:00
Alex Dadgar
529993eaa9
links
2017-02-27 09:40:55 -08:00
Alex Dadgar
fb68bc82de
remove sidebar for cluster
2017-02-27 09:35:13 -08:00
Scott Wiersdorf
3fc0f5c6b3
add data_dir to server and client configuration
2017-02-24 17:08:57 -07:00
Alex Dadgar
aa05ecc37c
Merge pull request #2361 from hashicorp/f-docker-coordination
...
Docker Image Coordinator and caching
2017-02-24 14:18:21 -08:00
Alex Dadgar
b5d4f39734
Docker Image Coordinator
...
This PR introduces a coordinator for doing CRUD on a Docker image. It
should fix racy deletion of images. The issue before was images would be
deleted between prestart and start causing an error.
2017-02-24 13:20:40 -08:00
Michael Schurter
f61b7975a3
Put access to Docker volume drivers behind flag
2017-02-23 15:47:36 -08:00
Pietro Menna
12367ce646
Improved documentation for Docker Volume Drivers
...
Incorporated comments from @schmichael
2017-02-23 16:01:27 -03:00
Pietro Menna
2f88d6cb68
Docker Volume Drivers
...
This commit adds the functionality to use Docker Volume Drivers.
2017-02-23 14:36:32 -03:00
Alex Dadgar
cef7882827
Fix tests and docs
2017-02-22 18:28:07 -08:00
James Nugent
74d363d342
docs: Add note about max_kill_timeout to tasks
...
This commit makes an explicit note in the documentation for the Nomad
task specification about capping of `max_kill_timeout` based on agent
configuration as well as task configuration.
2017-02-21 22:03:10 -06:00
Alex Dadgar
d0fd0e277a
Don't force uppercase meta keys in env vars
2017-02-20 19:51:24 -08:00
Alex Dadgar
b49fceb491
rebase
2017-02-20 16:43:28 -08:00
Alex Dadgar
83c082dd74
Merge pull request #2332 from hashicorp/website-typography-updates
...
Website typography updates
2017-02-20 16:24:27 -08:00
Alex Dadgar
b67c59f03c
Merge branch 'master' into refactor-parser
2017-02-20 15:13:21 -08:00
Jason Costello
7cdf9c4d2e
Keep logo positioned correctly in small mobile view. Clean up.
2017-02-17 12:10:01 -08:00
Jason Costello
bfacdabcce
Add updated logotype as sag
2017-02-17 11:40:15 -08:00
Alex Dadgar
10735d1c0f
Merge pull request #2321 from hashicorp/f-timezone
...
Allow specification of timezones in Periodic Jobs
2017-02-17 11:32:14 -08:00
Jason Costello
d3286c0f17
Keep Klavika scoped to home page
2017-02-17 11:13:16 -08:00
Alex Dadgar
1a4f09387f
Docs
2017-02-16 18:42:53 -08:00
Alex Dadgar
92419929a8
Fix embedded meta in dispatch response
2017-02-16 15:47:36 -08:00
Diptanu Choudhury
b8e0185513
Added docs
2017-02-16 13:52:39 -08:00
Jason Costello
d7704c242b
Import and typeset Klavika font
2017-02-16 12:41:02 -08:00
Jason Costello
c296ff1e14
Remove Blanc font and references
2017-02-16 11:30:28 -08:00
Alex Dadgar
7e918003ba
Allow specification of timezones
2017-02-15 14:37:06 -08:00
Alex Dadgar
b6357f96c5
Merge pull request #2308 from hashicorp/f-leader-task
...
Leader task
2017-02-14 11:03:32 -08:00
Alex Dadgar
89fea63a53
Merge pull request #2305 from hashicorp/f-operator
...
Add nomad operator command for interacting with Raft configuration
2017-02-14 11:01:41 -08:00
Alex Dadgar
221277aa06
Respond to feedback
2017-02-14 11:01:12 -08:00
Michael Schurter
3fd6932254
Merge pull request #2306 from greenboxal/improve-doc
...
Improve interpolation docs
2017-02-14 10:31:37 -08:00
Alex Dadgar
d6d2884125
Documentation
2017-02-13 10:18:34 -08:00
Jonathan Lima
be98af8526
Improve interpolation docs
2017-02-12 01:47:17 -02:00
Alex Dadgar
238b4bcafd
Add Leader support to client
2017-02-10 17:55:19 -08:00
Alex Dadgar
b1cd81e997
Remove todos
2017-02-10 15:41:23 -08:00
Alex Dadgar
009bd88e2f
Add outage guide and move bootstrapping
2017-02-10 15:30:34 -08:00
Alex Dadgar
7b9e39d75c
Merge branch 'add-guides' into f-operator
2017-02-09 18:11:07 -08:00
Alex Dadgar
2d4d9b79d8
Operator command/endpoint/documentation
2017-02-09 18:04:46 -08:00
Seth Vargo
70d429bbd2
Cache assets longer
2017-02-09 14:38:46 -05:00
Seth Vargo
cc66976f71
Change cache to 4h
2017-02-09 14:37:36 -05:00
Seth Vargo
675b7f7fc1
Fix comments on parameterized jobs
2017-02-06 13:59:07 -05:00
Tom Clegg
0b3372c064
fix typo
2017-02-05 12:12:15 -08:00
Alex Dadgar
e6863e4c01
reloads
2017-02-03 16:12:21 -08:00
Alex Dadgar
253f835667
Merge branch 'f-permissions' of github.com:hashicorp/nomad into f-permissions
2017-02-02 11:28:24 -08:00
Alex Dadgar
1a960ee5cd
Grammar fix
2017-02-02 11:28:04 -08:00
Alex Dadgar
b40f284bd1
Merge branch 'master' into f-permissions
2017-02-01 16:57:46 -08:00
Michael Schurter
bc02869347
Expand rkt port_map docs since it confused me
...
(and I wrote it)
Fixes #2272
2017-02-01 16:16:12 -08:00
Alex Dadgar
6b7efa1ba6
Template destination file permissions.
...
This PR allows setting the file permissions of the rendered template.
2017-01-31 20:10:01 -08:00
Michael Schurter
4cd173c1bb
Bump website + demo to 0.5.4
2017-01-31 17:36:36 -08:00
Diptanu Choudhury
501f675265
Added docs
2017-01-31 16:30:50 -08:00
Jason Costello
11a31fea1f
Comment for clarity
2017-01-30 15:10:15 -08:00
Jason Costello
dd39a11db7
Optimize responsive nav
...
this guarantees the nav list fits in this viewport range (there was a
very small range where it broke the layout)
2017-01-30 15:08:29 -08:00
Alex Dadgar
60ff3d37b4
Fix link
2017-01-30 11:13:05 -08:00
Alex Dadgar
8e8677302c
Merge pull request #2251 from ryon/master
...
Add Google Tag Manager #GTM-NR2SD7C
2017-01-30 09:59:55 -08:00
Alex Dadgar
83106de217
Merge branch 'master' into d-vault
2017-01-27 15:19:34 -08:00
Alex Dadgar
493454b6fc
small fixes
2017-01-27 15:10:59 -08:00
Alex Dadgar
183d0bdd15
Cleanup and skip test
2017-01-27 15:06:01 -08:00
Alex Dadgar
08a32cb93c
Add command line flag for create-from-role
2017-01-27 14:11:34 -08:00
Ryon Coleman
cba3f0e27a
Add Google Tag Manager #GTM-NR2SD7C
2017-01-27 15:41:19 -05:00
Alex Dadgar
817805bdcf
new vault docs
2017-01-27 12:24:59 -08:00
James Rasell
46c4e6f9e3
Update the 'requirements.html.md' cluster docs with 'Ports Used'.
...
This adds a section detailing the ports and protocols used by
Nomad in a similar way to the Consul docs which can be seen
'https://www.consul.io/docs/agent/options.html#ports '.
2017-01-27 11:55:31 +00:00
Alex Dadgar
07fdf9b987
BC warning
2017-01-26 13:25:55 -08:00
Alex Dadgar
9c3d38a645
Respond to comments
2017-01-26 11:34:44 -08:00
Alex Dadgar
1acf7240d9
Children api
2017-01-25 22:27:15 -08:00
Alex Dadgar
c9614a1405
Status examples
2017-01-25 22:21:51 -08:00
Alex Dadgar
9dc4737394
move file
2017-01-25 22:16:20 -08:00
Alex Dadgar
0108308e26
JSON job
2017-01-25 22:15:00 -08:00
Alex Dadgar
3b98c22d86
API
2017-01-25 21:35:53 -08:00
Alex Dadgar
7e5679c321
alphabetical
2017-01-25 21:27:44 -08:00
Alex Dadgar
3e35f453e4
Rename meta/parsing
2017-01-25 21:27:44 -08:00
Alex Dadgar
4cfeefd4a5
Fix bad link
2017-01-25 21:27:44 -08:00
Alex Dadgar
963521c66c
dispatch_payload
2017-01-25 21:27:44 -08:00
Alex Dadgar
05628dbf24
Parameterized page
2017-01-25 21:27:44 -08:00
Alex Dadgar
c4c94de96e
Dispatch command
2017-01-25 21:27:44 -08:00
Jason Costello
6941db2dae
Container width override to accommodate nav items
2017-01-25 13:25:45 -08:00
Jason Costello
dee792f157
Wire up nav
2017-01-25 13:14:01 -08:00
Jason Costello
8d299a9cc5
Add guides section, primary nav item
2017-01-25 11:49:17 -08:00
Alex Dadgar
a1fef22a04
Update template json docs
2017-01-24 09:12:42 -08:00
Alex Dadgar
5dc7ae0e18
Merge pull request #2238 from t3hk0d3/bugfix/fix_template_json_doc
...
Fix template documentation references
2017-01-24 08:56:31 -08:00
L
703ec90143
the alloc-status used wrong allocation id
...
the alloc-status used wrong allocation id in the cod example.
2017-01-24 23:51:38 +08:00
Igor Yamolov
6964f27d3c
Add template reference to task object documentation
2017-01-24 16:54:13 +03:00
Igor Yamolov
7a17d22a51
Add template to JSON objects documentation
...
Closes #2237
2017-01-24 16:47:48 +03:00
Michael Schurter
5a25d49a9b
Merge pull request #2234 from hashicorp/f-doc-template-env-var
...
Mention nomad's runtime environment being available now
2017-01-23 17:28:02 -08:00
Michael Schurter
a1f0404a45
Try to use more useful example env vars
2017-01-23 17:02:23 -08:00
Alex Dadgar
a9aa992f0c
Merge pull request #2235 from hashicorp/f-http-logs
...
Logs via a browser
2017-01-23 16:59:37 -08:00
Alex Dadgar
c61f8d2526
Review feedback
2017-01-23 16:58:53 -08:00
Alex Dadgar
9152477890
docs
2017-01-23 16:08:26 -08:00
Michael Schurter
d7c6ff58dd
Mention nomad's runtime environment being available now
2017-01-23 15:54:56 -08:00
Michael Schurter
a24f739c08
Add example of env vars in templates
2017-01-23 15:50:38 -08:00
Diptanu Choudhury
264a0c46cf
Merge pull request #2223 from hashicorp/f-env-addr
...
Setting the Addrs of sibling tasks in the env
2017-01-23 15:05:48 -08:00
Diptanu Choudhury
a79754c996
Added docs
2017-01-23 15:05:18 -08:00
Michael Schurter
856c1d540b
Merge pull request #2232 from hashicorp/b-clarify-go-getter
...
Remove misleading "any URL as defined by go-getter" doc
2017-01-23 15:04:34 -08:00
Michael Schurter
1b80e15888
Add more details to the source doc
2017-01-23 15:00:22 -08:00
Alex Dadgar
606bb30863
Merge pull request #2226 from hashicorp/b-vault
...
Improve Vault integration and validation
2017-01-23 14:59:41 -08:00
Michael Schurter
496f125840
Remove misleading "any URL as defined by go-getter" doc
2017-01-23 14:55:37 -08:00
Alex Dadgar
ee5296ba70
Deprecation notice
2017-01-23 11:32:51 -08:00
Alex Dadgar
3365688571
Remove SSL
2017-01-23 11:32:51 -08:00
Alex Dadgar
5d07eaa534
Wording
2017-01-23 10:51:57 -08:00
Theo
65bf720204
Clarify that exec copies all chroot_env directories
...
This was not clear to me and is very important to understand since you can quickly fill up your disk if you run batch jobs.
2017-01-23 08:13:27 +01:00
Alex Dadgar
dd4b959df9
update website
2017-01-21 17:53:30 -08:00
Alex Dadgar
d949665010
Merge pull request #2199 from hashicorp/f-jars
...
Support setting class_path and class name.
2017-01-17 15:25:47 -08:00
Troy Swanson
47c370985c
s/acess/access
2017-01-16 14:35:14 -06:00
Alex Dadgar
78deb8b292
Support setting class_path and class name.
...
This PR enhances the java driver to allow setting the class path and
class name to run. It also fixes an issue that would make the Java
driver attempt to chroot regardless of operating system (this never
effected a released version of Nomad).
2017-01-13 16:03:11 -08:00
Cameron Davison
88a462d5b9
add force_pull to docker driver
2017-01-10 16:54:01 -06:00
Alex Dadgar
669dd0bd9a
Add better docs for destination
2017-01-09 15:38:04 -08:00
Andrew Svoboda
c46594534a
Update network.html.md
...
Update typo
2017-01-06 17:32:24 -08:00
Diptanu Choudhury
5163e0fa94
Updated docs for /job/allocations endpoint
2017-01-06 11:44:49 -08:00
Alex Dadgar
675855b8c2
Fix documentation for interpolating attrs/meta
...
This PR fixes the website documentation to correctly present the way of
specifying constraints on node meta and attributes.
2017-01-03 13:25:56 -08:00
Alex Dadgar
86b1196906
Update commands on website
2017-01-03 13:22:02 -08:00
Alex Dadgar
23fcd807cb
Merge pull request #2098 from jorgemarey/f-telemetry-nodename
...
Allow to set the nodename on telemetry
2017-01-04 03:33:48 +08:00
Phil Porada
9246a7c849
Update downloads.html.erb
...
Fixed a nitpick one of the Vault guys had.
2016-12-29 07:33:09 -07:00
Phil Porada
a81dc9035c
Takes care request #2 on Nomad GH-2129
2016-12-22 21:19:46 -05:00
Jorge Marey
189a49b74d
Add option to set nodename instead of hostname on telemetry values
2016-12-21 09:53:29 +01:00
Alex Dadgar
746d4c7ee3
Small cleanups
2016-12-19 14:22:08 -08:00
Alex Dadgar
18739a4433
Merge pull request #1980 from dmexe/network-aliases
...
Add network_aliases for docker driver
2016-12-19 14:17:48 -08:00
Alex Dadgar
797bd3013f
Merge pull request #2125 from pgporada/master
...
Updated docker doc to remove useless word
2016-12-19 12:45:54 -08:00
Alex Dadgar
9ddadf0209
update eval example
2016-12-19 10:16:49 -08:00
Phil Porada
c8199fb404
Removed useless word
2016-12-16 16:57:58 -05:00
Michael Schurter
75a04b4c1f
Remove commented out block from comments
2016-12-15 17:17:31 -08:00
Michael Schurter
c2287adeee
Fix demo vagrant server by making hostname resolve
2016-12-15 16:25:58 -08:00
Diptanu Choudhury
38122b2d7e
Merge pull request #2109 from justinwalz/json_docs_vault
...
add vault example for JSON api
2016-12-14 19:02:04 -08:00
Justin Walz
7e7c201d22
add vault example for JSON api
2016-12-14 16:49:38 -08:00
Rafael Zanella
69994ac633
Added example for the Reserved field
...
https://github.com/zanella/nomad-api/pull/4
2016-12-14 09:58:52 -02:00
Brian Shumate
448d6eec89
Remove admonition about server-members command
2016-12-13 11:11:26 -05:00
Alex Dadgar
f94c8a3588
Update version
2016-12-12 13:56:34 -08:00
Michael Schurter
5f8137d993
Document rkt --dns={host,none}
2016-12-12 10:59:56 -08:00
Samuel BERTHE
8530981c72
doc(interpolation): More explicit
2016-12-09 10:24:30 +01:00
Seth Vargo
abf2ec76cc
Merge pull request #2073 from hashicorp/sethvargo/meta
...
Fix broken meta links
2016-12-08 11:30:36 -08:00
Seth Vargo
24ba6119b1
Fix broken meta links
2016-12-08 10:45:33 -08:00
Seth Vargo
358ab96a47
Client meta is a map[string]string
2016-12-08 10:35:40 -08:00
Florian Breisch
47638cbc8a
Fix subsequent IDs
2016-12-08 17:09:28 +01:00
julienlevasseur
7a79dbfb7a
Correct a grammar typo
...
a "the a" was still on text, certainly after an hesitation from author.
Keep the "a" form, as it's more general.
2016-11-29 16:44:37 -05:00
Michael Schurter
efa8abce0b
Mention client level user configs
2016-11-28 13:14:32 -08:00
Michael Schurter
b0477c9d48
Fix `user` docs
2016-11-28 13:14:32 -08:00
Alex Dadgar
a26f52febd
Fix typo in telemetry documentation.
...
Fixes #2008
2016-11-18 11:11:45 -08:00
Seth Vargo
15cfaaf59d
Fix duplicate meta description
2016-11-17 16:55:35 -05:00
Seth Vargo
f0aad0d7cd
Fix downloads
2016-11-17 13:50:05 -05:00
Seth Vargo
d871b7063f
Revert custom HTML
2016-11-17 13:26:03 -05:00
Seth Vargo
3aba171946
Align =
2016-11-17 13:06:05 -05:00
Seth Vargo
e79e67b58b
Use list instead of table
2016-11-17 13:05:55 -05:00
Seth Vargo
2d432cc63a
Use shell instead of sh
2016-11-17 13:05:14 -05:00
Seth Vargo
14e94de46d
Organize examples into section
2016-11-17 13:04:52 -05:00
Seth Vargo
6769717695
Fix JSON spacing
2016-11-17 13:04:39 -05:00
Seth Vargo
052e55ecd1
Move link to bottom
2016-11-17 13:04:29 -05:00
Michael Schurter
ec967bf57c
Update website for 0.5.0 and special lxc download
2016-11-16 16:47:35 -08:00
Michael Schurter
37acbf7adb
Merge pull request #1997 from hashicorp/f-tls-docs
...
Add docs for generating example certificates
2016-11-16 15:05:16 -08:00
Alex Dadgar
ea88536a99
Merge pull request #2000 from hashicorp/d-vault-example
...
Better examples for Vault config for both servers and clients
2016-11-16 14:56:07 -08:00
Alex Dadgar
1230a69938
Better examples
2016-11-16 14:55:11 -08:00
Michael Schurter
0a351235b6
Fix review comments
2016-11-16 14:49:29 -08:00
Alex Dadgar
9683f5a2c6
Merge pull request #1999 from hashicorp/d-service-https
...
Fix example for service using HTTPS check
2016-11-16 14:45:34 -08:00
Alex Dadgar
1068c35d33
Fix example
2016-11-16 14:44:55 -08:00
Dmitry Galinsky
3ec7ebac9c
Add network_aliases for docker driver
2016-11-16 11:16:07 +03:00
Michael Schurter
78241d72d4
Don't forget localhost!
2016-11-15 17:23:00 -08:00
Michael Schurter
d36d716bf9
Add docs for generating example certificates
2016-11-15 17:22:54 -08:00
Alex Dadgar
9497991590
Updated AWS speeds and network_speed now overrides
...
This PR:
* Makes AWS network speeds more granular
* Makes `network_speed` an override and not a default
* Adds a default of 1000 MBits if no network link speed is detected.
Fixes #1985
2016-11-15 13:55:51 -08:00
Bastiaan Bakker
68a8396d9b
s/Vault token/rendered template/
2016-11-14 21:59:42 +01:00
Alejandro Guirao Rodríguez
0152795858
Possible errata
...
For what I understand, regions are not meant to be nested (?)
2016-11-12 17:14:04 +01:00
Diptanu Choudhury
0a70ee3924
Merge branch 'master' of github.com:hashicorp/nomad
2016-11-10 15:40:09 -08:00
Diptanu Choudhury
f7d8950df8
Updated http response for server members
2016-11-10 15:39:53 -08:00
Alex Dadgar
eea35626b7
Changes the relative path from joining against the alloc dir to the
...
task's directory.
This PR changes the behavior when given a relative host path when
mounting docker containers. Prior to this, the behavior was to mount by
joining against the alloc/ directory. This PR changes it to be against
the task/ directory.
2016-11-10 14:47:54 -08:00
Michael Schurter
702416f508
Update address docs to match behavior in #1955
2016-11-09 16:15:56 -08:00
Alex Dadgar
6c4060c014
Merge pull request #1969 from maier/master
...
Vendor circonus
2016-11-09 14:29:53 -08:00
Michael Schurter
5216e9c395
Remove warning since #1862 added ports support
2016-11-09 13:57:12 -08:00
matt maier
c6504f3418
Update Circonus integration expose Check Display Name and Check Tags
...
configuration options.
2016-11-09 15:12:30 -05:00
Alex Dadgar
ee921ccbb2
Merge pull request #1949 from carlpett/blacklist-fingerprints-and-drivers
...
Support blacklisting fingerprinters
2016-11-09 10:31:17 -08:00
Calle Pettersson
4304755c12
Address comments from PR
2016-11-09 11:50:16 +01:00
Calle Pettersson
8632696e2d
Add blacklisting of drivers
2016-11-08 18:30:07 +01:00
Calle Pettersson
b603bb007e
Add blacklisting of fingerprinters
2016-11-08 18:29:44 +01:00
Cameron Stokes
d31acb70be
~ docs: Vault Example Configuration fixes
...
- add `-L` to follow redirect when downloading example config files (file is linked to root, but gets redirected to _www_).
- fix role name to match recommendation
2016-11-07 21:35:14 -08:00
Alex Dadgar
46893c7558
Merge pull request #1921 from hashicorp/f-abs-templ
...
Allow absolute paths for template sources
2016-11-07 12:28:49 -08:00
Diptanu Choudhury
15f085a4d7
Merge pull request #1931 from hashicorp/rename-vault-config
...
Rename vault config
2016-11-06 10:14:25 -08:00
Diptanu Choudhury
d1345b9294
Fixed docs
2016-11-04 17:22:22 -07:00
Michael Schurter
9b8a95e601
Merge pull request #1940 from hashicorp/f-docker-userns-support
...
Add userns_mode docker config option
2016-11-04 16:59:21 -07:00
Michael Schurter
b1a01a9a0f
Add userns_mode docker config option
...
Fixes #1904
2016-11-04 16:53:56 -07:00
Alex Dadgar
647945089e
Fixes to stop command
2016-11-04 15:25:12 -07:00
Diptanu Choudhury
06bc740371
Removed disk from resources docs
2016-11-04 10:17:30 -07:00
Seth Vargo
773e10fcfc
Use tt instead
2016-11-04 11:14:40 -04:00
Chad Billman
62ae27554a
Escape hostname in agent encryption docs
2016-11-04 08:41:05 -04:00
Diptanu Choudhury
26373aab43
Changed docs
2016-11-03 14:26:27 -07:00
Seth Vargo
0a87d0da32
Remove debug rec
2016-11-02 19:29:38 -04:00
Seth Vargo
241a43eddf
Address feedback
2016-11-02 19:26:10 -04:00
Seth Vargo
4a1fa67f26
Separate agent configuration into its own pages
...
I apologize in advance for the rather long PR, but unfortunately there
is not an easy way to break this up into smaller chunks. This separates
the agent configuration into smaller, more consumable pieces just like
the job specification.
2016-11-02 18:30:00 -04:00
Seth Vargo
446d6c08c0
Address feedback
2016-11-02 18:29:17 -04:00
Seth Vargo
1941aae963
Add vault stanza everywhere
2016-11-02 18:26:53 -04:00
Alex Dadgar
2a5ac5e7ee
Allow absolute paths for template sources
2016-11-02 13:04:47 -07:00
Seth Vargo
25907c5e33
Document ephemeral_disk under group
...
Fixes GH-1915
2016-11-02 09:26:31 -04:00