Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
vendor: Update virtcontainers vendoring
Browse files Browse the repository at this point in the history
New version of virtcontainers includes several fixes and optimizations
for the network. It includes new supports for the specific mount of
/dev:/dev case.
It introduces new proxy implementations, kata_proxy and no_proxy.

One important thing to notice is the change of name for ciao-project
dependency. Because the only package used from this repository was
qemu, and because the qemu package has been moved to govmm repo,
the vendoring has deleted all ciao-project related packages and
replaced them only with qemu from github.com/intel/govmm.

Shortlog:

71ce0c8 proxy: Implement Kata Containers proxy
8f9a2e0 proxy: Implement no_proxy generic case
2e2d33c agent: Introduce new functions to agent interface
05cec52 hyperstart: Change the path where rootfs is bind-mounted
d0051aa agent: Pass information about  the "-v /dev:/dev"  case
bdc815d mounts: Deduce additional information about system mounts
7c88153 vendor: switch to govmm
c6b10c5 agent: Return the actual error returned by the agent
78771b2 Networking: Add support for multiqueue tap
2b38edc Revendor: Revendor qemu to add multiqueue support and vhost-us
d4a5a59 Vendoring: Revendor netlink to add multiqueue tap support
11cfdcf cni: pass pod ID to CNI plugin's add/delete calls
b956d2b gitignore: Add .swp files
d6dc515 ethtool: Remove .swp file
890a8b1 Fix network warning message
b0dd4c6 9p: Do not pass the rootfs through 9pfs
077a427 vendor: update ciao
01b012b vendor: Move the ciao vendoring to ciao-project
148b06a proxy: Launch one proxy instance per pod
619300a proxy: Use CC3 proxy path
d8f2a22 shim: Only show shim-count if there are any
c993e45 shim: Quote urls in error
37dc3c6 cni: Assign the netpair for virtual endpoints after scan
8f846a2 cni: Fix bug while updating endpoints after scanning net names
eb39def qemu: Provide unique QMP sockets names
6026603 qemu: Don't wait for the end of the VM
eeacf8b qemu: Fix disconnectCh issue and simplify it
711783f agent: hyperstart: Tear down properly the pod

Fixes #872

Signed-off-by: Sebastien Boeuf <[email protected]>
  • Loading branch information
Sebastien Boeuf committed Dec 20, 2017
1 parent 0f2930a commit e96dd3b
Show file tree
Hide file tree
Showing 41 changed files with 1,072 additions and 712 deletions.
14 changes: 7 additions & 7 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@

[[constraint]]
name = "github.com/containers/virtcontainers"
revision = "2687abf41549ad806f2bf955b06467254219da5e"
revision = "d2342c73a2b486736b2f88164b13b542873115dc"
27 changes: 0 additions & 27 deletions vendor/github.com/ciao-project/ciao/.gitignore

This file was deleted.

88 changes: 0 additions & 88 deletions vendor/github.com/ciao-project/ciao/.travis.yml

This file was deleted.

102 changes: 0 additions & 102 deletions vendor/github.com/ciao-project/ciao/CONTRIBUTING.md

This file was deleted.

25 changes: 0 additions & 25 deletions vendor/github.com/ciao-project/ciao/README.md

This file was deleted.

Loading

0 comments on commit e96dd3b

Please sign in to comment.