Changes between Version 2 and Version 3 of starbed_plugin
- Timestamp:
- Aug 6, 2012 12:15:47 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
starbed_plugin
v2 v3 6 6 The access controller responds to requests from the experiment controller whose fedid is in the access database. It converts the experiment description (topdl) into Klanguage, springOS experiment description language . Also, it generate a number of commands to be executed in the nodes. These commands a number of "callw" statmements are added to each node. "callw" is a command to be executed in the experimental nodes. These commands are inteded to set up routes between nodes. Then it calls kuma to start an experiment. This plugin assumes that the OS image has quagga installed in it. 7 7 To start an experiment in SpringOS, many servers such as the power management, resource management, ... etc should be contacted. These information should be provided to the plugin in the definition section in the configuration file. The following fields are required: 8 {{{ 8 9 [definition] 9 10 … … 18 19 project : lace 19 20 rpassword: alwabel 20 21 }}} 21 22 Most of the server information are experess in ip:port. If port is not specified then the default is used. wolagent is an expetpion where the first the first section is the ip address, the second is the port, the third is the range of ip address controlled by this wolagent.