Changes between Version 68 and Version 69 of GENIExperimenter/Tutorials/GENI-SAVI/DesignSetup


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

--

Legend:

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

    v68 v69  
    177177}}}
    178178
     179
     180
    179181=== (a) Create an Ansible inventory file ===
    180182
     183{{{
     184#!div style="background: #E6D8F0; border: 3px ridge; width: 800px;"
    181185An Ansible inventory file is of the form
    182186{{{
     
    189193    ansible_ssh_host=142.150.208.146  ansible_ssh_port=22 ansible_ssh_user=rickmcg_geni ansible_ssh_private_key=~/.ssh/geni_key_portal
    190194}}}
    191 
    192 
    193 {{{
    194 #!div style="background: #ffd; border: 3px ridge; width: 800px;"
    195 
    196 Create an Ansible inventory file named `ansible-hosts` for your slice.
    197 
     195}}}
     196
     197
     198 * Create an Ansible inventory file named `ansible-hosts` for your slice.
     199{{{
     200#!div style="background: #ffd; border: 3px ridge; width: 800px;"
    198201Your ansible inventory file should look like this:
    199202