Mahmood Ali
3d9967fc5a
Merge pull request #5772 from hashicorp/f-disable-nomad-exec
...
client config flag to disable remote exec
2019-06-04 14:38:59 -04:00
Mahmood Ali
89930873da
link to flag from alloc exec doc
2019-06-04 14:37:56 -04:00
Lang Martin
071dccfcce
e2e/deployment DeploymentsForJob fail instead of nil, error passing
2019-06-04 14:31:42 -04:00
Lang Martin
fa09e5d5f4
e2e/deployment fail if the second deployment times out
2019-06-04 14:08:30 -04:00
Lang Martin
14b9cae7cb
deployment update website examples to say 'requires manual promotion'
2019-06-04 13:45:44 -04:00
Lang Martin
e61597a098
e2e bin/update and bin/run, README
2019-06-04 13:42:07 -04:00
Lang Martin
1635fa3c00
e2e/deployment find the second deployment, use its status
2019-06-04 13:41:52 -04:00
Michael Schurter
3d8938626e
Merge pull request #5773 from hashicorp/b-revert-planapply-snapshotafter
...
nomad: revert use of SnapshotAfter in planApply
2019-06-04 08:25:21 -07:00
Chris Baker
344d5a83ad
Merge pull request #5768 from hashicorp/b-nmd-1489-cleanup-docker-images
...
Cleanup docker images
2019-06-03 20:16:23 -04:00
Michael Schurter
a8fc50cc1b
nomad: revert use of SnapshotAfter in planApply
...
Revert plan_apply.go changes from #5411
Since non-Command Raft messages do not update the StateStore index,
SnapshotAfter may unnecessarily block and needlessly fail in idle
clusters where the last Raft message is a non-Command message.
This is trivially reproducible with the dev agent and a job that has 2
tasks, 1 of which fails.
The correct logic would be to SnapshotAfter the previous plan's index to
ensure consistency. New clusters or newly elected leaders will not have
a previous plan, so the index the leader was elected should be used
instead.
2019-06-03 15:34:21 -07:00
Chris Baker
3ca97d52db
docker/driver: downgraded log level for error in DestroyTask
2019-06-03 21:21:32 +00:00
Chris Baker
2af897c76f
drivers/docker: modify container/image cleanup to be robust to containers removed out of band
2019-06-03 19:52:28 +00:00
Mahmood Ali
a9f81f2daa
client config flag to disable remote exec
...
This exposes a client flag to disable nomad remote exec support in
environments where access to tasks ought to be restricted.
I used `disable_remote_exec` client flag that defaults to allowing
remote exec. Opted for a client config that can be used to disable
remote exec globally, or to a subset of the cluster if necessary.
2019-06-03 15:31:39 -04:00
Chris Baker
a6fe288b52
update changelog
2019-06-03 19:07:13 +00:00
Chris Baker
be6c6e8ce1
docker/tests:
...
- modified tests to cleanup now that RemoveContainer isn't in StartTask
- fix some broken tests by removing docker images/containers before test
2019-06-03 19:05:08 +00:00
Chris Baker
9442c26cff
docker: DestroyTask was not cleaning up Docker images because it was erroring early due to an attempt to inspect an image that had already been removed
2019-06-03 19:04:27 +00:00
Mahmood Ali
5811f41e0c
changelog exec memory consumption fix
2019-05-31 14:59:13 -05:00
Mahmood Ali
410c5fbf8d
Merge pull request #5728 from hashicorp/restore-08-caps
...
drivers/exec: Restore 0.8 capabilities
2019-05-29 11:49:39 -05:00
Chris Baker
622409f84c
update changelog for #5557 ( #5763 )
2019-05-28 09:18:24 -04:00
Mahmood Ali
cb554a015f
Fix test comparisons
2019-05-24 21:38:22 -05:00
Mahmood Ali
99637c8bbc
Test for expected capabilities specifically
2019-05-24 16:07:05 -05:00
Mahmood Ali
7455c746aa
use /bin/bash
2019-05-24 14:50:23 -04:00
Mahmood Ali
68813def56
special case root capabilities
2019-05-24 14:10:10 -04:00
Charlie Voiselle
ded9dcbb9a
Proposing new tfvars with additional inline docs
2019-05-24 12:30:06 -04:00
Mahmood Ali
01d5c90cbb
tests: Fix binary dir permissions
2019-05-24 11:31:12 -04:00
Mahmood Ali
2112a5b239
Merge pull request #5755 from hashicorp/d-tag-0.9.2-rc1-features
...
Prepare for 0.9.2-rc1
2019-05-23 11:22:28 -04:00
Mahmood Ali
a4ead8ff79
remove 0.9.2-rc1 generated code
2019-05-23 11:14:24 -04:00
Mahmood Ali
74b9a1ceef
Release v0.9.2-rc1
2019-05-23 11:04:50 -04:00
Mahmood Ali
c37ce19ac1
docs: Tag all 0.9.2 features
2019-05-23 10:51:03 -04:00
Mahmood Ali
a4a7df0c19
docs: Link to 0.9.2-rc1
2019-05-23 10:27:17 -04:00
Nomad Release bot
6d6bc59732
Generate files for 0.9.2-rc1 release
2019-05-22 19:29:30 +00:00
Mahmood Ali
b7320b91d7
Pin node version to v10.15.3
2019-05-22 14:23:50 -04:00
Mahmood Ali
f71c618d63
use Node 10 for releases
2019-05-22 13:40:25 -04:00
Mahmood Ali
e44ebc82f4
reorder changelog
2019-05-22 13:25:36 -04:00
Lang Martin
7b4b38a087
Merge pull request #5719 from hashicorp/f-auto-promote-canaries
...
auto promote canaries
2019-05-22 13:24:22 -04:00
Lang Martin
d46613ff44
structs check TaskGroup.Update for nil
2019-05-22 12:34:57 -04:00
Lang Martin
10a3fd61b0
comment replace COMPAT 0.7.0 for job.Update with more current info
2019-05-22 12:34:57 -04:00
Lang Martin
67ebcc47dd
structs comment todo DeploymentStatus & DeploymentStatusDescription
2019-05-22 12:34:57 -04:00
Lang Martin
21bf9fdf90
structs job warnings for taskgroup with mixed auto_promote settings
2019-05-22 12:34:57 -04:00
Lang Martin
e027b9001b
Update e2e/deployment/deployment.go
...
Co-Authored-By: Mahmood Ali <mahmood@notnoop.com>
2019-05-22 12:34:57 -04:00
Lang Martin
7929ef28c7
e2e/deployment comment the job files for clarity
2019-05-22 12:34:57 -04:00
Lang Martin
16cd0beb9b
api use job.update as the default for taskgroup.update
2019-05-22 12:34:57 -04:00
Lang Martin
0f6f543a5f
deployment_watcher auto promote iff every task group is auto promotable
2019-05-22 12:34:57 -04:00
Lang Martin
fe69f89476
e2e add deployment to the list of e2e tests, minor fixes
2019-05-22 12:34:57 -04:00
Lang Martin
2a11d66258
e2e readme minor changes to command + env val templates and order
2019-05-22 12:34:57 -04:00
Lang Martin
33019c6e4b
website more explicit auto_promote instructions
2019-05-22 12:34:57 -04:00
Lang Martin
3a87290388
Update website/source/docs/job-specification/update.html.md
...
Co-Authored-By: Michael Schurter <michael.schurter@gmail.com>
2019-05-22 12:34:57 -04:00
Lang Martin
af5779c9ba
api/jobs diff tests expect AutoPromote
2019-05-22 12:34:57 -04:00
Lang Martin
97fd114535
e2e utils remove ineffectual assignment of allocs
2019-05-22 12:34:57 -04:00
Lang Martin
01276455bd
e2e README typo
2019-05-22 12:34:57 -04:00