Skip to content

Commit

Permalink
debian: Add a package for OVN docker drivers.
Browse files Browse the repository at this point in the history
Signed-off-by: Gurucharan Shetty <[email protected]>
Acked-by: Ben Pfaff <[email protected]>
  • Loading branch information
shettyg committed Jan 5, 2016
1 parent 86d9ab0 commit fbf2450
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
/ovn-common
/ovn-host
/ovn-central
/ovn-docker
/python-openvswitch
/tmp
1 change: 1 addition & 0 deletions debian/automake.mk
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ EXTRA_DIST += \
debian/ovn-central.template \
debian/ovn-common.install \
debian/ovn-common.manpages \
debian/ovn-docker.install \
debian/ovn-host.dirs \
debian/ovn-host.init \
debian/ovn-host.install \
Expand Down
18 changes: 18 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,24 @@ Description: OVN central components
ovn-central provides the userspace daemons, utilities and
databases for OVN that is run at a central location.

Package: ovn-docker
Architecture: any
Depends: openvswitch-switch (= ${binary:Version}),
openvswitch-common (= ${binary:Version}),
python (>= 2.7),
python-openvswitch (= ${source:Version}),
ovn-common (= ${binary:Version}),
${misc:Depends},
${python:Depends},
${shlibs:Depends}
Description: OVN Docker drivers
OVN, the Open Virtual Network, is a system to support virtual network
abstraction. OVN complements the existing capabilities of OVS to add
native support for virtual network abstractions, such as virtual L2 and L3
overlays and security groups.
.
ovn-docker provides the docker drivers for OVN.

Package: openvswitch-ipsec
Architecture: linux-any
Depends: ipsec-tools (>=0.8~alpha20101208),
Expand Down
2 changes: 2 additions & 0 deletions debian/ovn-docker.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
usr/bin/ovn-docker-overlay-driver
usr/bin/ovn-docker-underlay-driver

0 comments on commit fbf2450

Please sign in to comment.