diff --git a/debian/.gitignore b/debian/.gitignore index 40fea69cc4c..2a509cacfc4 100644 --- a/debian/.gitignore +++ b/debian/.gitignore @@ -21,5 +21,6 @@ /ovn-common /ovn-host /ovn-central +/ovn-docker /python-openvswitch /tmp diff --git a/debian/automake.mk b/debian/automake.mk index 01697b63285..daaf327fee5 100644 --- a/debian/automake.mk +++ b/debian/automake.mk @@ -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 \ diff --git a/debian/control b/debian/control index 2e315e27be2..53250ddb4aa 100644 --- a/debian/control +++ b/debian/control @@ -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), diff --git a/debian/ovn-docker.install b/debian/ovn-docker.install new file mode 100644 index 00000000000..5833067320d --- /dev/null +++ b/debian/ovn-docker.install @@ -0,0 +1,2 @@ +usr/bin/ovn-docker-overlay-driver +usr/bin/ovn-docker-underlay-driver