Changes between Version 6 and Version 7 of PluggingIn
- Timestamp:
- Jun 17, 2012 5:18:30 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PluggingIn
v6 v7 1 1 Benito 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 2 3 It is useful to refer to BenitoPipeline, as this document will refer to various points in the pipeline where your scripts must be called.3 It is useful to refer to [wiki:Pipeline], as this document will refer to various points in the pipeline where your scripts must be called. 4 4 5 5 == Networking == 6 6 7 All networking internal to Benitois 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.7 All networking internal to a containerized experiment 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. 8 8 9 9 Networking configuration can be found in the following places: … … 42 42 === Routes === 43 43 44 Route information is in {{{/var/benito/config/route/$HOSTNAME}}}. Benito providesa script for automatically setting up routes:44 Route information is in {{{/var/benito/config/route/$HOSTNAME}}}. We provide a script for automatically setting up routes: 45 45 46 46 {{{