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

Install the openvswitch in the dockerifle. #30

Merged
merged 1 commit into from
Jun 11, 2018
Merged

Install the openvswitch in the dockerifle. #30

merged 1 commit into from
Jun 11, 2018

Conversation

hwchiu
Copy link
Contributor

@hwchiu hwchiu commented Jun 11, 2018

For the container, we will install OpenvSwitch in the alpine environment and mount the hosts' ovsdb.sock into the container. So the container can use the ovs-vsctl to manipulate the hosts' OpenvSwitch.

Example command.

sudo docker run -it --rm --mount type=bind,src=/var/run/openvswitch/db.sock,target=/var/run/openvswitch/db.sock,bind-propagation=shared --entrypoint=sh sdnvortex/net-controller

@codecov
Copy link

codecov bot commented Jun 11, 2018

Codecov Report

Merging #30 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #30   +/-   ##
=======================================
  Coverage   86.44%   86.44%           
=======================================
  Files           7        7           
  Lines         177      177           
=======================================
  Hits          153      153           
  Misses         15       15           
  Partials        9        9

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9e96c65...298e80a. Read the comment docs.

@hwchiu hwchiu merged commit b8e484c into master Jun 11, 2018
@hwchiu hwchiu deleted the hwchiu/VX-98 branch June 12, 2018 03:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants