Changes between Version 2 and Version 3 of starbed_plugin


Ignore:
Timestamp:
Aug 6, 2012 12:15:47 AM (12 years ago)
Author:
alwabel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • starbed_plugin

    v2 v3  
    66        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.
    77        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{{{
    89[definition]
    910
     
    1819project : lace
    1920rpassword: alwabel
    20 
     21}}}
    2122Most 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.