Go to file
Hong Hui Xiao 9ca0efcaa4 Fix 2 intermittent failures of UT
The UT should not modify a global object, which will be used by many
test case. Modifying it in one test case will affect other test cases.

A recent neutron change Ie5f956ddf0704a5dde6e4f801a446f48fea5f697 causes
another intermittent failure. A workaround is added in this patch.

These 2 issues are addressed in this one patch, so that it is possible
to pass gate smoothly.

Change-Id: I4179e6492ba23f99b459bd679f586bd3a6173219
2017-02-22 11:08:30 +08:00
2017-02-15 08:52:34 +00:00
2016-11-30 05:00:56 +00:00
2016-10-17 02:44:51 +00:00
2017-02-09 13:41:21 +08:00
2015-01-29 16:46:27 +02:00
2015-01-29 16:46:27 +02:00
2015-01-29 16:46:27 +02:00
2015-01-29 16:46:27 +02:00
2015-01-29 16:46:27 +02:00
2016-11-25 16:39:09 +01:00
2017-01-17 08:38:57 +00:00
2015-09-17 16:38:13 +00:00

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

Description
RETIRED, SDN based Distributed Virtual Router for OpenStack Neutron
Readme 48 MiB