Commit Graph

1454 Commits

Author SHA1 Message Date
Alex Dadgar
2a3b65bb66 Merge pull request #3209 from dezmodue/patch-1
Adding missing <
2017-09-14 10:53:26 -07:00
Alex Dadgar
58f3a29d07 Merge pull request #3205 from hashicorp/f-deployment-acl
Deployment.GetDeployment ACL enforcement
2017-09-14 10:50:17 -07:00
Chelsea Holland Komlo
6cee0ba838 fixups from code review 2017-09-13 19:21:21 +00:00
Chelsea Holland Komlo
356375687a add documentation for prometheus config option 2017-09-13 19:21:21 +00:00
Alex Dadgar
bcb1cde6ad Merge pull request #3192 from hashicorp/f-acl-cli
Add ACL Bootstrap CLI
2017-09-13 11:46:15 -07:00
Alex Dadgar
ad73dbb70d Deployment.GetDeployment ACL enforcement 2017-09-13 11:44:23 -07:00
Simone Sciarrati
ec1842be60 Adding missing <
Missing < for the TaskGroup
2017-09-13 11:40:37 +02:00
Charlie Voiselle
ae4a996e0d Moved '.' into paragraph 2017-09-12 17:20:54 -04:00
Michael Lange
7b2bbbc3eb Update the ACL guide description
Now it's about ACLs instead of outage recovery.
2017-09-12 10:33:17 -07:00
Armon Dadgar
7882c45927 website: update the bootstrap reset guide 2017-09-11 10:53:01 -07:00
Armon Dadgar
e77ecc14e2 website: document bootstrap CLI and update ACL guide 2017-09-11 10:47:39 -07:00
Armon Dadgar
c038c410b3 Merge pull request #3185 from hashicorp/f-acl-reset
Add ability to reset ACL bootstrap process
2017-09-11 10:47:17 -07:00
Armon Dadgar
3fc9dce13b Address @dadgar feedback 2017-09-11 10:30:59 -07:00
James Rasell
a351742b15 Add elsevier-core-engineering/replicator to community page. 2017-09-11 10:52:11 +01:00
Armon Dadgar
d6faa383d7 website: document ACL bootstrap reset process 2017-09-10 16:18:39 -07:00
Michael Schurter
67dc1a8fab Add links and improve verify_https_client callout
The old wording made it sound like verify_https_client=true broke *all*
https health checks.
2017-09-08 17:36:46 -07:00
Michael Schurter
60f323e764 Fix typos and reword future direction
Current plan for the future still requires two server restarts.
2017-09-08 16:56:25 -07:00
Michael Schurter
31bababefe Expand tls upgrade guide
- Non-trivial clusters risk rescheduling many if not all of their jobs
  if they don't adjust their heartbeat configs.
- Still needs links
2017-09-07 17:21:18 -07:00
Chelsea Holland Komlo
36d36afb7f match table names to logged values
docs fixup
2017-09-07 21:57:01 +00:00
Chelsea Holland Komlo
e5410d106c update telemetry client metrics for new values 2017-09-07 19:02:38 +00:00
Chelsea Holland Komlo
c3006c685f improve documentation
move metrics to telemetry; copy to client config
2017-09-06 21:38:06 +00:00
Chelsea Holland Komlo
1df5310c6e tagged metrics config options should be on telemetry config
better api example, add telemetry documentation
2017-09-06 15:25:36 +00:00
Chelsea Holland Komlo
cc00c13f4a add documentation for new HTTP metrics endpoint 2017-09-06 13:51:19 +00:00
Armon Dadgar
e840bb1019 Address @dadgar feedback 2017-09-04 13:07:44 -07:00
Armon Dadgar
26af455da4 website: add missing space 2017-09-04 13:07:44 -07:00
Armon Dadgar
437483350e website: complete ACL guide 2017-09-04 13:07:44 -07:00
Armon Dadgar
f09af193f9 website: filling in ACL guide 2017-09-04 13:07:44 -07:00
Armon Dadgar
8586781a6e website: pointing to ACL guide 2017-09-04 13:07:44 -07:00
Armon Dadgar
045e659390 website: Document ACL APIs and configuration 2017-09-04 13:07:44 -07:00
Alex Dadgar
914ed9ffeb Clarify all_at_once parameter
Fixes https://github.com/hashicorp/nomad/issues/3125
2017-08-29 16:20:28 -07:00
Alex Dadgar
88372e6b72 Document new status command
This PR documents the new status and job status command.
2017-08-28 16:05:58 -07:00
Alex Dadgar
472a1f7943 Merge pull request #3107 from hashicorp/b-migrate-context-all
All context should use string context "all"
2017-08-28 12:38:54 -07:00
Alex Dadgar
d40037e138 Merge pull request #3096 from hashicorp/d-all-allocs
Describe the all parameter when listing job allocs
2017-08-28 12:25:24 -07:00
Chelsea Holland Komlo
7ed974c57e migrate all context 2017-08-28 05:29:38 +00:00
Chelsea Komlo
0993dea9bd Merge pull request #3097 from hashicorp/d-search-http-documentation
Add HTTP documentation for search api
2017-08-25 13:27:26 -04:00
Chelsea Holland Komlo
004f984147 alignment and fixups from code review 2017-08-25 14:12:23 +00:00
Chelsea Holland Komlo
fa215ede1a add HTTP documentation for search api 2017-08-25 00:14:04 +00:00
Alex Dadgar
1b8eb39444 Fix confusing batch job example 2017-08-24 17:12:43 -07:00
Alex Dadgar
0d17cd78ce Describe the all parameter when listing job allocs
Fixes https://github.com/hashicorp/nomad/issues/3092
2017-08-24 17:01:24 -07:00
Alex Dadgar
77c1ebd14f Handle interfaces that only have link-local addrs
This PR changes the fingerprint handling of network interfaces that only
contain link local addresses. The new behavior is to prefer globally
routable addresses and if none are detected, to fall back to link local
addresses if the operator hasn't disallowed it. This gives us pre 0.6
behavior for interfaces with only link local addresses but 0.6+ behavior
for IPv6 interfaces that will always have a link-local address.

Fixes https://github.com/hashicorp/nomad/issues/3005

/cc diptanuc
2017-08-23 15:32:22 -07:00
Alex Dadgar
47b8c18fb0 Merge pull request #3077 from hashicorp/f-docker-mounts
Clean up docker mounts
2017-08-23 14:17:10 -07:00
Alex Dadgar
711e7c85ca clarify deployment api docs 2017-08-23 10:35:29 -07:00
Nicolae Vlădescu
66865f3998 Fix typo Automtic -> Automatic 2017-08-23 17:09:47 +03:00
Alex Dadgar
8099655836 Clean up docker mounts 2017-08-22 14:12:44 -07:00
Clint Armstrong
3ee1ca15fb add docs for mount 2017-08-21 15:32:44 -04:00
Rob Genova
6cc533b573 add bold formatting 2017-08-19 00:14:13 +00:00
Rob Genova
c6f869b04b reword for clarity; note that data is not replicated between regions 2017-08-19 00:13:26 +00:00
Rob Genova
de36bd7f42 Reword long-ish sentence. 2017-08-18 23:18:20 +00:00
Rob Genova
0774bba4fd Clarify that it is not required to set a Vault token on the clients. 2017-08-18 23:17:20 +00:00
Rob Genova
5640284730 Make it explicit that data is not replicated between regions. 2017-08-18 23:16:39 +00:00