RETIRED, SDN based Distributed Virtual Router for OpenStack Neutron
Go to file
OpenDev Sysadmins 77f7cd9719 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:27:59 +00:00
devstack Remove useless parameters and spaces in devstack scripts 2016-09-26 16:17:44 +08:00
doc Merge "Make rst file line endings unix style" 2016-10-05 08:56:22 +00:00
dragonflow Merge "Fix miss do aging bug when ovsdb reconnect to df" 2016-10-05 14:42:27 +00:00
rally-jobs Add Rally benchmarking hooks to Dragonflow 2015-12-09 12:02:46 +02:00
releasenotes Add release notes generation to Dragonflow 2016-05-30 09:04:22 +03:00
tools Replace openstack.org git:// URLs with https:// 2019-03-24 20:33:30 +00:00
vagrant Vagrant: Add support for parallels and libvirt 2016-05-22 20:20:25 -05: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 OpenDev Migration Patch 2019-04-19 19:27:59 +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 Add Local Controller Reliability to Mitaka as Experimental 2016-04-14 12:08:35 +03: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-09-29 05:17:37 +00:00
setup.cfg Explicitly describe python support 2016-09-02 16:39:20 +08:00
setup.py Updated from global requirements 2015-09-17 16:38:13 +00:00
test-requirements.txt Updated from global requirements 2016-09-29 05:17:37 +00:00
tox.ini Fix the pep8 issue of import neutron.test 2016-09-20 11:53:08 +08:00

README.rst

Distributed SDN-based Neutron Implementation

Solution Overview

Overview

Dragonflow implements Neutron using a lightweight embedded SDN Controller.

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

Mitaka Version Features

  • L2 core API

    IPv4, IPv6 GRE/VxLAN/STT/Geneve tunneling protocols L2 Population

  • Distributed L3 Virtual Router

  • Distributed DHCP

  • Distributed DNAT

  • Security Groups Using OVS and Connection tracking

  • Pluggable Distributed Database

    Supported databases:

    Stable:

    ETCD, RAMCloud, Redis, Zookeeper

    In progress:

    RethinkDB

  • Pluggable Publish-Subscribe

    ZeroMQ, Redis

  • Selective DB Distribution

    Tenant Based Selective data distribution to the compute nodes

Experimental Mitaka Features

  • Local Controller Reliability

In progress

  • IGMP Distributed application
  • Allowed Address Pairs
  • Port Security
  • DHCP DOS protection
  • Distributed Meta Data Service
  • Kuryr integration
  • Local Controller HA
  • ML2 Driver, hierarchical Port Binding
  • VLAN L2 Networking support
  • Smart broadcast/multicast

In planning

  • Distributed Load Balancing (East/West)
  • DNS service
  • Port Fault detection
  • Dynamic service chaining (service Injection)
  • SFC support
  • Distributed FWaaS
  • Distributed SNAT
  • VPNaaS