Changes between Initial Version and Version 1 of PluggingIn


Ignore:
Timestamp:
Feb 23, 2012 1:52:34 PM (12 years ago)
Author:
mikeryan
Comment:

checkpoint

Legend:

Unmodified
Added
Removed
Modified
  • PluggingIn

    v1 v1  
     1Benito has been designed from the ground up to support multiple virtualization platforms. The interface for plugging  new virtualization platform into Benito is described here.
     2
     3== Networking ==
     4
     5All networking internal to Benito is done using [http://vde.sourceforge.net/ VDE] (Virtual Distributed Ethernet). If your virtualization platform natively supports VDE, your life is relatively easy. If not, plugging in should still be possible.
     6
     7Networking configuration can be found in the following places:
     8 * TopDL: IP address, netmask, MAC address (control interface)
     9 * {{{/var/benito/config/routes/$HOSTNAME}}}: routes
     10
     11TODO: {{{vde_plug2tap}}}
     12
     13=== Control Net ===
     14
     15TODO: info about requesting controlnet interfaces; bridging
     16
     17== File Systems ==