RETIRED, SDN based Distributed Virtual Router for OpenStack Neutron
Go to file
Li Ma 4033d3833b Add Zookeeper driver for DB
The devstack only supports ubuntu,
because I don't have other envs.

I'll update devstack scripts when I set
up other envs.

To solve the stateful client bug, lazy
initialization is introduced.

Change-Id: I3e74601f2b867b695578f18be2faf7efc33bc7aa
Implements: blueprint zookeeper-driver
Closes-Bug: #1534504
2016-01-19 19:39:17 +08:00
devstack Add Zookeeper driver for DB 2016-01-19 19:39:17 +08:00
doc Merge "Definitely disable dhcp-agent" 2016-01-06 16:11:15 +00:00
dragonflow Add Zookeeper driver for DB 2016-01-19 19:39:17 +08: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 Install nanomsg for pub-sub module 2015-12-26 16:28:52 +00: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 Change etcd installation process 2015-12-22 16:17:19 +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 README.rst: Change "wiki" to "documentation" 2016-01-02 13:47:52 -06:00
babel.cfg Initial Cookiecutter Commit. 2015-01-29 16:46:27 +02:00
neutron-l3-controller-agent Set Up the neutron l3 sdn addon using neutron as library 2015-03-01 18:16:07 +02:00
openstack-common.conf Initial Cookiecutter Commit. 2015-01-29 16:46:27 +02:00
requirements.txt Added zmq to the Dragonflow devstack plugin 2016-01-09 01:09:36 +02:00
setup.cfg Create a Dragonflow CLI tool for retrieving DB data 2015-11-30 09:03:11 +02:00
setup.py Updated from global requirements 2015-09-17 16:38:13 +00:00
test-requirements.txt Add Reno release notes to Dragonflow 2015-12-15 17:53:39 +02:00
tox.ini Remove py34 until OVS pip package support python3 2016-01-01 19:46:32 +02: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

Centralized Dragonflow

An implementation of a fully distributed virtual router, which replaces DVR and can work with any ML2 mechanism and type drivers.

Overview and details are available in the Centralized Dragonflow Section