Commit Graph

1758 Commits

Author SHA1 Message Date
Chris Bednarski
174bc6b5e1 Merge pull request #350 from hashicorp/b-vagrantfile
Update the vagrant file
2015-10-28 13:53:28 -07:00
Chris Bednarski
b98a5e9cac Double the ram, double the fun 2015-10-28 13:53:04 -07:00
Diptanu Choudhury
61a56c1ab2 Selecting the ipv4 address if there are ipv4 and ipv6 addresses configured for an interface 2015-10-28 13:38:28 -07:00
Ryan Uber
49a2bef922 nomad: job watches return correct response, add tests 2015-10-28 12:43:00 -07:00
Ryan Uber
417b76a1ac nomad: test all node watch triggers 2015-10-28 12:29:06 -07:00
Ryan Uber
75af87c2d4 nomad: support blocking queries on nodes 2015-10-28 11:25:35 -07:00
Ryan Uber
1012a3e5ac nomad: use a generic full-table watcher 2015-10-28 11:15:54 -07:00
Diptanu Choudhury
48d71cc20a Exctracted a method to detect network interface 2015-10-28 11:11:13 -07:00
Alex Dadgar
347325dacf Use same binary as Fingerprint in the QemuCompatible function 2015-10-28 10:28:53 -07:00
Alex Dadgar
98185ca619 Merge pull request #351 from hashicorp/f-clean-constraints
Remove weight and hard/soft fields from constraint
2015-10-28 10:14:06 -07:00
Diptanu Choudhury
aaaa7cd7fd Fix merge conflicts 2015-10-28 08:54:29 -07:00
Diptanu Choudhury
dfbbbaf306 Merge pull request #353 from nak3/assign-ip
Assign IP address when network device is specified
2015-10-28 07:46:56 -07:00
Kenjiro Nakayama
11a46aac53 Assign IP when network device is specified 2015-10-28 21:19:06 +09:00
Mitchell Hashimoto
baee91fb0c style change, no logic change 2015-10-27 19:39:19 -07:00
Ryan Uber
750be3892c nomad: allow blocking on empty data views 2015-10-27 17:58:04 -07:00
Ryan Uber
ef99e3d16e nomad: initial pass at blocking queries for jobs 2015-10-27 17:58:04 -07:00
Alex Dadgar
3e243edd21 Get Qemu to fingerprint and test properly on both windows and linux 2015-10-27 15:27:11 -07:00
Alex Dadgar
c46447a572 Remove weight and hard/soft fields from constraint 2015-10-27 14:31:14 -07:00
Diptanu Choudhury
61ded1b1d5 Using the Go stdlib APIs to detect IP Address of a device 2015-10-27 14:14:25 -07:00
Chris Bednarski
a1366e9f3c Merge branch 'master' into b-vagrantfile 2015-10-27 12:53:25 -07:00
Diptanu Choudhury
0353c8eeee 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
b85f114dff 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
Alex Dadgar
8fcefe0f3d Merge pull request #321 from hashicorp/f-unique-constraint
Add "distinctHost" constraint
2015-10-26 14:18:57 -07:00
Alex Dadgar
2ab5790b6f Rename Dynamic -> ProposedAllocConstraintIterator 2015-10-26 14:12:54 -07:00
Alex Dadgar
302c989509 Cleanup DynamicConstraintIterator 2015-10-26 14:01:32 -07:00
Seth Vargo
ba80348417 Merge pull request #340 from hashicorp/sethvargo/releases
Use releases for releases
2015-10-26 16:55:38 -04:00
Seth Vargo
c2c1909e12 Merge pull request #345 from charlieok/patch-1
have a the string -> have the string
2015-10-26 16:51:42 -04:00
Charlie O'Keefe
9a7b565a3c have a the string -> have the string 2015-10-26 14:51:17 -06:00
Alex Dadgar
cccef7ac84 Constants for constraints and renaming to use undescore instead of camel 2015-10-26 13:47:56 -07:00
Seth Vargo
eb71a73fb1 Merge pull request #344 from charlieok/patch-1
deregistraion -> deregistration
2015-10-26 16:20:38 -04:00
Charlie O'Keefe
5bb4acf38e deregistraion -> deregistration 2015-10-26 14:20:10 -06:00
Seth Vargo
ae78e99e73 Merge pull request #343 from charlieok/patch-1
an option job ID -> an optional job ID
2015-10-26 16:00:28 -04:00
Charlie O'Keefe
0e6337e4db an option job ID -> an optional job ID 2015-10-26 13:59:47 -06:00
Seth Vargo
33b135cf1d Merge pull request #341 from achanda/gofmt
Run gofmt
2015-10-26 15:25:32 -04:00
Abhishek Chanda
c70d85d7e9 Run gofmt 2015-10-26 19:24:37 +00:00
Armon Dadgar
3058ae8128 Merge pull request #327 from hashicorp/b-check-env-var-updates
Check for environment variable updates for tasks
2015-10-26 11:55:52 -07:00
Alex Dadgar
6a8ea07f10 Merge pull request #330 from kikitux/master
list Getting in depth in same order as menu
2015-10-26 11:29:22 -07:00
Seth Vargo
d9f827fb11 Use vendored fastly logo 2015-10-26 12:49:35 -04:00
Clint
1a97004398 Update CHANGELOG.md 2015-10-26 10:01:20 -05:00
Clint
eccc117b78 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
Seth Vargo
207e0550c8 Use releases for releases 2015-10-26 10:40:47 -04:00
Clint Shryock
1e07daa680 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
Diptanu Choudhury
82ff0a1e85 Merge pull request #339 from charlieok/patch-1
tasks groups -> task groups
2015-10-25 19:54:32 -07:00
Charlie O'Keefe
e389ae53fd tasks groups -> task groups 2015-10-25 18:31:59 -06:00
Seth Vargo
d8c2ddf128 Merge pull request #338 from charlieok/patch-3
resources use -> resource use
2015-10-25 13:16:35 -04:00
Seth Vargo
bbb6c03fd7 Merge pull request #336 from charlieok/patch-1
diver -> driver
2015-10-25 13:15:38 -04:00
Seth Vargo
090743a441 Merge pull request #337 from charlieok/patch-2
systems -> system's
2015-10-25 13:15:30 -04:00
Charlie O'Keefe
7879282490 resources use -> resource use 2015-10-25 11:15:14 -06:00
Charlie O'Keefe
70858f6daa systems -> system's 2015-10-25 11:10:37 -06:00
Charlie O'Keefe
6506078ce9 diver -> driver 2015-10-25 11:06:28 -06:00