RETIRED, SDN based Distributed Virtual Router for OpenStack Neutron
Go to file
Zuul 5a39ecae6d Merge "Move failing check jobs to experimental" 2019-06-20 14:47:29 +00:00
devstack Update CI job configuration link 2019-06-19 21:44:25 +03:00
doc Sync Sphinx requirement 2019-06-18 23:37:22 +08:00
dragonflow Update DragonFlow tests to run with Python 3 2019-05-16 17:01:59 +03:00
etc Add a packet logger application 2019-03-21 07:48:16 +00:00
rally-jobs Adds doc8 check to pep8 2018-07-13 03:52:28 +00:00
releasenotes Add dragonflow-status upgrade check command framework 2018-10-18 16:03:00 +05:30
tools Fix docker launch with bash option 2019-04-17 13:51:50 +03:00
vagrant Merge "Update vagrant base OS to Ubuntu 18.04LTS" 2019-05-19 19:33:32 +00:00
zuul OpenDev Migration Patch 2019-04-19 19:27:58 +00:00
.coveragerc Update .coveragerc after the removal of openstack directory 2016-10-17 16:53:51 +05:30
.gitignore Switch to stestr 2018-07-05 13:38:59 +07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:27:58 +00:00
.mailmap Initial Cookiecutter Commit. 2015-01-29 16:46:27 +02:00
.stestr.conf Gate fix: verify .testrepository exists before changing permissions 2017-09-13 05:41:22 +03:00
.zuul.yaml Move failing check jobs to experimental 2019-06-20 10:17:12 +03:00
CONTRIBUTING.rst Optimize the link address 2017-04-07 10:52:28 +08:00
Dockerfile Set absolute path for docker entrypoint 2019-01-02 08:20:42 +02:00
Dockerfile.fedora Set absolute path for docker entrypoint 2019-01-02 08:20:42 +02:00
HACKING.rst Sync Sphinx requirement 2019-06-18 23:37:22 +08:00
LICENSE Initial Cookiecutter Commit. 2015-01-29 16:46:27 +02:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-06-17 09:11:41 +03:00
babel.cfg Initial Cookiecutter Commit. 2015-01-29 16:46:27 +02:00
lower-constraints.txt Update cirros image version 2019-02-05 11:31:44 +02:00
requirements.txt Update cirros image version 2019-02-05 11:31:44 +02:00
setup.cfg Update the home-page for README.rst 2019-06-16 10:52:11 +00:00
setup.py Updated from global requirements 2017-03-02 11:43:54 +00:00
test-requirements.txt Adds doc8 check to pep8 2018-07-13 03:52:28 +00:00
tox.ini Replace git.openstack.org URLs with opendev.org URLs 2019-06-17 09:11:41 +03:00

README.rst

Team and repository tags

image

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

Configurations

To generate the sample dragonflow configuration files, run the following command from the top level of the dragonflow directory:

tox -e genconfig

If a 'tox' environment is unavailable, then you can run the following script instead to generate the configuration files:

./tools/generate_config_file_samples.sh