File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121/ovn-common
2222/ovn-host
2323/ovn-central
24+ /ovn-docker
2425/python-openvswitch
2526/tmp
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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+
147165Package: openvswitch-ipsec
148166Architecture: linux-any
149167Depends: ipsec-tools (>=0.8~alpha20101208),
Original file line number Diff line number Diff line change 1+ usr/bin/ovn-docker-overlay-driver
2+ usr/bin/ovn-docker-underlay-driver
You can’t perform that action at this time.
0 commit comments