Chris Baker
220e9e838f
refactored config validation into a new method, modified Meta.Client
...
tests appropriately
2019-01-08 15:07:36 +00:00
Michael Schurter
324e989327
Merge pull request #5034 from hashicorp/test-fix-races
...
Test fix races
2019-01-08 07:04:09 -08:00
Mahmood Ali
04f787d3fa
remove unused go-lxc vendored library
2019-01-08 09:28:21 -05:00
Mahmood Ali
62a7f951c0
remove lxc references
2019-01-08 09:28:20 -05:00
Mahmood Ali
426c981c34
Remove some dead code
2019-01-08 09:11:48 -05:00
Mahmood Ali
64f80343fc
drivers: re-export ResourceUsage structs
...
Re-export the ResourceUsage structs in drivers package to avoid drivers
directly depending on the internal client/structs package directly.
I attempted moving the structs to drivers, but that caused some import
cycles that was a bit hard to disentagle. Alternatively, I added an
alias here that's sufficient for our purposes of avoiding external
drivers depend on internal packages, while allowing us to restructure
packages in future without breaking source compatibility.
2019-01-08 09:11:47 -05:00
Mahmood Ali
916a40bb9e
move cstructs.DeviceNetwork to drivers pkg
2019-01-08 09:11:47 -05:00
Mahmood Ali
9369b123de
use drivers.FSIsolation
2019-01-08 09:11:47 -05:00
Mahmood Ali
c10a8fd7fe
remove deprecated allocrunner
2019-01-08 09:11:47 -05:00
Mahmood Ali
f475a56087
remove always false parameter
...
Simplify allocDir.Build() function to avoid depending on client/structs,
and remove a parameter that's always set to `false`.
The motivation here is to avoid a dependency cycle between
drivers/cstructs and alloc_dir.
2019-01-08 09:11:47 -05:00
Danielle Tomlinson
b1da899af2
Merge pull request #5161 from hashicorp/dani/update-net-ctx
...
deps: Update x/net/context
2019-01-08 15:09:40 +01:00
Danielle Tomlinson
97c7bd5b80
Merge pull request #5042 from hashicorp/dani/f-shutdowns
...
plugins: Shutdown internal plugins
2019-01-08 15:09:25 +01:00
Danielle Tomlinson
a9b9ad34dc
drivers: Implement InternalPluginDriver interface
...
This implements the InternalPluginDriver interface in each driver, and
calls the cancellation fn for their respective eventers.
This fixes a per task goroutine leak during test suite execution.
2019-01-08 13:49:31 +01:00
Danielle Tomlinson
8df20f49f7
drivers: Add internal interface for Shutdown
...
This allows us to correctly terminate internal state during runs of the
nomad test suite, e.g closing eventer contexts correctly.
2019-01-08 13:48:49 +01:00
Danielle Tomlinson
734574bc25
deps: Update x/net/context
...
This allows std context to be used in place of an x/net/context and
unblocks updating to the latest version of go-plugin.
2019-01-08 13:45:10 +01:00
Chris Baker
91449d6809
Merge branch 'master' of github.com:hashicorp/nomad into f-1157-validate-node-meta-variables
2019-01-08 02:17:35 +00:00
Chris Baker
bf00f93d87
moved interp key regex out to a helper function
2019-01-08 00:11:47 +00:00
Michael Schurter
1984805f86
Update CHANGELOG.md
...
Co-Authored-By: cgbaker <cgbaker@hashicorp.com>
2019-01-07 18:59:26 -05:00
Alex Dadgar
edf132758d
Merge pull request #5152 from hashicorp/f-recover
...
Task runner recovers from external plugin exiting
2019-01-07 15:27:33 -08:00
Alex Dadgar
0106f23aaa
Review comments
2019-01-07 14:50:28 -08:00
Preetha
afd7c3cfc6
Merge pull request #5023 from nrvale0/tf-autojoin-fix
...
fix for user-specified auto-join tags
2019-01-07 16:49:48 -06:00
Alex Dadgar
79cfe26021
vet
2019-01-07 14:49:41 -08:00
Alex Dadgar
8a35d7b1dd
Test recovery
2019-01-07 14:49:41 -08:00
Alex Dadgar
f40f8ce02e
Mock driver has recovery, stats
2019-01-07 14:49:40 -08:00
Alex Dadgar
fb5dc9058e
regenerate protos
2019-01-07 14:49:40 -08:00
Alex Dadgar
3f24e4d6ca
comments
2019-01-07 14:49:40 -08:00
Alex Dadgar
44dca19012
Fix hooks
2019-01-07 14:49:40 -08:00
Alex Dadgar
c9825a9c36
recover
2019-01-07 14:49:40 -08:00
Alex Dadgar
6c6e035dba
add docker logger to separate main
2019-01-07 14:49:40 -08:00
Alex Dadgar
c3f05f2476
Don't log event error on driver shutdown
2019-01-07 14:49:40 -08:00
Alex Dadgar
39542b4cf0
rkt fingerprint logs once
2019-01-07 14:49:40 -08:00
Alex Dadgar
a6b36df4de
remove nil logger
2019-01-07 14:48:01 -08:00
Michael Schurter
d686ad51fb
Merge pull request #5043 from hashicorp/b-taskenv-conflicts
...
taskenv: have maps take precedence over primitives
2019-01-07 12:34:48 -08:00
Chris Baker
f99e18aaf4
gofmt to make check happy
2019-01-07 18:01:59 +00:00
Chris Baker
6d279f57ad
updated CHANGELOG to note backward incompatibility in node metadata validation
2019-01-07 17:32:45 +00:00
Chris Baker
a61afad5bb
added validation on client metadata keys
2019-01-07 17:16:38 +00:00
Danielle Tomlinson
023223c782
Merge pull request #5148 from hashicorp/dani/f-e2e-consul
...
e2e: Add consultemplate test
2019-01-07 17:54:20 +01:00
Danielle Tomlinson
d195680ec1
e2e: Add consultemplate test
...
This adds a basic test for consul template, that verifies the behaviour
of consul-template with task blocking and restarting of tasks
2019-01-07 17:53:55 +01:00
Preetha
ec39dd2383
Merge pull request #5156 from hashicorp/f-standard-driver-health-messages
...
Standardize driver health description messages for all drivers
2019-01-07 09:49:28 -06:00
Mahmood Ali
58fb6812db
tests: busybox only depends on arch
...
Busybox is compiled for linux only. Making the file used in executor
tests even for non-linux targets, as having the file present has no
side-effects.
2019-01-07 08:36:32 -05:00
Mahmood Ali
0ba7b0c132
tests: helper function for checking docker presense
2019-01-07 08:27:06 -05:00
Mahmood Ali
796d625ab6
Skip tests requiring Docker deamon if not found.
2019-01-07 07:59:13 -05:00
Preetha Appan
2fb2de3cef
Standardize driver health description messages for all drivers
2019-01-06 22:06:38 -06:00
Preetha
f5b71ee5c9
Merge pull request #5155 from hashicorp/b-remove-rkt-logging
...
remove unnecessary logging in rkt driver fingerprint method
2019-01-06 21:37:58 -06:00
Preetha Appan
76c09c7cbf
remove unnecessary logging in rkt driver fingerprint method
2019-01-06 20:59:20 -06:00
Mahmood Ali
8797a4f0ea
drivers/exec: restrict devices exposed to tasks
...
We ultimately decided to provide a limited set of devices in exec/java
drivers instead of all of host ones. Pre-0.9, we made all host devices
available to exec tasks accidentally, yet most applications only use a
small subset, and this choice limits our ability to restrict/isolate GPU
and other devices.
Starting with 0.9, by default, we only provide the same subset of
devices Docker provides, and allow users to provide more devices as
needed on case-by-case basis.
This reverts commit 5805c64a9f1c3b409693493dfa30e7136b9f547b.
This reverts commit ff9a4a17e59388dcab067949e0664f645b2f5bcf.
2019-01-06 17:03:19 -05:00
Danielle Tomlinson
c13dc7f110
Merge pull request #5149 from hashicorp/dani/e2e-friendly
...
e2e: Output setup instructions after terraform
2019-01-04 22:14:03 +01:00
Mahmood Ali
91d761e832
Merge pull request #5150 from hashicorp/b-task-received-event
...
taskrunner: emit TaskReceived event
2019-01-04 14:58:39 -05:00
Mahmood Ali
cd3c6cf60b
taskrunner: emit TaskReceived event
...
Preserve pre-0.9, where task runner emits `Received: Task received by
client` event on task runner creation.
2019-01-04 14:32:29 -05:00
Chris Baker
e0d8b96b5b
Merge pull request #5146 from hashicorp/b-1173-log-spam
...
updated to latest hashicorp/raft and hashicorp/memberlist to pull
2019-01-04 12:55:18 -05:00