debian: Add a package for OVN docker drivers.
authorGurucharan Shetty <guru@ovn.org>
Wed, 16 Dec 2015 22:24:11 +0000 (14:24 -0800)
committerGurucharan Shetty <guru@ovn.org>
Tue, 5 Jan 2016 17:01:07 +0000 (09:01 -0800)
Signed-off-by: Gurucharan Shetty <guru@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
debian/.gitignore
debian/automake.mk
debian/control
debian/ovn-docker.install [new file with mode: 0644]

index 40fea69..2a509ca 100644 (file)
@@ -21,5 +21,6 @@
 /ovn-common
 /ovn-host
 /ovn-central
+/ovn-docker
 /python-openvswitch
 /tmp
index 01697b6..daaf327 100644 (file)
@@ -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 \
index 2e315e2..53250dd 100644 (file)
@@ -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 (file)
index 0000000..5833067
--- /dev/null
@@ -0,0 +1,2 @@
+usr/bin/ovn-docker-overlay-driver
+usr/bin/ovn-docker-underlay-driver