Add Docker integration for OVN.
authorGurucharan Shetty <gshetty@nicira.com>
Mon, 19 Oct 2015 15:18:25 +0000 (08:18 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Sat, 14 Nov 2015 01:04:58 +0000 (17:04 -0800)
commiteaa923e383ed21022be408c0f83a8b89668c137c
tree3db4a2e440382d04e4b4665cda9f4f45623d96a3
parent3e2493e12c827eefa399d8096e69a7c6ddf683d2
Add Docker integration for OVN.

Docker multi-host networking is now part of
Docker 1.9.

This commit adds two drivers for OVN integration
with Docker. The first driver is a pure overlay driver
that does not need OpenStack integration. The second driver
needs OVN+OpenStack.

The description of the Docker API exists here:
https://github.com/docker/libnetwork/blob/master/docs/remote.md

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@ovn.org>
INSTALL.Docker.md
ovn/utilities/automake.mk
ovn/utilities/ovn-docker-overlay-driver [new file with mode: 0755]
ovn/utilities/ovn-docker-underlay-driver [new file with mode: 0755]
rhel/openvswitch-fedora.spec.in