Docker remote driver for OpenStack Neutron
Go to file
Taku Fukushima 8c73ab3079 Add basic tests for Kuryr
This patch adds unit tests for Kuryr and examine if it satisfies
libnetwork's remote driver specifications.

Change-Id: Ic8ab9944a5ed884db518c840b75917261583e53e
Signed-off-by: Taku Fukushima <f.tac.mac@gmail.com>
2015-07-28 16:05:23 +09:00
doc/source Initial template commit 2015-07-15 10:00:44 +03:00
etc Add a script to start Kuryr 2015-07-27 19:40:49 +09:00
kuryr Add basic tests for Kuryr 2015-07-28 16:05:23 +09:00
scripts Add a script to start Kuryr 2015-07-27 19:40:49 +09:00
tests Initial template commit 2015-07-15 10:00:44 +03:00
tools Initial template commit 2015-07-15 10:00:44 +03:00
__init__.py Add entrypoint of Kuryr 2015-07-27 19:40:49 +09:00
.gitignore Add .gitignore file 2015-07-15 07:46:16 +00:00
.gitreview Added .gitreview 2015-07-14 18:00:33 +00:00
.testr.conf Initial template commit 2015-07-15 10:00:44 +03:00
babel.cfg Initial template commit 2015-07-15 10:00:44 +03:00
CONTRIBUTING.rst Initial template commit 2015-07-15 10:00:44 +03:00
HACKING.rst Initial template commit 2015-07-15 10:00:44 +03:00
LICENSE Initial template commit 2015-07-15 10:00:44 +03:00
MANIFEST.in Initial template commit 2015-07-15 10:00:44 +03:00
openstack-common.conf Initial template commit 2015-07-15 10:00:44 +03:00
README.rst Update README.rst 2015-07-27 10:33:15 -04:00
requirements.txt Add basic tests for Kuryr 2015-07-28 16:05:23 +09:00
setup.cfg Initial template commit 2015-07-15 10:00:44 +03:00
setup.py Initial template commit 2015-07-15 10:00:44 +03:00
test-requirements.txt Add basic tests for Kuryr 2015-07-28 16:05:23 +09:00
tox.ini Initial template commit 2015-07-15 10:00:44 +03:00

kuryr

Docker for Openstack Neutron

Kuryr is a Docker network plugin that uses Neutron to provide networking services to Docker containers. It provides containerised images for the common Neutron plugins.

Features

  • TODO

Prerequisites

$ sudo pip install -r requirements.txt

Running Kuryr

Please run the following script, it creates /usr/lib/docker/plugins/kuryr and the JSON spec file, /usr/lib/docker/plugins/kuryr/kuryr.json, if they don't exist.

$ ./scripts/run_kuryr.sh