Changes between Version 4 and Version 5 of Tutorial/HowToTopology


Ignore:
Timestamp:
Nov 19, 2007, 10:27:30 PM (17 years ago)
Author:
thierry
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorial/HowToTopology

    v4 v5  
    1616As explained [wiki:Tutorial/HowToImage here], after installing an image on all the nodes of a testbed, 3 default topologies will be generated. One of them (system:topo:active) defines all the nodes that were correctly imaged. In other words, it contains a list of all nodes on the testbed that are currently working and with the correct disk image.
    1717
    18 In this tutorial, you will use this default active topology to create your own topologies to use in your experiments. 
     18In this tutorial experiment, you will use this default active topology to create your own topologies to use in your experiments. 
    1919
    20 This tutorial's experiment is given in the attached script [attachment:tut_topo_1.rb tut_topo_1.rb].
     20This experiment is given in the attached script [attachment:tut_topo_1.rb tut_topo_1.rb].
    2121
    2222This file contains extensive comments that should help you understand the different steps involved in defining and using topologies. For more information on the basics of writing and using an experiment script, please refer to the previous tutorials, [wiki:Tutorial/HowtoWriteScripts here] and [wiki:Tutorial/HelloWorld here].