Chris Baker
41b002eecc
wip: ACL checking for RPC Job.ScaleStatus
2020-03-24 14:39:05 +00:00
Chris Baker
ca49563c94
added new ACL capabilities related to autoscaling:
...
- read-job-scaling
- scale-job
- list-scaling-policies
- read-scaling-policy
updated the read and right policy dispositions, added the new autoscaler disposition
2020-03-24 14:38:58 +00:00
Lang Martin
bd22afd003
csi: volume deregister fails for volumes actively in use ( #7445 )
...
* nomad/structs/csi: add InUse to CSIVolume
* nomad/state/state_store: block volume deregistration for in use vols
2020-03-24 10:10:44 -04:00
Tim Gross
599e6f4605
Merge pull request #7450 from hashicorp/b-csi-plugin-health-counts
...
csi: fix missing health count from volume list stub
2020-03-24 10:07:07 -04:00
Chris Baker
233db5258a
changes to Canonicalize, Validate, and api->struct conversion so that tg.Count, tg.Scaling.Min/Max are well-defined with reasonable defaults.
...
- tg.Count defaults to tg.Scaling.Min if present (falls back on previous default of 1 if Scaling is absent)
- Validate() enforces tg.Scaling.Min <= tg.Count <= tg.Scaling.Max
modification in ApiScalingPolicyToStructs, api.TaskGroup.Validate so that defaults are handled for TaskGroup.Count and
2020-03-24 13:57:17 +00:00
Chris Baker
5373d503c7
scaling api: put api.* objects in agreement with structs.* objects
2020-03-24 13:57:16 +00:00
Chris Baker
00092a6c29
fixed http endpoints for job.register and job.scalestatus
2020-03-24 13:57:16 +00:00
Chris Baker
f9876a487e
finished Job.ScaleStatus RPC, need to work on http endpoint
2020-03-24 13:57:16 +00:00
Chris Baker
925b59e1d2
wip: scaling status return, almost done
2020-03-24 13:57:15 +00:00
James Rasell
f125b5fb2d
scaling: ensure min and max int64s are in toplevel of block.
2020-03-24 13:57:15 +00:00
Chris Baker
42270d862c
wip: some tests still failing
...
updating job scaling endpoints to match RFC, cleaning up the API object as well
2020-03-24 13:57:14 +00:00
Chris Baker
abc7a52f56
finished refactoring state store, schema, etc
2020-03-24 13:57:14 +00:00
Chris Baker
116aa98ed7
wip: removed some commented junk from scaling poc
2020-03-24 13:57:13 +00:00
Luiz Aoqui
47d35489d6
wip: use testify in job scaling tests
2020-03-24 13:57:13 +00:00
Luiz Aoqui
d4b6e4b258
wip: add tests for job scale method
2020-03-24 13:57:12 +00:00
Luiz Aoqui
c74c01a643
wip: add scaling policies methods to the client
2020-03-24 13:57:12 +00:00
Chris Baker
3d54f1feba
wip: added Enabled to ScalingPolicyListStub, removed JobID from body of scaling request
2020-03-24 13:57:12 +00:00
Chris Baker
84953a1ed7
wip: remove PolicyOverride from scaling request
2020-03-24 13:57:11 +00:00
Chris Baker
024d203267
wip: added tests for client methods around group scaling
2020-03-24 13:57:11 +00:00
Chris Baker
1c5c2eb71b
wip: add GET endpoint for job group scaling target
2020-03-24 13:57:10 +00:00
Luiz Aoqui
6699d5e536
wip: add job scale endpoint in client
2020-03-24 13:57:10 +00:00
Chris Baker
179ab68258
wip: added job.scale rpc endpoint, needs explicit test (tested via http now)
2020-03-24 13:57:09 +00:00
Chris Baker
8453e667c2
wip: working on job group scaling endpoint
2020-03-24 13:55:20 +00:00
Chris Baker
6665d0bfb0
wip: added policy get endpoint, added UUID to policy
2020-03-24 13:55:20 +00:00
Chris Baker
8626e32557
wip: test for scaling policy parsing
2020-03-24 13:55:19 +00:00
Chris Baker
1f844a54f9
wip: was incorrectly parsing ScalingPolicy
2020-03-24 13:55:19 +00:00
Chris Baker
9c2560ceeb
wip: upsert/delete scaling policies on job upsert/delete
2020-03-24 13:55:18 +00:00
Chris Baker
65d92f1fbf
WIP: adding ScalingPolicy to api/structs and state store
2020-03-24 13:55:18 +00:00
Mahmood Ali
6ddf3d1742
Merge pull request #7414 from hashicorp/b-network-mode-change
...
Detect network mode change
2020-03-24 09:46:40 -04:00
Tim Gross
fa01a6ea59
csi: fix missing health count from volume list stub
2020-03-24 09:42:59 -04:00
Lang Martin
0847cb513c
csi: volume/plugin list should return an empty array, not nil ( #7443 )
...
* nomad/csi_endpoint: return an empty list, not nil
* nomad/csi_endpoint_test: volume list returns non-nil
2020-03-23 21:21:40 -04:00
Lang Martin
d994990ef0
csi: the scheduler allows a job with a volume write claim to be updated ( #7438 )
...
* nomad/structs/csi: split CanWrite into health, in use
* scheduler/scheduler: expose AllocByID in the state interface
* nomad/state/state_store_test
* scheduler/stack: SetJobID on the matcher
* scheduler/feasible: when a volume writer is in use, check if it's us
* scheduler/feasible: remove SetJob
* nomad/state/state_store: denormalize allocs before Claim
* nomad/structs/csi: return errors on claim, with context
* nomad/csi_endpoint_test: new alloc doesn't look like an update
* nomad/state/state_store_test: change test reference to CanWrite
2020-03-23 21:21:04 -04:00
Drew Bailey
2a0f3badfa
Merge pull request #7444 from hashicorp/rename-auditor
...
make auditor interface more explicit
2020-03-23 20:23:28 -04:00
Drew Bailey
10f3b6899b
rename struct field to auditor
2020-03-23 20:09:01 -04:00
Mahmood Ali
d2fd04745c
Merge pull request #7238 from hashicorp/vendor-hcl-20190228
...
Update github.com/hashicorp/hcl
2020-03-23 20:00:33 -04:00
Mahmood Ali
10e061e28d
Merge pull request #7384 from hashicorp/vendoring-tweaks-20200318
...
Vendor package cleanup
2020-03-23 19:48:12 -04:00
Drew Bailey
cf5fcf3748
make auditor interface more explicit
2020-03-23 19:32:58 -04:00
Mahmood Ali
ec1ad8d457
Merge pull request #7417 from hashicorp/f-allocstatus-lifecycle
...
cli: show lifecycle info in alloc status
2020-03-23 16:33:17 -04:00
Mahmood Ali
791d2d1555
vendor golang.org/x/crypto/ed25519/internal/edwards25519
2020-03-23 16:29:10 -04:00
Mahmood Ali
4ca15cf28e
vendor: remove appengine unused package
2020-03-23 16:28:43 -04:00
Mahmood Ali
a53738aebd
explicitly set github.com/pkg/errors version
2020-03-23 16:28:42 -04:00
Mahmood Ali
bed536812d
remove unused packages
2020-03-23 16:28:11 -04:00
Mahmood Ali
b03fca2913
update github.com/pkg/errors
2020-03-23 16:27:47 -04:00
Mahmood Ali
0d8430fe36
bad package
2020-03-23 16:27:24 -04:00
Mahmood Ali
61c42034d5
cli: show lifecycle info in alloc status
...
Display task lifecycle info in `nomad alloc status <alloc_id>` output.
I chose to embed it in the Task header and only add it for tasks with
lifecycle info.
Also, I chose to order the tasks in the following order:
1. prestart non-sidecar tasks
2. prestart sidecar tasks
3. main tasks
The tasks are sorted lexicographically within each tier.
Sample output:
```
$ nomad alloc status 6ec0eb52
ID = 6ec0eb52-e6c8-665c-169c-113d6081309b
Eval ID = fb0caa98
Name = lifecycle.cache[0]
[...]
Task "init" (prestart) is "dead"
Task Resources
CPU Memory Disk Addresses
0/500 MHz 0 B/256 MiB 300 MiB
[...]
Task "some-sidecar" (prestart sidecar) is "running"
Task Resources
CPU Memory Disk Addresses
0/500 MHz 68 KiB/256 MiB 300 MiB
[...]
Task "redis" is "running"
Task Resources
CPU Memory Disk Addresses
10/500 MHz 984 KiB/256 MiB 300 MiB
[...]
```
2020-03-23 15:57:24 -04:00
Mahmood Ali
c7d07aa20c
Merge pull request #7437 from hashicorp/ci-build-darwin
...
build darwin binaries in CI
2020-03-23 15:53:06 -04:00
Mahmood Ali
8a8817beb7
ci: fix darwin artifact path
2020-03-23 15:42:44 -04:00
Drew Bailey
c040845131
Merge pull request #7436 from hashicorp/b-fix-compilation
...
fix compilation with correct func
2020-03-23 14:37:08 -04:00
Drew Bailey
d0d32d8f06
fix compilation with correct func
2020-03-23 14:32:11 -04:00
Tim Gross
076fbbf08f
Merge pull request #7012 from hashicorp/f-csi-volumes
...
Container Storage Interface Support
2020-03-23 14:19:46 -04:00