Diptanu Choudhury
|
cae9b40877
|
Merge pull request #356 from hashicorp/network-fingerprint-refactor
Network fingerprint refactor
|
2015-10-29 16:59:54 -07:00 |
|
Alex Dadgar
|
93e1b49278
|
Merge pull request #352 from hashicorp/f-qemu-windows
Get Qemu to fingerprint and test properly on both windows and linux
|
2015-10-29 16:57:29 -07:00 |
|
Alex Dadgar
|
01e0be4cc6
|
Add comment explaining the qemu-img command on windows
|
2015-10-29 16:57:02 -07:00 |
|
Diptanu Choudhury
|
e55bbe5f2c
|
Refactored code
|
2015-10-29 16:16:10 -07:00 |
|
Diptanu Choudhury
|
17d430e46c
|
Renamed BasicNetworkInterfaceDetector to DefaultNetworkInterfaceDetector
|
2015-10-29 15:55:49 -07:00 |
|
Diptanu Choudhury
|
1360f8c6fa
|
Fixed a debug message
|
2015-10-29 15:17:40 -07:00 |
|
Diptanu Choudhury
|
d31f567484
|
Fixed style of a debug log
|
2015-10-29 15:15:44 -07:00 |
|
Diptanu Choudhury
|
08302d43ee
|
Added a test to ensure we are not selecting devices which are not marked as UP or loopback and have no IP addresses
|
2015-10-29 15:14:13 -07:00 |
|
Diptanu Choudhury
|
b048919b63
|
Added some coments
|
2015-10-29 11:05:58 -07:00 |
|
Diptanu Choudhury
|
6400273cf8
|
Added tests for testing detecting default device
|
2015-10-29 11:01:15 -07:00 |
|
Diptanu Choudhury
|
b78c00f255
|
Introduced an interface to detect network devices so that we can mock it for tests
|
2015-10-28 15:58:40 -07:00 |
|
Diptanu Choudhury
|
f0e445d8f5
|
Refactored the findInterfaces method to make it more clear
|
2015-10-28 15:48:08 -07:00 |
|
Diptanu Choudhury
|
a3d79ec589
|
Some coding style changes
|
2015-10-28 15:03:11 -07:00 |
|
Diptanu Choudhury
|
9b86b2313f
|
We don't want lo and PPP in production
|
2015-10-28 14:44:46 -07:00 |
|
Diptanu Choudhury
|
df5efd1e24
|
Added more information to log
|
2015-10-28 14:41:13 -07:00 |
|
Diptanu Choudhury
|
58bf6047a7
|
Adding more information to errors
|
2015-10-28 14:32:13 -07:00 |
|
Diptanu Choudhury
|
2464789b73
|
Added more comments
|
2015-10-28 14:03:33 -07:00 |
|
Diptanu Choudhury
|
915be5e86c
|
Selecting the ipv4 address if there are ipv4 and ipv6 addresses configured for an interface
|
2015-10-28 13:38:28 -07:00 |
|
Diptanu Choudhury
|
fffb0ed5ae
|
Exctracted a method to detect network interface
|
2015-10-28 11:11:13 -07:00 |
|
Alex Dadgar
|
9f7dcc4ced
|
Use same binary as Fingerprint in the QemuCompatible function
|
2015-10-28 10:28:53 -07:00 |
|
Diptanu Choudhury
|
7a15cf0e45
|
Fix merge conflicts
|
2015-10-28 08:54:29 -07:00 |
|
Kenjiro Nakayama
|
a79ae3c546
|
Assign IP when network device is specified
|
2015-10-28 21:19:06 +09:00 |
|
Alex Dadgar
|
a5a1e45f4b
|
Get Qemu to fingerprint and test properly on both windows and linux
|
2015-10-27 15:27:11 -07:00 |
|
Diptanu Choudhury
|
809f360743
|
Using the Go stdlib APIs to detect IP Address of a device
|
2015-10-27 14:14:25 -07:00 |
|
Diptanu Choudhury
|
ca99960cc1
|
Merge pull request #334 from nak3/set-default-net-interface
Set default network interface rather than eth0
|
2015-10-27 11:30:03 -07:00 |
|
Kenjiro Nakayama
|
e688dc3826
|
Set default network interface rather than eth0 for non-dev mode, and use loopback device for dev mode by default
|
2015-10-28 02:03:48 +09:00 |
|
Abhishek Chanda
|
70293e9bc8
|
Run gofmt
|
2015-10-26 19:24:37 +00:00 |
|
Clint
|
4b0dc2cb39
|
Merge pull request #288 from hashicorp/f-go-getter
Drivers: Use go-getter for artifact retrieval, add artifact support to Exec, Raw Exec drivers
|
2015-10-26 10:00:29 -05: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 |
|
Kenjiro Nakayama
|
fa005d75fa
|
Set default network interface rather than eth0
|
2015-10-25 23:32:54 +09:00 |
|
Alex Dadgar
|
b5caa6c5bd
|
Merge branch 'master' of https://github.com/hashicorp/nomad
|
2015-10-23 16:23:54 -07:00 |
|
Alex Dadgar
|
d2b23c9143
|
Format rkt_test
|
2015-10-23 16:23:43 -07:00 |
|
Abhishek Chanda
|
6ecab13b5d
|
Cleanup tests
- Consolidate checking if non-windows and if qemu is installed
- Fix non-windows check
|
2015-10-23 14:19:22 -07:00 |
|
Jeff Mitchell
|
959c175ca1
|
Update the location of cleanhttp
|
2015-10-22 14:21:07 -04:00 |
|
Alex Dadgar
|
1652e443d8
|
Merge pull request #319 from hashicorp/cleanhttp
Use cleanhttp for truly clean clients and transports.
|
2015-10-22 09:52:54 -07:00 |
|
Jeff Mitchell
|
cea5fd9081
|
Use cleanhttp for truly clean clients and transports.
|
2015-10-22 10:58:23 -04:00 |
|
Abhishek Chanda
|
81da6ce54e
|
Just put the version as string
|
2015-10-21 21:09:04 -07:00 |
|
Alex Dadgar
|
c3fbce46b7
|
Update cgroup CPU to use int comparison not float
|
2015-10-19 13:33:22 -07:00 |
|
Alex Dadgar
|
489b9a925b
|
Check for invalid CPU limit for cgroups
|
2015-10-19 11:28:05 -07:00 |
|
Alex Dadgar
|
fd77180d64
|
Merge pull request #291 from hashicorp/d-rkt-volume-mounts-blocked
Document that Rkt doesn't support task directory mounting
|
2015-10-16 17:07:53 -07: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
|
cadc738fa0
|
Fix broken test
|
2015-10-16 10:11:31 -07:00 |
|
Alex Dadgar
|
f185701d6d
|
Rkt driver clears task environment variables
|
2015-10-15 18:19:13 -07:00 |
|
Alex Dadgar
|
384a622c59
|
Add clearing to environment variables
|
2015-10-15 18:13:05 -07:00 |
|
Alex Dadgar
|
c7fd8993c1
|
Change two helper functions to be methods
|
2015-10-15 17:47:14 -07:00 |
|
Alex Dadgar
|
a0d9f8dd33
|
Remove debug lines
|
2015-10-15 17:30:40 -07:00 |
|
Alex Dadgar
|
2f6a279d09
|
Docker alloc dir tests and test fixes
|
2015-10-15 16:59:08 -07:00 |
|