Changes between Version 77 and Version 78 of GENIExperimenter/Tutorials/GENI-SAVI/DesignSetup


Ignore:
Timestamp:
06/23/15 13:58:24 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v77 v78  
    210210Create an Ansible inventory file named `ansible-hosts` for your slice.
    211211{{{
    212 #!div style="background: #ffd; border: 3px ridge; width: 800px;"
     212#!div style="background: #ffd; border: 3px ridge; width: 1000px;"
    213213Your `ansible-hosts` file should look like this:
    214214
    215215{{{
    216216[nodes]
    217     <geni_resource_name> ansible_ssh_port=22 ansible_ssh_user=<your_geni_username> \
    218           ansible_ssh_key=~/.ssh/geni_key_portal
    219     <savi_resource_ip> ansible_ssh_port=22 ansible_ssh_user=ubuntu \
    220           ansible_ssh_key=~/.ssh/geni_key_portal
     217    <geni_resource_name> ansible_ssh_port=22 ansible_ssh_user=<your_geni_username> ansible_ssh_key=~/.ssh/geni_key_portal
     218    <savi_resource_ip> ansible_ssh_port=22 ansible_ssh_user=ubuntu ansible_ssh_key=~/.ssh/geni_key_portal
    221219}}}
    222220