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

Decouple the network API from the sandbox one #1180

Closed
sameo opened this issue Jan 25, 2019 · 0 comments
Closed

Decouple the network API from the sandbox one #1180

sameo opened this issue Jan 25, 2019 · 0 comments
Assignees

Comments

@sameo
Copy link

sameo commented Jan 25, 2019

Description of problem

In order to fix #1059, we want to create a hypervisor package. Some of the hypervisor implementations (qemu) depend on the network and endpoint interfaces. We can not have a virtcontainers -> hypervisor -> network, endpoint -> virtcontainers cyclic dependency.
So before creating the hypervisor package, we need to decouple the network API from the virtcontainers one.

@sameo sameo self-assigned this Jan 25, 2019
sameo pushed a commit to sameo/runtime-1 that referenced this issue Jan 25, 2019
In order to fix kata-containers#1059, we want to create a hypervisor package. Some of
the hypervisor implementations (qemu) depend on the network and endpoint
interfaces. We can not have a virtcontainers -> hypervisor -> network,
endpoint -> virtcontainers cyclic dependency.
So before creating the hypervisor package, we need to decouple the
network API from the virtcontainers one.

Fixes: kata-containers#1180

Signed-off-by: Samuel Ortiz <[email protected]>
sameo pushed a commit to sameo/runtime-1 that referenced this issue Jan 25, 2019
In order to fix kata-containers#1059, we want to create a hypervisor package. Some of
the hypervisor implementations (qemu) depend on the network and endpoint
interfaces. We can not have a virtcontainers -> hypervisor -> network,
endpoint -> virtcontainers cyclic dependency.
So before creating the hypervisor package, we need to decouple the
network API from the virtcontainers one.

Fixes: kata-containers#1180

Signed-off-by: Samuel Ortiz <[email protected]>
sameo pushed a commit to sameo/runtime-1 that referenced this issue Jan 28, 2019
In order to fix kata-containers#1059, we want to create a hypervisor package. Some of
the hypervisor implementations (qemu) depend on the network and endpoint
interfaces. We can not have a virtcontainers -> hypervisor -> network,
endpoint -> virtcontainers cyclic dependency.
So before creating the hypervisor package, we need to decouple the
network API from the virtcontainers one.

Fixes: kata-containers#1180

Signed-off-by: Samuel Ortiz <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant