dragonflow/README.rst
Gal Sagie d0385ce60d Add Dragonflow logo to documents
Add dragonflow logo picture to documents and display
it in the main github README page

Change-Id: I44e0f8dbd1f9c36b45686ecdeba2566c81b5cea9
2015-11-22 15:23:37 +02:00

54 lines
1.7 KiB
ReStructuredText

Distributed SDN-based Neutron Implementation
* Free software: Apache license
* Homepage: http://launchpad.net/dragonflow
* Source: http://git.openstack.org/cgit/openstack/dragonflow
* Bugs: http://bugs.launchpad.net/dragonflow
* Wiki: http://docs.openstack.org/developer/dragonflow
.. image:: https://raw.githubusercontent.com/openstack/dragonflow/master/doc/images/df_logo.png
:alt: Solution Overview
:width: 500
:height: 350
:align: center
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`_
.. _Distributed Dragonflow Section: http://docs.openstack.org/developer/dragonflow/distributed_dragonflow.html
.. image:: https://raw.githubusercontent.com/openstack/dragonflow/master/doc/images/dragonflow_distributed_architecture.png
:alt: Solution Overview
:width: 600
:height: 525
:align: center
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`_
.. _Centralized Dragonflow Section: http://docs.openstack.org/developer/dragonflow/centralized_dragonflow.html