RETIRED, SDN based Distributed Virtual Router for OpenStack Neutron
Go to file
Gal Sagie 731fa21d9b Run fullstack without concurrency
Currently run all fullstack tests without concurrency
as some tests require it and some dont.
Later work will split this to two fullstack jobs
with and without tests concurrency.

Change-Id: I44e610c8982585bfe460c92f10f315586b80f86d
2016-04-06 10:34:08 +03:00
devstack Dragonflow L3 Agent for distributed DNAT 2016-03-30 11:59:52 -04:00
doc Merge "Dragonflow L3 Agent for distributed DNAT" 2016-04-05 15:53:51 +00:00
dragonflow Merge "Dragonflow L3 Agent for distributed DNAT" 2016-04-05 15:53:51 +00:00
rally-jobs Add Rally benchmarking hooks to Dragonflow 2015-12-09 12:02:46 +02:00
releasenotes/notes Add Zookeeper driver for DB 2016-01-19 19:39:17 +08:00
tools Run fullstack without concurrency 2016-04-06 10:34:08 +03:00
vagrant Vagrant: Use the IP address from eth1 2016-01-03 07:02:51 -06:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:26:14 +00:00
.gitignore Ignore df-ext-services 2016-03-01 08:51:00 +02:00
.gitreview Update .gitreview file for project rename 2015-06-12 23:12:30 +00:00
.mailmap Initial Cookiecutter Commit. 2015-01-29 16:46:27 +02:00
.testr.conf Seperate unit and fullstack testing in dragonflow 2015-12-08 08:40:54 +02:00
CONTRIBUTING.rst Initial Cookiecutter Commit. 2015-01-29 16:46:27 +02:00
HACKING.rst Initial Cookiecutter Commit. 2015-01-29 16:46:27 +02:00
LICENSE Initial Cookiecutter Commit. 2015-01-29 16:46:27 +02:00
MANIFEST.in Initial Cookiecutter Commit. 2015-01-29 16:46:27 +02:00
README.rst The centralized l3 controller is deprecated from Mitaka 2016-01-24 08:33:34 +02:00
babel.cfg Initial Cookiecutter Commit. 2015-01-29 16:46:27 +02:00
openstack-common.conf Initial Cookiecutter Commit. 2015-01-29 16:46:27 +02:00
requirements.txt Updated from global requirements 2016-04-04 06:19:21 +00:00
setup.cfg Merge "Dragonflow L3 Agent for distributed DNAT" 2016-04-05 15:53:51 +00:00
setup.py Updated from global requirements 2015-09-17 16:38:13 +00:00
test-requirements.txt Add python-pytun to test-requirements. 2016-03-06 13:50:22 +00:00
tox.ini Run fullstack without concurrency 2016-04-06 10:34:08 +03:00

README.rst

Distributed SDN-based Neutron Implementation

Solution Overview

Overview

Dragonflow implements Neutron using a lightweight embedded SDN Controller.

Dragonflow is available in two configurations: Distributed and Centralized.

Our project mission is to Implement advanced networking services in a manner that is efficient, elegant and resource-nimble

Distributed Dragonflow

Comprehensive agentless implementation of the Neutron APIs and advanced network services, such as fully distributed Switching, Routing, DHCP and more.

This configuration is the current focus of Dragonflow. Overview and details are available in the Distributed Dragonflow Section

Solution Overview