diff mbox

[ovs-dev,v2,5/5] debian: Add a package for OVN docker drivers.

Message ID 1450306031-17238-5-git-send-email-guru@ovn.org
State Accepted
Headers show

Commit Message

Gurucharan Shetty Dec. 16, 2015, 10:47 p.m. UTC
Signed-off-by: Gurucharan Shetty <guru@ovn.org>
---
v1-v2: change the name from openvswitch-ovn-docker to ovn-docker
---
 debian/.gitignore         |    1 +
 debian/automake.mk        |    1 +
 debian/control            |   18 ++++++++++++++++++
 debian/ovn-docker.install |    2 ++
 4 files changed, 22 insertions(+)
 create mode 100644 debian/ovn-docker.install

Comments

Ben Pfaff Jan. 5, 2016, 4:48 p.m. UTC | #1
On Wed, Dec 16, 2015 at 02:47:11PM -0800, Gurucharan Shetty wrote:
> Signed-off-by: Gurucharan Shetty <guru@ovn.org>
> ---
> v1-v2: change the name from openvswitch-ovn-docker to ovn-docker

Acked-by: Ben Pfaff <blp@ovn.org>
diff mbox

Patch

diff --git a/debian/.gitignore b/debian/.gitignore
index 40fea69..2a509ca 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 01697b6..daaf327 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 2e315e2..53250dd 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 0000000..5833067
--- /dev/null
+++ b/debian/ovn-docker.install
@@ -0,0 +1,2 @@ 
+usr/bin/ovn-docker-overlay-driver
+usr/bin/ovn-docker-underlay-driver