Preetha
2c358b4078
Merge pull request #5144 from hashicorp/f-spread-docs
...
Docs for spread stanza
2019-01-10 16:38:39 -06:00
Preetha Appan
602db06fad
Address review comments
2019-01-10 15:46:03 -06:00
Brian Lalor
337a6befa1
Oxford comma in variable interpolation summary
...
This improves the readability of this section.
2019-01-10 16:15:41 -05:00
Preetha Appan
7614f841b0
Spread json docs
2019-01-10 11:10:04 -06:00
Preetha Appan
12dddcc525
Initial spread docs
2019-01-10 11:10:04 -06:00
Chris Baker
42a336acfd
Merge pull request #4888 from hashicorp/f-docs-clarification-on-config-folders
...
config dir clarification
2019-01-08 17:18:14 -05:00
Omar Khawaja
b723f48d52
add link on monitoring home for easier navigation ( #5028 )
2018-12-19 14:13:13 -05:00
Danielle Tomlinson
80c95d3b76
Merge pull request #4982 from hashicorp/f-acls-glob-ns
...
acl: Add support for globbing namespaces
2018-12-19 12:49:43 +01:00
Danielle Tomlinson
c623609e89
guides: Update for globbed namespace rules
2018-12-19 12:48:56 +01:00
Omar Khawaja
b1ab008abf
Commenting out dead link to demo.nomadproject.io ( #5017 )
...
* removing dead link
* comment out header and footer to UI demo
* adding reference to link back and commenting it out
2018-12-18 17:26:51 -05:00
Alex Dadgar
1e3c3cb287
Deprecate IOPS
...
IOPS have been modelled as a resource since Nomad 0.1 but has never
actually been detected and there is no plan in the short term to add
detection. This is because IOPS is a bit simplistic of a unit to define
the performance requirements from the underlying storage system. In its
current state it adds unnecessary confusion and can be removed without
impacting any users. This PR leaves IOPS defined at the jobspec parsing
level and in the api/ resources since these are the two public uses of
the field. These should be considered deprecated and only exist to allow
users to stop using them during the Nomad 0.9.x release. In the future,
there should be no expectation that the field will exist.
2018-12-06 15:09:26 -08:00
Dan Brown
8aebe8c47d
Add Reference Architecture and Deployment Guide ( #4768 )
...
* Add Nomad RA
* Add deployment guide and nav
* Deployment Guide update
* Minor typo fixes
* Update diagrams
* Fixes for review
* Link fixes and typo fix
* Edits following review
- Update image text from "zone" to "datacenter" to match Nomad terminology
- Clean up text based on Preetha's feedback
* Text updates
Based on feedback from Rob
* Update diagrams
* fixing spelling
* Add suggestions from Preetha and Omar
2018-12-04 11:49:35 -05:00
Omar Khawaja
51bc332f8b
remove redirects for vault-integration docs ( #4943 )
2018-11-30 13:14:57 -05:00
Mahmood Ali
94d43b8003
Merge pull request #4924 from hashicorp/f-docker-mounts
...
Support bind and tmpfs docker mounts
2018-11-30 07:27:17 -05:00
Michael Schurter
100e09b9ad
docs: Use valid docker bind propagation field
...
Co-Authored-By: notnoop <mahmood@notnoop.com>
2018-11-30 07:25:56 -05:00
Nick Ethier
80ae7e34f4
Merge pull request #4906 from hashicorp/f-metric-prefix-master
...
Port metric prefix filtering to master
2018-11-29 22:27:47 -05:00
Omar Khawaja
ce5ef3ab26
fix step 5 broken link ( #4939 )
2018-11-29 14:35:39 -05:00
Omar Khawaja
77945c9e4f
New Nomad Vault Integration Guide ( #4886 )
...
* add vault integration guide in guides section and move current vault integration content to docs section
* complete guide with image
* fix typos
* rename step 6 and fix typos
* fix typos and awkward phrasing along with links
* fix duplicated step #
* fix typo
* fix links so that pages that pointed to the original vault integration content still point there
2018-11-27 10:28:01 -05:00
Mahmood Ali
0f3d9aff1f
document bind and tmpfs options
2018-11-27 07:27:57 -05:00
Omar Khawaja
be1c2e6624
Move current telemetry page to docs ( #4898 )
...
* move current telemetry page to docs
* fix broken links to telemetry doc
2018-11-26 15:18:57 -05:00
Mahmood Ali
c61d99b525
Merge pull request #4908 from hashicorp/f-docker-opts-storageopt
...
Add support for docker storage options
2018-11-20 21:08:27 -05:00
Alvin Huang
25601a8a57
remove packer.json since CircleCI builds the site
2018-11-20 16:59:42 -05:00
Mahmood Ali
841c1ec79b
document storage opts
2018-11-20 16:11:02 -05:00
Preetha
67283aa133
Merge pull request #4857 from hashicorp/f-affinity-docs
...
docs for affinity
2018-11-20 14:17:28 -06:00
Nick Ethier
b81e4e18f0
agent: suppose filter_default telemetry option
2018-11-19 23:21:48 -05:00
Nick Ethier
85b221a1d6
nomad: add flag to disable publishing of job_summary metrics for dispatched jobs
2018-11-19 23:21:19 -05:00
Omar Khawaja
181381f456
change instrumented webserver job file ( #4897 )
2018-11-17 01:10:44 -05:00
Omar Khawaja
ba2514149f
clarification regarding Nomad client generating token vs retrieving ( #4890 )
2018-11-16 19:52:31 -05:00
Michael Schurter
dac17f5337
Merge pull request #4843 from hashicorp/b-driver-env
...
client: interpolate driver configurations
2018-11-16 12:45:43 -06:00
Chris Baker
5682eb9097
config docs: added explicit clarification, that lexicographical ordering
...
is with respect to files in the specified folder
2018-11-16 14:28:36 +00:00
Preetha
7873b212af
Merge pull request #4882 from sportebois/f-update-docs-env-stanza-coercion
...
Change misleading boolean example in env stanza coercion section (#4820 )
2018-11-16 08:00:56 -06:00
Michael Schurter
3b8fe566a9
docs: document new interpolation behavior and options
2018-11-15 16:26:25 -08:00
Danielle Tomlinson
8bf17fe22d
Merge pull request #4875 from hashicorp/f-constraints
...
scheduler: Make != constraints more flexible
2018-11-15 11:04:21 -08:00
Danielle Tomlinson
023ef40cd0
docs: Add is_set/is_not_set
2018-11-15 11:00:32 -08:00
Sébastien Portebois
bf494cb86c
Change misleading boolean example in env stanza coercion section
2018-11-15 13:12:58 -05:00
Preetha Appan
4f7a78ba5c
review comments
2018-11-15 11:32:22 -06:00
Jen
78362b5a83
Update open graph image
2018-11-13 17:36:13 -05:00
Danielle Tomlinson
f0c798d8bf
Merge pull request #4838 from dantoml/dani/fix-docs-typo
...
docs: Fix broken link to cloud auto join
2018-11-08 10:59:31 -08:00
Paul Giles
d9a26e910a
typo fix
2018-11-07 17:47:23 -08:00
Preetha Appan
8b3de1f8d9
More docs for affinities
2018-11-05 16:41:20 -06:00
Preetha Appan
7093fb55ed
Affinity stanza documentation
2018-11-05 14:47:40 -06:00
Danielle Tomlinson
ea1b13cb15
docs: Fix broken link to cloud auto join
2018-11-03 15:45:36 -04:00
Matthieu Antoine
235783e015
Change 1hr to 1h on reschedule doc as 1hr is not supported by nomad
2018-11-02 15:32:43 +01:00
Alex Dadgar
421f03c0a6
cleanup pki docs
2018-10-17 15:14:40 -07:00
Alex Dadgar
fab7240c5c
Merge pull request #4785 from rkettelerij/patch-2
...
[Docs] Make clear Nomad requires leases in Vault for rendering certificates using the template stanza
2018-10-17 15:12:44 -07:00
Richard Kettelerij
7dd85b0909
Update template.html.md
2018-10-15 12:27:14 +02:00
Richard Kettelerij
bb6bbb2d51
[Docs] Make clear Nomad requires leases in Vault
2018-10-15 12:21:13 +02:00
Roan Song
80c09229c7
Typo fix
2018-10-15 11:36:57 +02:00
Sébastien Portebois
7bea97366c
Add missing ref for reschedule and migrate in job and group docs
2018-10-10 20:55:50 -04:00
Sébastien Portebois
b00c580de1
Fix variable interpolation "active" state in docs menu
2018-10-10 20:37:49 -04:00