RETIRED, SDN based Distributed Virtual Router for OpenStack Neutron
Go to file
Gal Sagie 2b27c85f7f Create a Dragonflow CLI tool for retrieving DB data
This patch introduce a tool to genericly read Dragonflow DB
data and fetch entries values.
Its only a first version, more work is needed to allow this
tool to also read the internal controller cache.

Change-Id: I16d1dd9c8756734c481111cd606ccf9eece0e0c3
2015-11-30 09:03:11 +02:00
devstack Merge "git clone only if the directory does not exist" 2015-11-26 19:20:11 +00:00
doc Merge "Start etcd and ovs services when doing stack rejoin" 2015-11-24 12:59:52 +00:00
dragonflow Create a Dragonflow CLI tool for retrieving DB data 2015-11-30 09:03:11 +02:00
tools Stop unneeded cloning of Neutron during CI 2015-08-31 11:55:09 +03:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:26:14 +00:00
.gitignore Add vagrant directory to .gitignore 2015-11-08 08:28:23 +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 Initial Cookiecutter Commit. 2015-01-29 16:46:27 +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 Add Dragonflow logo to documents 2015-11-22 15:23:37 +02:00
Vagrantfile Add Vagrant support for Dragonflow deployment 2015-10-14 09:12:42 +00: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 Updated from global requirements 2015-09-17 16:38:13 +00: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 Updated from global requirements 2015-11-19 15:44:59 +00:00
tox.ini Create a Dragonflow CLI tool for retrieving DB data 2015-11-30 09:03:11 +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