Architectural Overview for OpenStack Compute

Live Notes may be taken for this topic at: http://etherpad.openstack.org/Architecture and http://etherpad.openstack.org/nova-archdoc

overview.png

“Small” components, loosely coupled

Development goals

Queue

Datastore

Delta

Networking

Currently, there are three strategies for networking, implemented by different managers:

The implementation of creating bridges, vlans, dhcpservers, and firewall rules is done by the driver linux_net. This layer of abstraction is so that we can at some point support configuring hardware switches etc. using the same managers.

For more discussion of network architecture, see Networking.

Wiki: ArchitecturalOverview (last edited 2010-10-18 20:10:48 by David Pravec)