Skip to content

Commit fbf2450

Browse files
committed
debian: Add a package for OVN docker drivers.
Signed-off-by: Gurucharan Shetty <guru@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
1 parent 86d9ab0 commit fbf2450

4 files changed

Lines changed: 22 additions & 0 deletions

File tree

debian/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
/ovn-common
2222
/ovn-host
2323
/ovn-central
24+
/ovn-docker
2425
/python-openvswitch
2526
/tmp

debian/automake.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ EXTRA_DIST += \
5959
debian/ovn-central.template \
6060
debian/ovn-common.install \
6161
debian/ovn-common.manpages \
62+
debian/ovn-docker.install \
6263
debian/ovn-host.dirs \
6364
debian/ovn-host.init \
6465
debian/ovn-host.install \

debian/control

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,24 @@ Description: OVN central components
144144
ovn-central provides the userspace daemons, utilities and
145145
databases for OVN that is run at a central location.
146146

147+
Package: ovn-docker
148+
Architecture: any
149+
Depends: openvswitch-switch (= ${binary:Version}),
150+
openvswitch-common (= ${binary:Version}),
151+
python (>= 2.7),
152+
python-openvswitch (= ${source:Version}),
153+
ovn-common (= ${binary:Version}),
154+
${misc:Depends},
155+
${python:Depends},
156+
${shlibs:Depends}
157+
Description: OVN Docker drivers
158+
OVN, the Open Virtual Network, is a system to support virtual network
159+
abstraction. OVN complements the existing capabilities of OVS to add
160+
native support for virtual network abstractions, such as virtual L2 and L3
161+
overlays and security groups.
162+
.
163+
ovn-docker provides the docker drivers for OVN.
164+
147165
Package: openvswitch-ipsec
148166
Architecture: linux-any
149167
Depends: ipsec-tools (>=0.8~alpha20101208),

debian/ovn-docker.install

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
usr/bin/ovn-docker-overlay-driver
2+
usr/bin/ovn-docker-underlay-driver

0 commit comments

Comments
 (0)