Changes between Version 4 and Version 5 of Tutorial/HowToTopology
- Timestamp:
- Nov 19, 2007, 10:27:30 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorial/HowToTopology
v4 v5 16 16 As 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. 17 17 18 In this tutorial , you will use this default active topology to create your own topologies to use in your experiments.18 In this tutorial experiment, you will use this default active topology to create your own topologies to use in your experiments. 19 19 20 This tutorial'sexperiment is given in the attached script [attachment:tut_topo_1.rb tut_topo_1.rb].20 This experiment is given in the attached script [attachment:tut_topo_1.rb tut_topo_1.rb]. 21 21 22 22 This 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].