Add dragonflow repository to Neutron

According to procedure defined in [1], this patch proposes Neutron
to embrace dragonflow within its fold.
Same as patches [2], [3] and [4].

Dragonflow is a L3 DVR implementation using SDN framework (Ryu)
which eliminate the need for using namespaces or local agents in the compute
node.
It uses Openflow to build packet pipeline and in the future can be used
to distribute north-south traffic and also eliminate L2 agent in compute node.
Currently Dragonflow is build on top of Neutron reference "legacy" L3 implementation
and can "fallback" to it in case of controller downtime.
(leverage current HA implementation)

[1] https://github.com/openstack/neutron/blob/master/doc/source/devref/sub_projects.rst
[2] https://review.openstack.org/#/c/179454/1
[3] https://review.openstack.org/#/c/179457/
[4] https://review.openstack.org/#/c/175954/

Change-Id: I079033207fc89b6ba3af547adda26ecaa917641c
This commit is contained in:
Gal Sagie 2015-05-02 13:09:33 +03:00 committed by Thierry Carrez
parent 500f9831f0
commit 537754fb38
1 changed files with 3 additions and 0 deletions

View File

@ -203,6 +203,9 @@ Neutron:
- repo: openstack/networking-vsphere
tags:
- name: release:independent
- repo: openstack/dragonflow
tags:
- name: release:independent
- repo: openstack/octavia
tags:
- name: release:independent