Commit Graph

4367 Commits

Author SHA1 Message Date
Sean Chittenden
aea3e2c360 Temporarily disable various syncer checks due to the API changes made earlier today. 2016-06-13 19:52:17 -07:00
Sean Chittenden
86cce6d2ee Merge pull request #1274 from hashicorp/b-validate-interval
Validate interval values in service checks
2016-06-13 18:57:12 -07:00
Sean Chittenden
91bbc5c3c7 Fix up validation and allow existing unset timeouts to continue to be unset 2016-06-13 18:55:15 -07:00
Sean Chittenden
18ef97bf4e Upon further review, the Timeout needs to be validate for more than script checks.
This value is used for Consul HTTP and TCP checks.
2016-06-13 18:28:27 -07:00
Sean Chittenden
e43d991781 Remove diff check for ServiceID, may it R.I.P. 2016-06-13 18:22:53 -07:00
Sean Chittenden
fb6cba9d30 Guard against an interval and timeout being less than 1s 2016-06-13 18:19:40 -07:00
Sean Chittenden
076ad56bdf Don't export ServiceCheck validate 2016-06-13 18:17:43 -07:00
Alex Dadgar
dabd2ceb71 vendor hcl 2016-06-13 18:15:41 -07:00
Sean Chittenden
7e84f66ece There is no "docker" check type 2016-06-13 18:15:07 -07:00
Sean Chittenden
388ef7f6af Drive-by comment correction 2016-06-13 18:14:50 -07:00
Alex Dadgar
e39a49cb98 Merge pull request #1272 from hashicorp/b-consul-fixes
Fix IDs and domain scoping
2016-06-13 17:45:57 -07:00
Alex Dadgar
f320b5a76f address comments 2016-06-13 17:32:18 -07:00
Alex Dadgar
1e4ec6b2b3 Fix IDs and domain scoping 2016-06-13 16:30:58 -07:00
Diptanu Choudhury
95805c29e8 Merge pull request #1271 from hashicorp/b-modfied
Change Modfied to Modified
2016-06-13 15:19:01 -07:00
Chris Bednarski
6669cf8460 Change Modfied to Modified 2016-06-13 15:09:13 -07:00
Diptanu Choudhury
d64ec9d138 Removing unwated line of code 2016-06-13 15:37:55 +02:00
Diptanu Choudhury
2c987ed03e Merge pull request #1268 from hashicorp/fix-service-reconciliation
implemented reconciliation of unwanted services
2016-06-13 06:34:31 -07:00
Diptanu Choudhury
02b320c81e implemented reconciliation of unwanted services 2016-06-13 14:52:26 +02:00
Alex Dadgar
9e2bb39be9 Merge pull request #1267 from hashicorp/b-consul-register-checks
Consul.Syncer register checks and starts delegated checks
2016-06-12 22:38:02 -07:00
Alex Dadgar
73600066c4 agent just calls run 2016-06-12 22:30:52 -07:00
Alex Dadgar
e90e92da9f register checks 2016-06-12 21:28:56 -07:00
Alex Dadgar
834eb79e03 Merge pull request #1266 from hashicorp/b-consul-fixes
Do not reconcile in client and cleanup executor a bit
2016-06-12 18:33:36 -07:00
Alex Dadgar
b1351a3564 Do not reconcile in client and cleanup executor a bit 2016-06-12 18:22:07 -07:00
Alex Dadgar
0c3b7b2537 fix test 2016-06-12 16:48:55 -07:00
Alex Dadgar
d0e3dc6a81 Merge pull request #1264 from hashicorp/b-rename-services
Rename ConsulService back to Service
2016-06-12 16:44:49 -07:00
Diptanu Choudhury
06659a1ea3 Merge pull request #1265 from hashicorp/remove-initial-delay
Remove initial delay of registering services with consul
2016-06-12 16:44:16 -07:00
Diptanu Choudhury
b6d9623b9d Remove initial delay of registering services with consul 2016-06-13 01:42:56 +02:00
Alex Dadgar
c5059fc7c4 Rename ConsulService back to Service 2016-06-12 16:36:49 -07:00
Alex Dadgar
20a3dbcaf0 Document user only availabe on linux 2016-06-12 14:33:45 -07:00
Alex Dadgar
f3c1ef20fe use base 1024 for bytes not 1000 2016-06-12 14:20:39 -07:00
Alex Dadgar
dd444ba869 reworked alloc-status command 2016-06-12 14:08:47 -07:00
Alex Dadgar
fb81caa1bb unify cli output 2016-06-12 13:16:07 -07:00
Alex Dadgar
127fbfb243 skip docker test if no docker found 2016-06-12 11:28:43 -07:00
Alex Dadgar
f09706f7e7 changelog 2016-06-12 11:25:16 -07:00
Alex Dadgar
54f6f57448 Merge pull request #1262 from hashicorp/remove-artifact-check
Removing artifact check for java and qemu drivers
2016-06-12 11:21:18 -07:00
Alex Dadgar
31b36cec7f changelog 2016-06-12 11:21:05 -07:00
Alex Dadgar
9605bbbb12 Merge pull request #1261 from hashicorp/f-node-status
Improve node-status command
2016-06-12 11:19:55 -07:00
Alex Dadgar
b1bd788c55 unify units 2016-06-12 11:19:45 -07:00
Alex Dadgar
6c25978d9a show allocation resources seperate from host 2016-06-12 11:19:45 -07:00
Alex Dadgar
eb6055448e initial refactor and cleanup 2016-06-12 11:19:45 -07:00
Alex Dadgar
591104f848 Merge pull request #1260 from hashicorp/f-alloc-stats-struct
Allocation resources returned in a struct
2016-06-12 11:18:57 -07:00
Alex Dadgar
98b638994b Test fixes 2016-06-12 11:14:17 -07:00
Alex Dadgar
020f8b05d3 only support latest and remove ring buffer 2016-06-12 09:32:38 -07:00
Alex Dadgar
e9f4a85c63 Merge pull request #1263 from hashicorp/fix-driver-ticks
Fix the calculation of total ticks for docker and exec
2016-06-12 09:31:39 -07:00
Diptanu Choudhury
53a57cae79 Fix the calculation of total ticks for docker and exec 2016-06-12 18:08:35 +02:00
Diptanu Choudhury
f795e215b4 Setting a flag to indicate whether fs isolation is indeed happening 2016-06-12 15:43:24 +02:00
Diptanu Choudhury
12f3da9ad4 Not converting the abs path relative to task dir for drivers which enforce FS isolation only in linux 2016-06-12 13:54:30 +02:00
Diptanu Choudhury
752b9ab207 Removing artifact check for java and qemu drivers 2016-06-12 12:57:35 +02:00
Alex Dadgar
1a7df4e7d2 Allocation resources returned in a struct 2016-06-11 21:04:10 -07:00
Alex Dadgar
940309fb32 changelog 2016-06-11 20:31:49 -07:00