Changes between Version 7 and Version 8 of GEC17Agenda/AdvancedOpenFlow/Procedure/Execute


Ignore:
Timestamp:
07/19/13 23:17:08 (11 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC17Agenda/AdvancedOpenFlow/Procedure/Execute

    v7 v8  
    116116 - If you have more time or are interested in trying out things, go ahead and try section 3.5. The tutorial is over now and feel free to ask questions :-)
    117117
    118 === 3.5(Optional) Try different kinds of OpenFlow Load Balancers ====
     118=== 3.5(Optional) Try different kinds of OpenFlow Load Balancers ===
    119119 - You can find more load balancers under /tmp/load-balancer/ on node "Switch"
    120120 - To try out any one of them, follow the steps:
     
    176176   - The following section in the Rspec file for node "Switch":
    177177   {{{
    178      <install url="http://www.gpolab.bbn.com/experiment-support/OpenFlowExampleExperiment/software/of-switch-exo.tar.gz" install_path="/"/>
     178     <install url="http://www.gpolab.bbn.com/experiment-support/OpenFlowExampleExperiment/software/of-switch-exo.tar.gz"
     179                         install_path="/"/>
    179180   }}}
    180181   means it is going to download that tar ball from the specified URL and extract to directory "/"
    181182   - The following section in the Rspec file for node "Switch":
    182183   {{{
    183      <execute shell="bash" command="/tmp/postboot_script_exo.sh $sliceName $self.Name() ; /tmp/of-topo-setup/lb-setup"/>
     184     <execute shell="bash" command="/tmp/postboot_script_exo.sh $sliceName $self.Name() ;
     185                           /tmp/of-topo-setup/lb-setup"/>
    184186   }}}
    185187   names the post-boot script that ExoGENI is going to run for you after the nodes are booted.