Changes between Version 33 and Version 34 of GENIExperimenter/Tutorials/GENI-SAVI/DesignSetup


Ignore:
Timestamp:
06/15/15 14:52:49 (9 years ago)
Author:
chmeyer@bbn.com
Comment:

--

Legend:

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

    v33 v34  
    161161
    162162Your ansible hosts file should look like this:
     163
    163164{{{
    164165[nodes]
     
    166167    <savi_resource_ip> ansible_ssh_port=22 ansible_ssh_user=ubuntu ansible_ssh_key=~/.ssh/geni_key_portal
    167168}}}
     169
     170Where geni_resource_name and savi_resource_ip are what you found from the listinstance commands from step 3.
    168171
    169172=== (b) The ping module ===