Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Research the implication of Swarm coupling in 1.13 for VIC #3712

Closed
sflxn opened this issue Jan 24, 2017 · 2 comments
Closed

Research the implication of Swarm coupling in 1.13 for VIC #3712

sflxn opened this issue Jan 24, 2017 · 2 comments
Assignees
Labels
component/persona/docker kind/investigation A scoped effort to learn the answers to a set of questions which may include prototyping priority/p2
Milestone

Comments

@sflxn
Copy link
Contributor

sflxn commented Jan 24, 2017

As a VIC user, if VIC supports docker 1.13 (API 1.25), I should expect no change in network usage from the version of VIC that supported API 1.23.


In the current docker code base, they have tied the networking code to Swarm at the REST API layer instead of the network backend. Since we use the REST API layer as is, we are now forced to include the Swarm code.

We need to research what 1.13's Swarm integration in the network backend means for VIC. If we integrate the Docker 1.13 code base, we will need to hook up the Swarm cluster manager and daemon backend in our personality server's setup code (main()). These are new components for VIC, and we should not blindly hook them up without understanding what it implies.

@sflxn sflxn added component/persona/docker kind/investigation A scoped effort to learn the answers to a set of questions which may include prototyping priority/p0 labels Jan 24, 2017
@hmahmood hmahmood self-assigned this Feb 1, 2017
@hmahmood hmahmood added this to the Sprint 2 milestone Feb 1, 2017
@sflxn
Copy link
Contributor Author

sflxn commented Feb 14, 2017

The API 1.25 PR passes all the networking integration tests. My opinion is that it should justify closing this issue.

@hmahmood
Copy link
Contributor

Closing this in lieu of #3756

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/persona/docker kind/investigation A scoped effort to learn the answers to a set of questions which may include prototyping priority/p2
Projects
None yet
Development

No branches or pull requests

3 participants