Preetha
555dd23c2c
remove stray newline
...
Co-Authored-By: Danielle <dani@builds.terrible.systems>
2019-05-15 21:11:52 -05:00
Preetha Appan
26ea951627
docs
2019-05-14 16:13:59 -05:00
Preetha Appan
4f9c8ea068
Fix one more test set up
2019-05-14 16:13:41 -05:00
Preetha Appan
4d3f74e161
Fix test setup to have correct jobcreateindex for deployments
2019-05-13 18:53:47 -05:00
Preetha Appan
d448750449
Lookup job only once, and fix tests
2019-05-13 18:33:41 -05:00
Preetha Appan
07690d6f9e
Add flag similar to --all for allocs to be able to filter deployments by latest
2019-05-13 18:33:41 -05:00
Lang Martin
1d03a43ce2
Merge pull request #5642 from hashicorp/b-network-fingerprinting-ipv4
...
network fingerprinting multiple IPs on the configured network device
2019-05-13 11:46:53 -04:00
Mahmood Ali
ed5b008ed0
Merge pull request #5690 from hashicorp/f-nomad-exec-part-04-rkt
...
implement nomad exec for rkt
2019-05-13 10:03:55 -04:00
Mahmood Ali
dd8762e348
typo: "atleast" -> "at least"
2019-05-13 10:01:19 -04:00
Mahmood Ali
d1526571a5
implement nomad exec for rkt
...
Implement the streaming exec handler for the rkt driver
2019-05-12 18:59:00 -04:00
Danielle
495ff647de
Merge pull request #5685 from jweissig/patch-9
...
docs: fixed typo
2019-05-11 21:00:47 +02:00
Justin Weissig
e137b7f2e3
docs: fixed typo
...
Fixed typo: programatic/programmatic
2019-05-11 10:40:39 -07:00
Mahmood Ali
f58932afe9
Merge pull request #5634 from hashicorp/f-nomad-exec-parts-03-executors
...
nomad exec part 3: executor based drivers
2019-05-10 21:24:23 -04:00
Mahmood Ali
b4df061fef
use pty/tty terminology similar to github.com/kr/pty
2019-05-10 19:17:14 -04:00
Mahmood Ali
7fdb7564e8
vendor github.com/kr/pty
2019-05-10 19:17:14 -04:00
Mahmood Ali
a4640db7a6
drivers: implement streaming exec for executor based drivers
...
These simply delegate call to backend executor.
2019-05-10 19:17:14 -04:00
Mahmood Ali
3055fd53df
executors: implement streaming exec
...
Implements streamign exec handling in both executors (i.e. universal and
libcontainer).
For creation of TTY, some incidental complexity leaked in. The universal
executor uses github.com/kr/pty for creation of TTYs.
On the other hand, libcontainer expects a console socket and for libcontainer to
create the underlying console object on process start. The caller can then use
`libcontainer.utils.RecvFd()` to get tty master end.
I chose github.com/kr/pty for managing TTYs here. I tried
`github.com/containerd/console` package (which is already imported), but the
package did not work as expected on macOS.
2019-05-10 19:17:14 -04:00
Mahmood Ali
085d2ef759
executor: scaffolding for executor grpc handling
...
Prepare executor to handle streaming exec API calls that reuse drivers protobuf
structs.
2019-05-10 19:17:14 -04:00
Mahmood Ali
ea241d5da7
Merge pull request #5674 from hashicorp/b-ui/flaky-client-detail-test
...
UI: Fixed flaky client-detail test
2019-05-10 18:51:00 -04:00
Charlie Voiselle
dba077d5dd
Merge pull request #5683 from hashicorp/docs-describe-sched-restart
...
Added Sparrow link
2019-05-10 11:25:27 -04:00
Lang Martin
f6bc45dd23
client improve a comment in updateNetworks
2019-05-10 11:25:04 -04:00
Danielle
79ced20e20
stalebot: Add 'thinking' as an exempt label ( #5684 )
2019-05-10 11:00:35 -04:00
Danielle
d529023040
Merge pull request #5375 from hashicorp/dani/stale-issues
...
Setup probot/stale
2019-05-10 16:53:05 +02:00
Charlie Voiselle
1af7e4c4d7
Added Sparrow link
2019-05-10 10:35:21 -04:00
Charlie Voiselle
6f1dfbbe24
Added info about scheduler fail and success cases ( #5675 )
...
* Added info about scheduler fail and success cases
* fix "and and"; copypasta
* Moving links to bottom for consistency
* Adopted @schmichael wording
2019-05-10 10:26:43 -04:00
Mahmood Ali
0ac57895db
Merge pull request #5682 from hashicorp/b-fix-website-links-20180510
...
Fix website links
2019-05-10 10:08:27 -04:00
Mahmood Ali
3a3165f127
update links to use new canonical location
2019-05-10 09:41:19 -04:00
Mahmood Ali
f8be7608a2
Add redirects for restructing done in GH-5667
...
https://github.com/hashicorp/nomad/pull/5667 restructured lots of
guides; this adds redirects to ensure that old links work.
2019-05-10 09:41:18 -04:00
Danielle
3215d04db2
Merge pull request #5677 from jweissig/patch-8
...
doc: wording
2019-05-10 12:16:33 +02:00
Justin Weissig
9f9785dde8
doc: wording
...
Fixed wording: "as show below" -> "as shown below".
2019-05-10 00:12:55 -07:00
Mahmood Ali
919827f2df
Merge pull request #5632 from hashicorp/f-nomad-exec-parts-01-base
...
nomad exec part 1: plumbing and docker driver
2019-05-09 18:09:27 -04:00
Mahmood Ali
2a555a7e74
add e2e tests for nomad exec
2019-05-09 16:49:08 -04:00
Mahmood Ali
09931bcdce
add api support for nomad exec
...
Adds nomad exec support in our API, by hitting the websocket endpoint.
We introduce API structs that correspond to the drivers streaming exec structs.
For creating the websocket connection, we reuse the transport setting from api
http client.
2019-05-09 16:49:08 -04:00
Mahmood Ali
13c83ee38e
drivers/docker: implement streaming exec
2019-05-09 16:49:08 -04:00
Mahmood Ali
57c18fec4e
Add basic drivers conformance tests
...
Add consolidated testing package to serve as conformance tests for all drivers.
2019-05-09 16:49:08 -04:00
Mahmood Ali
050e88c668
vendor github.com/gorilla/websocket
2019-05-09 16:49:08 -04:00
Mahmood Ali
66982a1660
agent: add websocket handler for nomad exec
...
This adds a websocket endpoint for handling `nomad exec`.
The endpoint is a websocket interface, as we require a bi-directional
streaming (to handle both input and output), which is not very appropriate for
plain HTTP 1.0. Using websocket makes implementing the web ui a bit simpler. I
considered using golang http hijack capability to treat http request as a plain
connection, but the web interface would be too complicated potentially.
Furthermore, the API endpoint operates against the raw core nomad exec streaming
datastructures, defined in protobuf, with json serializer. Our APIs use json
interfaces in general, and protobuf generates json friendly golang structs.
Reusing the structs here simplify interface and reduce conversion overhead.
2019-05-09 16:49:08 -04:00
Mahmood Ali
3c668732af
server: server forwarding logic for nomad exec endpoint
2019-05-09 16:49:08 -04:00
Mahmood Ali
ab2cae0625
implement client endpoint of nomad exec
...
Add a client streaming RPC endpoint for processing nomad exec tasks, by invoking
the relevant task handler for execution.
2019-05-09 16:49:08 -04:00
Mahmood Ali
ce97689b79
drivers/mock: implement nomad exec interface
2019-05-09 16:49:08 -04:00
Mahmood Ali
13de875750
implemment streaming exec handling in driver grpc handlers
...
Also add a helper that converts the adapts the high level interface to the
low-level interface of nomad exec interfaces.
2019-05-09 16:49:08 -04:00
Yishan Lin
46bb7bbe08
Merge pull request #5667 from hashicorp/yishan/revised-nomadproject-structure
...
Revised NomadProject Structure
2019-05-09 13:03:50 -07:00
Charlie Voiselle
f0a348e0c4
Adopted @schmichael wording
2019-05-09 16:01:25 -04:00
Yishan Lin
7df9d2570f
Merge branch 'master' into yishan/revised-nomadproject-structure
2019-05-09 12:59:53 -07:00
Charlie Voiselle
581d8a3599
Moving links to bottom for consistency
2019-05-09 15:38:43 -04:00
Charlie Voiselle
9422fb1bb3
fix "and and"; copypasta
2019-05-09 15:03:51 -04:00
Charlie Voiselle
7ca1a9cee2
Added info about scheduler fail and success cases
2019-05-09 14:53:45 -04:00
Mahmood Ali
0d572b7cbe
Merge pull request #5660 from hashicorp/b-remove-EmitNodeEventsResponse-index
...
remove Index field from EmitNodeEventsResponse
2019-05-09 14:12:29 -04:00
Michael Lange
14dca3830a
Fixed flaky client-detail test
...
Since one allocation is preempted, the alloc factory creates a new alloc
that wasn't guaranteed to be running. When it is the first alloc row in
the table, then the alloc row detail test fails because non-running
allocs don't have metrics. The fix was to manually update all the alloc
clientStatuses.
2019-05-09 10:26:55 -07:00
Yishan Lin
4dbe029a99
Changed from "Container Management" to "Container Orchestration"
...
Removed Terraform mention in integrations without existing guide.
2019-05-09 10:14:01 -07:00