Jump to: navigation, search

Projects/IncubatorApplication/Quantum

< Projects‎ | IncubatorApplication
Revision as of 16:22, 16 August 2011 by DanWendlandt (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Project codename: Quantum

Summary (one sentence abstract of the project): Quantum is a virtual network service that provides a tenant-facing API to describe L2 connectivity between "interfaces" from other OpenStack services such as Nova.

Detailed Description: Quantum provides:

  • Tenant-facing API to support the creation of rich multi-tier network topologies connecting other OpenStack services (Nova VMs now, load-balancers, firewalls, etc. in the future)
  • Plugin mechanism enables new technologies that solve key networking challenges (e.g., VLAN limitations)
  • API extensibility to expose advanced network capabilities (e.g., ACLs, QoS, Netflow)

What is the purpose of the project and vision for it?

Being able to leverage advanced networking capabilities (e.g., multi-tier topologies, security policies, etc) is one key reason why it difficult for users to move workloads to cloud-based solutions like OpenStack. In the long-term Quantum aims to expose network APIs that give the user the same ability to configure network topologies and configuration that they have in their own data center. It will do so in a "pluggable" way, such that this network functionality can be provided by a variety of open-source and propriety technologies.

Basic roadmap for the project: https://launchpad.net/quantum/diablo

Location of project source code: http://launchpad.net/quantum

Programming language, required technology dependencies: Python. Targets same set of packages as Nova/Switch/Glance. All

Is project currently open sourced? What license?: Yes. Apache 2.0.

Level of maturity of software and team:

Using launchpad for blueprints, bugs, development tracking.

From Launchpad:


quantum has 44 active branches owned by 12 people and 4 teams. There were 260 commits by 17 people in the last month.


Team includes developers from Cisco, Citrix, Midokura, Nicira, and Rackspace, with a core team that is near-full time on Quantum.

Code review process is in place.

pep8 is clean.

Weekly meetings on #openstack-meeting IRC channel.

Proposed project technical lead and qualifications:

Primary:

Others in NetStack Admins Group:

Other project developers/contributors and qualifications:

Also received/receiving contributions from:

  • Jesse Andrews
  • Jay Pipes
  • Greg Holt
  • Kevin Mitchell
  • Brian Lamar
  • Dan Prince
  • Khaled Hussein
  • Jorge Williams
  • Vish
  • Termie

Infrastructure requirements (testing, etc): Anyscale - no infrastructure needed outside of Python and Python libraries (see pip-requires for specific dependencies).

Uses eventlet / WSGI. DTest for testing.

Have all current contributors agreed to the OpenStack CLA? Yes

Status: Applying