Changes between Version 71 and Version 72 of GENIExperimenter/Tutorials/GENI-SAVI/DesignSetup


Ignore:
Timestamp:
06/23/15 11:14:34 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/GENI-SAVI/DesignSetup

    v71 v72  
    3434 
    3535== 1.Use the SAVI Client and the Federation Tool to Create a GENI Slice OMNI Bundle ==
    36  * Use `scp` to transfer the `omni.bundle` you downloaded in the pre-work from your local machine to the `Downloads` folder on `client1.savitestbed.ca`. 
     36 * Use `scp` to transfer the `omni.bundle` file you downloaded in the pre-work from your local machine to the `Downloads` folder on `client1.savitestbed.ca`. 
    3737{{{
    3838#!div style="background: #ffd; border: 3px ridge; width: 800px;"
     
    8888{{{
    8989#!div style="background: #ffd; border: 3px ridge; width: 800px;"
    90    * Change into the tutorial directory:
     90   * Change into the `tutorial` directory:
    9191{{{
    9292cd tutorial
    9393}}}
    94    * In the tutorial directory, run:
     94   * In the `tutorial` directory, run:
    9595{{{
    9696$ ./tutorial.sh createslice geni <slice_name>
     
    133133{{{
    134134#!div style="background: #ffd; border: 3px ridge; width: 800px;"
    135 Each group will be given a specific site and values for all parameters.  The `vm-name` should be your GENI username, followed by the `sitename`.  e.g., for `rickmcg`, the name at Toronto will be `rickmcg-toronto`
     135Each attendee will be given a specific site and values for all parameters.  The `vm-name` should be your GENI username, followed by the `sitename`.  e.g., for `rickmcg`, the name at Toronto will be `rickmcg-toronto`
    136136
    137137Use the following command to reserve your SAVI node:
     
    149149}}}
    150150}}}
    151  * Make note of the hostname for your GENI VM and the public IP address listed for your SAVI VM as these will be used in the next step.  ''Notice that access to the SAVI machines are by IP address.''
     151 * Record the hostname for your GENI VM and the public IP address listed for your SAVI VM as these will be used in the next step.  ''Notice that access to the SAVI machines are by IP address.''
    152152
    153153== 4. Set up Ansible for your experiment ==
     
    206206{{{
    207207#!div style="background: #ffd; border: 3px ridge; width: 800px;"
    208 Your ansible inventory file should look like this:
     208Your `ansible-hosts` file should look like this:
    209209
    210210{{{
     
    311311#!div style="background: #ffd; border: 3px ridge; width: 800px;"
    312312
    313 The ansible playbook you will need:
     313The ansible playbook you will need contains:
    314314{{{
    315315---