Commit Graph

15945 Commits

Author SHA1 Message Date
Michael Schurter
e6871ef237 docs: add more detail to connect stanzas 2019-09-06 13:09:02 -07:00
Michael Schurter
ad2d420a0c Merge pull request #6286 from hashicorp/b-inplaceupdate-bugfix
Fix inplace updates bug with group level networks
2019-09-05 17:01:30 -07:00
Preetha Appan
654c72a7b4 update comment 2019-09-05 18:43:30 -05:00
Preetha Appan
87e998d043 Fix inplace updates bug with group level networks
During inplace updates, we should be using network information
from the previous allocation being updated.
2019-09-05 18:37:24 -05:00
Jasmine Dahilig
30fa9bc9dd upgrade guide for 0.10.0 (#6266) 2019-09-05 13:27:37 -07:00
Buck Doyle
cf12d547b4 Fix documentation typo (#6285) 2019-09-05 15:04:52 -05:00
Buck Doyle
e41a7f6765 UI: Remove Connect proxy tag tests again (#6284)
This semi-reverts #6275, as the tests are intermittently
failing in CI.
2019-09-05 14:34:47 -05:00
Michael Schurter
6c5ec871e9 Merge pull request #6279 from hashicorp/f-connect-docs
Initial placeholder connect docs
2019-09-05 12:29:44 -07:00
Michael Schurter
115700155e Merge pull request #6282 from hashicorp/f-connect-dev-path
connect: check if consul is on PATH
2019-09-05 12:25:23 -07:00
Tim Gross
32a1547b88 add CNI plugins to Vagrant install (#6280) 2019-09-05 15:10:15 -04:00
Buck Doyle
801cb32d07 UI: Restore Connect proxy tag tests (#6275)
These are the tests skipped in #6271.
2019-09-05 14:09:32 -05:00
Michael Schurter
590e805588 connect: check if consul is on PATH
Only in -dev-connect mode for now since its valid to install Consul
after Nomad has started in production.
2019-09-05 12:05:42 -07:00
Jasmine Dahilig
dcad10779c Update CHANGELOG.md 2019-09-05 11:56:12 -07:00
Jasmine Dahilig
aac912d437 update namespace envvar entry in changelog 2019-09-05 11:54:42 -07:00
Jasmine Dahilig
36f9510b44 fix changelog message 2019-09-05 11:42:07 -07:00
Preetha Appan
1f86f29cb4 Add docs for new kind field 2019-09-05 13:31:05 -05:00
Jasmine Dahilig
50c515ab6f add validation for job_gc_interval (#6277) 2019-09-05 11:20:46 -07:00
Tim Gross
b40b0b1ae6 add CNI plugins to Vagrant install 2019-09-05 14:20:17 -04:00
Buck Doyle
97150f9f42 UI: Move kind property to task (#6271)
I put this property in the wrong place. 

I’ve found how to fix the mock API in the tests but
they’re failing to pass with headless Chrome only,
so they’re skipped for now.
2019-09-05 13:14:54 -05:00
Preetha Appan
3b955c389d Initial placeholder connect docs 2019-09-05 13:08:31 -05:00
Michael Schurter
30f3183024 Merge pull request #6278 from hashicorp/docs-changelog-label
changelog: command/run -> cli prefix
2019-09-05 11:07:11 -07:00
Michael Schurter
cf5b284455 changelog: command/run -> cli prefix 2019-09-05 11:04:41 -07:00
Mahmood Ali
d195837511 update changelog for 0.10 (#6270)
update changelog for 0.10
2019-09-05 13:59:05 -04:00
Charlie Voiselle
c345b0e8ec docs: Add Persistent Workload using Host Volumes guide (#6263)
* Added Persistent Workload guide using Host Volumes

* Update website/source/guides/stateful-workloads/stateful-workloads.html.md

Co-Authored-By: Danielle <dani@hashicorp.com>

* fix client config and job spec formatting

* fix typo in description

* fix navigation for both stateful workloads guides

* show output from nomad node status to verify host volumes

* Add value prop info; info about HA

From feedback, added more information about the value proposition for
host volumes (h/t @rkettelerij), and corrected an orphaned bit from
the original guide this one was created from.
2019-09-05 12:33:10 -04:00
Omar Khawaja
8f9ab0edb1 Consul connect guide update (#6268)
* formatting paragraphs

* remove reference to consul 1.6-beta and update nomad agent command

* remove tech preview status and update limitations

* remove beta tag in navigation

* add screenshot of count dashboard

* update example summary and remove redis references

* capitalize Consul

* minor corrections

* hcl formatting
* demo is on localhost not host ip
* clarify consul on PATH

* mention variable interpolation limitation
2019-09-05 12:29:47 -04:00
Omar Khawaja
3a3b213d50 fix typo 2019-09-05 12:20:34 -04:00
Michael Schurter
04d5057701 Merge pull request #6211 from hashicorp/f-host-volume-docs
docs: Initial documentation for volume(_mount)
2019-09-05 09:17:40 -07:00
Omar Khawaja
79d59a1b0b change localhost to host ip 2019-09-05 12:08:55 -04:00
Michael Schurter
84b463aff5 mention variable interpolation limitation 2019-09-05 08:58:24 -07:00
Michael Schurter
8855c1e592 minor corrections
* hcl formatting
* demo is on localhost not host ip
* clarify consul on PATH
2019-09-05 08:56:39 -07:00
Tim Gross
088e3817b6 client: recreate script checks on Update (#6265)
Splitting the immutable and mutable components of the scriptCheck led
to a bug where the environment interpolation wasn't being incorporated
into the check's ID, which caused the UpdateTTL to update for a check
ID that Consul didn't have (because our Consul client creates the ID
from the structs.ServiceCheck each time we update).

Task group services don't have access to a task environment at
creation, so their checks get registered before the check can be
interpolated. Use the original check ID so they can be updated.
2019-09-05 11:43:23 -04:00
Jasmine Dahilig
ee84afe85d update changelog 2019-09-05 08:31:09 -07:00
Omar Khawaja
7bb29ed06e capitalize Consul 2019-09-04 20:56:38 -04:00
Omar Khawaja
a760beb8db update example summary and remove redis references 2019-09-04 19:58:47 -04:00
Buck Doyle
b29d88556b Add handling for not-running task filesystem query (#6267) 2019-09-04 17:38:26 -05:00
Jasmine Dahilig
10d197c44e update changelog 2019-09-04 15:17:42 -07:00
Omar Khawaja
1868af31df add screenshot of count dashboard 2019-09-04 18:00:49 -04:00
Omar Khawaja
cb266b4359 remove beta tag in navigation 2019-09-04 17:48:23 -04:00
Omar Khawaja
051241b33e remove tech preview status and update limitations 2019-09-04 17:46:02 -04:00
Buck Doyle
a4d3ad3cd7 Add allocation filesystem UI to changelog 2019-09-04 16:35:42 -05:00
Michael Schurter
60dc86ac4f Merge pull request #6254 from hashicorp/test-connect-e2e-demo
e2e: test demo job for connect
2019-09-04 14:33:26 -07:00
Omar Khawaja
b879c41f8a remove reference to consul 1.6-beta and update nomad agent command 2019-09-04 17:30:45 -04:00
Omar Khawaja
9df2085474 formatting paragraphs 2019-09-04 17:25:06 -04:00
Nick Ethier
fbe633b9ff ar: refactor network bridge config to use go-cni lib (#6255)
* ar: refactor network bridge config to use go-cni lib

* ar: use eth as the iface prefix for bridged network namespaces

* vendor: update containerd/go-cni package

* ar: update network hook to use TODO contexts when calling configurator

* unnecessary conversion
2019-09-04 16:33:25 -04:00
Michael Schurter
aa60b03d7b client: reword error message 2019-09-04 12:40:09 -07:00
Michael Schurter
2011b46a19 e2e: test demo job for connect 2019-09-04 12:40:08 -07:00
Mahmood Ali
0d9fca8d28 Merge pull request #6251 from hashicorp/b-port-map-regression
NOMAD_PORT_<label> regression
2019-09-04 11:54:09 -04:00
Danielle Lancashire
881d4d2772 volume docs: cleanup 2019-09-04 17:42:19 +02:00
Danielle
e3ce4c7666 Merge pull request #6239 from hashicorp/b-32bitmem
Fix memory fingerprinting on 32bit
2019-09-04 17:39:07 +02:00
Danielle
b56b9c60a2 fingerprint: Add backwards compatibility comment
Co-Authored-By: Michael Schurter <mschurter@hashicorp.com>
2019-09-04 17:38:35 +02:00