Charlie O'Keefe
|
20b1274653
|
will be ran -> will be run
|
2015-10-25 11:00:08 -06:00 |
Kenjiro Nakayama
|
fa005d75fa
|
Set default network interface rather than eth0
|
2015-10-25 23:32:54 +09:00 |
Alvaro Miranda
|
17243ff0d1
|
list Getting in depth in same order as menu
|
2015-10-24 17:18:11 +13:00 |
Alex Dadgar
|
bdebcfd573
|
Merge pull request #325 from hashicorp/f-reset-nack
Reset evaluation Nack timer in response to scheduler operations
|
2015-10-23 17:16:55 -07:00 |
Alex Dadgar
|
25c2c83d6f
|
Revert "dont hard code scheduler type name"
This reverts commit fb0e0dfc2be596ad435a00a2e131a2000146b1f1.
|
2015-10-23 16:32:45 -07:00 |
Alex Dadgar
|
5b0a9b2469
|
dont hard code scheduler type name
|
2015-10-23 16:31:45 -07: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 |
Alex Dadgar
|
2bf8382558
|
Merge pull request #322 from achanda/test-cleanup
Test cleanup
|
2015-10-23 14:58:20 -07:00 |
Alex Dadgar
|
2b2b6c321a
|
Check for environment variable updates for tasks
|
2015-10-23 14:52:06 -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 |
Alex Dadgar
|
6f104418f3
|
Merge pull request #323 from gregory-m/order-agent-members
Sort server-members output using name and tags
|
2015-10-23 11:38:27 -07:00 |
Gregory Man
|
1af62592c1
|
Sort server-members output using name and tags
|
2015-10-23 21:33:18 +03:00 |
Armon Dadgar
|
c6502fac83
|
nomad: use OutstandingReset in Eval endpoints and Plan apply
|
2015-10-23 10:22:44 -07:00 |
Armon Dadgar
|
b9bb7bdaaa
|
nomad: OutstandingReset returns specific errors
|
2015-10-23 10:22:17 -07:00 |
Armon Dadgar
|
16fd84f25a
|
nomad: Adding OutstandingReset to EvalBroker
|
2015-10-23 10:14:16 -07:00 |
Alex Dadgar
|
be50fe6254
|
Fix markdown and log messages
|
2015-10-23 09:56:48 -07:00 |
Alex Dadgar
|
9541e102b6
|
add new test fixture
|
2015-10-22 17:41:35 -07:00 |
Alex Dadgar
|
ecc4f98f3a
|
Change "unique" to "distinctHosts"
|
2015-10-22 17:40:41 -07:00 |
Alex Dadgar
|
80753629fc
|
Add test fixture
|
2015-10-22 16:52:00 -07:00 |
Alex Dadgar
|
861a65288c
|
Fix test and simplify some boolean logic/fix metrics counting
|
2015-10-22 16:45:03 -07:00 |
Alex Dadgar
|
602baa37ce
|
Documentation and making unique first class in the constraint block
|
2015-10-22 16:37:20 -07:00 |
Alex Dadgar
|
783b0b5aee
|
Add dynamic constraint to generic_scheduler
|
2015-10-22 15:09:03 -07:00 |
Alex Dadgar
|
910dcc49fb
|
DynamicConstraintIterator that implements the unique constraint
|
2015-10-22 14:31:12 -07:00 |
Jeff Mitchell
|
959c175ca1
|
Update the location of cleanhttp
|
2015-10-22 14:21:07 -04:00 |
Alex Dadgar
|
e05974aea8
|
Merge pull request #313 from achanda/attributes
Show node attribute in node-status
|
2015-10-22 10:02:54 -07: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 |
Alex Dadgar
|
0b00666e52
|
Merge pull request #314 from achanda/rkt-version
Just put the version as string
|
2015-10-22 09:52:14 -07:00 |
Jeff Mitchell
|
cea5fd9081
|
Use cleanhttp for truly clean clients and transports.
|
2015-10-22 10:58:23 -04:00 |
Abhishek Chanda
|
70dab4ba6a
|
Show node attribute in node-status
Adds node attributes to the node-status command when a single
node ID is passed
|
2015-10-22 10:34:21 +00:00 |
Abhishek Chanda
|
81da6ce54e
|
Just put the version as string
|
2015-10-21 21:09:04 -07:00 |
Alex Dadgar
|
89763663ce
|
Merge pull request #310 from hashicorp/f-node-up-eval
Create evals for system jobs on node registration
|
2015-10-21 18:06:07 -07:00 |
Alex Dadgar
|
3195b25aba
|
Also create evals from Down -> Ready
|
2015-10-21 17:58:54 -07:00 |
Mitchell Hashimoto
|
dff2b23406
|
Merge pull request #316 from gregory-m/vet
Make go vet happy
|
2015-10-21 10:44:39 -07:00 |
Gregory Man
|
400363079c
|
Make go vet happy
|
2015-10-21 15:47:36 +03:00 |
Diptanu Choudhury
|
44a6fcd330
|
Merge pull request #312 from hashicorp/b-rolling-update
Added the UpdataStrategy struct to the api/jobs struct
|
2015-10-20 17:14:46 -07:00 |
Alex Dadgar
|
40fa9cbb89
|
Do a full loop of the sys-job iterator before the fast-path check
|
2015-10-20 17:11:57 -07:00 |
Diptanu Choudhury
|
79ccde7c2c
|
Fixed the imports
|
2015-10-20 16:42:53 -07:00 |
Diptanu Choudhury
|
b4d714ec56
|
Added the UpdataStrategy struct to the api/jobs struct so that we don't loose the information passed on from the cli
|
2015-10-20 16:16:05 -07:00 |
Alex Dadgar
|
fcee850c2b
|
Cleanup system job loop
|
2015-10-20 13:02:55 -07:00 |
Alex Dadgar
|
91a8528bba
|
UpdateStatus test to ensure system evals are created on state transistion
|
2015-10-20 11:33:37 -07:00 |
Alex Dadgar
|
2314bd7c2c
|
Add scheduler type index to jobs table; create evals for system jobs on node init to ready transition
|
2015-10-20 10:57:53 -07:00 |
Alex Dadgar
|
7d239c1297
|
Merge pull request #308 from poll0rz/patch-1
Update doc with System Scheduler from PR #287
|
2015-10-19 13:47:55 -07:00 |
poll0rz
|
6b20a33c91
|
format long line
|
2015-10-19 22:46:10 +02:00 |
Alex Dadgar
|
0ef5ee51f6
|
Merge pull request #307 from hashicorp/qemu-checkup-doc-update
driver/qemu: Update docs, we use SHA256 not MD5
|
2015-10-19 13:35:15 -07:00 |
Alex Dadgar
|
c3fbce46b7
|
Update cgroup CPU to use int comparison not float
|
2015-10-19 13:33:22 -07:00 |
poll0rz
|
387f78a521
|
system scheduler (PR #287)
https://github.com/hashicorp/nomad/pull/287
|
2015-10-19 21:30:21 +02:00 |
poll0rz
|
e92d6ce479
|
Update schedulers - system (PR #287)
https://github.com/hashicorp/nomad/pull/287
|
2015-10-19 21:26:26 +02:00 |
Clint Shryock
|
9d0005e87e
|
driver/qemu: Update docs, we use SHA256 not MD5
|
2015-10-19 14:14:41 -05:00 |
Alex Dadgar
|
489b9a925b
|
Check for invalid CPU limit for cgroups
|
2015-10-19 11:28:05 -07:00 |