Changes between Version 55 and Version 56 of GENIEducation/SampleAssignments/UnderstandAMAPI/Procedure/DesignSetup


Ignore:
Timestamp:
02/13/14 16:31:25 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIEducation/SampleAssignments/UnderstandAMAPI/Procedure/DesignSetup

    v55 v56  
    7272}}}
    7373
    74 == 3.2. Load a simple topology in Flack ==
     74=== 3.2. Load a simple topology in Flack ===
    7575For this exercise, we will edit an existing RSpec file.  Start by loading this predefined topology into Flack.
    7676
     
    126126}}}
    127127
    128 == 3.3. Modify the experiment to automatically install and execute network test software ==
     128=== 3.3. Modify the experiment to automatically install and execute network test software ===
    129129
    130130For this experiment, we'd like some additional software
     
    256256
    257257
    258 == 3.4. Export the modified request RSpec ==
     258=== 3.4. Export the modified request RSpec ===
    259259Now we will pull back some of the covers and inspect exactly what Flack has been doing for us when preparing the RSpecs for the experiments we design.  Each node and link has a corresponding element in the RSpec, and the details of the component configuration (such as the install and execute services we requested above) are specified with attributes, or sometimes child elements, within those portions of the document.
    260260
     
    288288}}}
    289289
    290 == 3.5. Instantiate the new experiment using Omni ==
     290=== 3.5. Instantiate the new experiment using Omni ===
    291291
    292292For this step, we'll change the approach a bit and switch to a new client tool, the command line Omni client.