From 2a90b44ddd797b7e493bbfbe4de80115c96a9ab4 Mon Sep 17 00:00:00 2001 From: Jason Kölker Date: Thu, 16 Jun 2011 11:27:01 -0500 Subject: initial commit of multinic doc --- doc/source/devref/multinic.rst | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 doc/source/devref/multinic.rst (limited to 'doc/source') diff --git a/doc/source/devref/multinic.rst b/doc/source/devref/multinic.rst new file mode 100644 index 000000000..2a0101078 --- /dev/null +++ b/doc/source/devref/multinic.rst @@ -0,0 +1,26 @@ +MultiNic +======== + +What is it +---------- + +Multinic allows an instance to have more than one vif connected to it. Each vif is represenative of a separate network with its own IP block. + + + +Managers +-------- + +Each of the 3 network managers are designed to run indipendantly of the compute manager. They expose a common API for the compute manager to call to determine and configure the network(s) for an instance. Direct calls to either the network api or especially the DB should be avoided by the virt layers. + +Flat Examples +------------- + + + + +FlatDHCP Examples +----------------- + +VLAN Examples +------------- -- cgit