Diptanu Choudhury
|
03847dd65a
|
Addressed some review comments
|
2015-11-16 22:29:06 -05:00 |
Chris Bednarski
|
d00c700318
|
go fmt
|
2015-11-16 16:23:03 -08:00 |
Chris Bednarski
|
9f40143684
|
Merge branch 'master' into f-port-labels
|
2015-11-16 16:02:38 -08:00 |
Alex Dadgar
|
82f51601db
|
Track Task State in the client and capture Wait results
|
2015-11-16 15:14:21 -08:00 |
Diptanu Choudhury
|
c5102975e3
|
Made the code more DRY
|
2015-11-16 13:10:57 -08:00 |
Diptanu Choudhury
|
5e876e9c86
|
Fixed the java driver config
|
2015-11-16 13:10:57 -08:00 |
Diptanu Choudhury
|
78a0f82bc5
|
Making the config for drivers public
|
2015-11-16 13:10:57 -08:00 |
Diptanu Choudhury
|
4e05b27111
|
Implemented port labeling and driver configs
|
2015-11-16 13:10:57 -08:00 |
Alex Dadgar
|
f9fd83c696
|
Merge fix
|
2015-11-05 13:46:02 -08:00 |
Clint Shryock
|
145a2e3610
|
refactor drivers to use new getter
|
2015-11-05 08:55:30 -06:00 |
Alex Dadgar
|
4259d3a43c
|
Move the executor and spawn package into driver
|
2015-11-04 16:53:27 -08:00 |
Alex Dadgar
|
d83777f198
|
Make a basic executor that can be shared and fix some fingerprinting/tests
|
2015-11-03 12:47:48 -08:00 |
Clint Shryock
|
343daeb1ea
|
drivers: Add/Use go-getter to fetch remote binaries
Updates Qemu, Java drivers to use go-getter to fetch binaries
Adds remote artifact support for Exec, Raw Exec drivers
|
2015-10-26 09:40:06 -05:00 |
Abhishek Chanda
|
9e541450c2
|
Actually append jvm opts to the CLI
- Also adds a test
|
2015-10-16 22:45:16 +00:00 |
Abhishek Chanda
|
dfbdb10fcb
|
No need to pass jvm_options initially
|
2015-10-16 12:44:43 -07:00 |
Abhishek Chanda
|
ab1a8f3532
|
Some minor style cleanups
|
2015-10-16 12:44:33 -07:00 |
Abhishek Chanda
|
6ab97078e5
|
Support passing options to the JVM in java driver
Closes #292
|
2015-10-16 12:44:33 -07:00 |
Alex Dadgar
|
a4a440da8e
|
ParseAndReplace args at the executor level
|
2015-09-27 17:37:24 -07:00 |
Alex Dadgar
|
a45f9f2e71
|
Pull task environments into their own type to be reusable across drivers and executors
|
2015-09-27 17:37:24 -07:00 |
Alex Dadgar
|
a7eebcbd5b
|
merge fixes
|
2015-09-27 17:37:24 -07:00 |
Alex Dadgar
|
70a1a37f84
|
Small test cleanup
|
2015-09-25 17:55:29 -07:00 |
Alex Dadgar
|
3cea4288b9
|
Merge qemu test
|
2015-09-25 16:49:14 -07:00 |
Alex Dadgar
|
6725cbb3f5
|
Mount shared alloc dir, modified API and tests
|
2015-09-25 16:46:41 -07:00 |
Alex Dadgar
|
9d3e3c0704
|
AllocDirBuilder that creates the alloc directory structure
|
2015-09-25 16:46:41 -07:00 |
Chris Bednarski
|
8b2f8efe70
|
Merge branch 'master' into f-port-configs
|
2015-09-23 15:31:00 -07:00 |
Clint Shryock
|
0db8ce12d4
|
Update Java docs on how Java is detected
|
2015-09-23 14:16:43 -05:00 |
Chris Bednarski
|
e2c324d098
|
Merge branch 'master' into f-port-configs
|
2015-09-23 11:57:12 -07:00 |
Chris Bednarski
|
27376dc548
|
Added environment variables to Java
|
2015-09-22 22:36:10 -07:00 |
Alex Dadgar
|
dd2f16123f
|
Fix qemu check and add debug lines when a driver is disabled
|
2015-09-22 17:36:44 -07:00 |
Alex Dadgar
|
dd0a76a9d7
|
Disable exec/java/qemu when non-root on non-windows OSes
|
2015-09-22 16:32:05 -07:00 |
Alex Dadgar
|
0e3f21b34f
|
Linux executor with cgroup isolation support
|
2015-09-21 09:08:57 -07:00 |
Chris Bednarski
|
4cefbc3c22
|
Rename exec package to executor so it works better with goimports; fixes for Java driver
|
2015-09-15 14:03:03 -07:00 |
Chris Bednarski
|
6a7b82f7ba
|
Update Java driver to use Executor
|
2015-09-15 13:45:48 -07:00 |
Chris Bednarski
|
0281debee4
|
Merge branch 'master' into f-driver-config
Conflicts:
client/driver/driver.go
|
2015-09-09 18:19:19 -07:00 |
Chris Bednarski
|
a695e311dc
|
Replace logging and config with DriverContext, which allows us to expand the dependency injection without changing the interface
|
2015-09-09 18:06:23 -07:00 |
Chris Bednarski
|
1ff755f31a
|
Merge pull request #24 from hashicorp/qemu-driver
Basic Qemu driver implementation
|
2015-09-09 17:43:13 -07:00 |
Clint Shryock
|
037ae6d6eb
|
driver/qemu+java: Code cleanups
|
2015-09-09 14:38:42 -05:00 |
Chris Bednarski
|
ac277c5765
|
Change SIGINT to SIGTERM
|
2015-09-09 01:52:58 -07:00 |
Chris Bednarski
|
4eb8fc5188
|
Added config to drivers; needed for docker driver to get the socket endpoint
|
2015-09-08 12:43:02 -07:00 |
Clint Shryock
|
8c6128503f
|
driver/java: use filepath.Join instead of simple +
|
2015-09-03 10:25:09 -05:00 |
Clint Shryock
|
256d5c1286
|
driver/java: Don't error if Java isn't found; log if error parsing
|
2015-09-03 10:02:48 -05:00 |
Clint Shryock
|
c774c67b6b
|
driver/java: update Fingerprint for Java driver
|
2015-09-02 11:41:25 -05:00 |
Clint Shryock
|
9d5c04ddbb
|
Spike at a Java driver, runs Java jars
|
2015-09-01 17:07:41 -05:00 |