Alex Dadgar
bdaa2baee5
Merge pull request #2628 from hashicorp/b-ignore-consul-dereg-err
...
Ignore Consul deregister errors on executors
2017-05-09 11:36:23 -07:00
Michael Schurter
92b19c441a
Ignore Consul deregister errors on executors
...
Errors here only occur if Consul is not running when Nomad is restarted.
Errors here are only an issue if:
* Consul is being used but is down or misbehaving
* The executor is old (<0.6)
* The task has services
* The services hit a pre-0.6 consul.Syncer bug
If all of those conditions are met the pre-0.6 bugs will persist for
this task until Nomad is restarted.
2017-05-09 11:28:27 -07:00
Michael Schurter
5804fbe3d4
Merge pull request #2626 from hashicorp/f-remove-win-cgo
...
Update go-winio to remove cgo on Windows
2017-05-09 10:25:24 -07:00
Michael Schurter
990de0f32c
Update go-winio to remove cgo on Windows
...
Thanks to Microsoft/go-winio#51
2017-05-08 15:43:48 -07:00
Michael Schurter
c778fce086
Merge pull request #2622 from hashicorp/f-2594-support-consul-unix
...
Update consul/api to support unix socket addrs
2017-05-08 15:22:34 -07:00
Michael Schurter
f4a0c862bc
Add #2622 to Changelog
2017-05-08 11:57:09 -07:00
Michael Schurter
78af600070
Update consul/api to support unix socket addrs
...
Fixes #2594
2017-05-08 11:57:04 -07:00
Michael Schurter
d9882e66aa
Fix version constraint example in docs
...
Thanks @phinze!
2017-05-08 11:30:08 -07:00
Michael Schurter
499ada5a64
Merge pull request #2585 from hashicorp/b-2554-container-exec
...
Execute exec/java script checks in containers
2017-05-05 10:31:18 -07:00
Michael Schurter
d7f95245ec
Merge pull request #2608 from hashicorp/f-test-verify_https_client
...
Test verify_https_client behavior and skip Consul HTTPS health checks when enabled
2017-05-04 17:36:13 -07:00
Michael Schurter
d1d34bf019
Remove extra Travis logging
2017-05-04 17:35:54 -07:00
Michael Schurter
5e46d03448
Bump Travis to latest Go 1.8.x
2017-05-04 17:04:59 -07:00
Michael Schurter
a39eef0f11
Test pre06ScriptCheck
2017-05-04 16:49:00 -07:00
Michael Schurter
9012357414
Oops, remove dev logging
2017-05-04 16:27:04 -07:00
Michael Schurter
426c696404
Reuse ExecScript implementation
2017-05-04 16:21:40 -07:00
Michael Schurter
d2617966fd
Merge pull request #2616 from hashicorp/docs-fix-0.5.5-upgrade
...
Fix upgrade instructions for docker load option
2017-05-04 10:33:37 -07:00
Michael Schurter
f1eac410ec
Typeos
2017-05-04 10:24:50 -07:00
Michael Schurter
d697e4983e
Merge pull request #2614 from hashicorp/b-2343-windows-panic
...
Update go-winio to fix Go 1.8 compat
2017-05-04 10:21:47 -07:00
Michael Schurter
80af7d1338
Fix upgrade instructions for docker load option
2017-05-04 10:15:42 -07:00
Michael Schurter
c9a8a0c2c7
Add #2343 docker + windows panic fix to changelog
2017-05-04 09:08:52 -07:00
Alex Dadgar
c58f9fe566
changelog
2017-05-03 17:24:30 -07:00
Alex Dadgar
ec3aec5506
Merge pull request #2507 from hashicorp/f-task-env-vars
...
Add env vars for dc, region
2017-05-03 17:22:43 -07:00
Michael Schurter
234d734745
go-winio now requires cgo which requires mingw
2017-05-03 17:09:12 -07:00
Alex Dadgar
0728e14182
Merge pull request #2612 from hashicorp/jbs-264
...
Docs: Update node-status page
2017-05-03 16:19:13 -07:00
Brian Shumate
96fac81676
Remove evict
2017-05-03 18:45:27 -04:00
Michael Schurter
c969e56369
Update go-winio to get Microsoft/go-winio#48
2017-05-03 15:22:55 -07:00
Michael Schurter
265a846daf
Update go-winio to Microsoft/go-winio#31
...
Didn't fix the panic.
2017-05-03 15:22:55 -07:00
Michael Schurter
e07235e883
Adding logging for Travis
2017-05-03 15:18:48 -07:00
Alex Dadgar
3642434293
Fix tests
2017-05-03 15:14:19 -07:00
Brian Shumate
17b20de71f
Docs: Update node-status page
...
- Add details about Desired Status and Client Status for #264
2017-05-03 17:46:06 -04:00
Michael Schurter
c1d0de5bd2
Don't reuse transport/client
2017-05-03 13:26:55 -07:00
Kate Taggart
82d60ce670
fix test.
2017-05-03 12:45:59 -07:00
Kate Taggart
0c293d27f6
important word change in docs.
2017-05-03 12:45:59 -07:00
Kate Taggart
6ea156b565
responding to feedback on PR: remove Region from Node struct, some grammatical niceties.
2017-05-03 12:45:59 -07:00
Kate Taggart
4a4e48ca82
remove periods from things that aren't sentences.
2017-05-03 12:45:59 -07:00
Kate Taggart
9eac667642
mention the two newly available env vars in the docs.
2017-05-03 12:45:59 -07:00
Kate Taggart
4a4417d556
I think I did it.
2017-05-03 12:45:59 -07:00
Kate Taggart
530cf03177
allow region to also be interpolated, like datacenter.
2017-05-03 12:45:59 -07:00
Kate Taggart
d10bfb46c1
just found out dc and region are going to be a bit different, as Region didn't previously exist in the Node struct.
2017-05-03 12:45:59 -07:00
Kate Taggart
a5c4663efb
add helper functions to set and clear dc, region names.
2017-05-03 12:45:59 -07:00
Kate Taggart
aeec7b3591
add dc and region to task env building function. flipped order of a couple functions to be consistent with the ordering of the rest of that section.
2017-05-03 12:45:59 -07:00
Kate Taggart
cf1b298f72
starting the jelly bean trail for two new env vars
2017-05-03 12:45:59 -07:00
Alex Dadgar
9a4f8a6de6
better change_mode explanation for templates
2017-05-03 12:40:27 -07:00
Michael Schurter
77d9b417c1
Skip https health check if verify_https_client is true
2017-05-03 12:19:02 -07:00
Michael Schurter
5e3e35fed1
Merge pull request #2609 from DAXaholic/fix-typo
...
Fix typo
2017-05-03 10:47:47 -07:00
Aaron Kunz
4e11242225
Fix typo
2017-05-03 19:45:03 +02:00
Alex Dadgar
7d1c974a9e
Merge pull request #2599 from DAXaholic/fix-sidebar-item-text
...
Fix wrong text for 'Guides' item in sidebar
2017-05-02 20:28:15 -07:00
Michael Schurter
a2d453ad14
Fix error check for consul skip tls verify support
2017-05-02 17:38:18 -07:00
Michael Schurter
731995e34b
Document verify_https_client
2017-05-02 17:38:12 -07:00
Michael Schurter
26609bc832
Extensively test verify_https_client behavior
...
verify_https_client support added in #2587
2017-05-02 16:48:16 -07:00