Changes between Version 6 and Version 7 of GENIExperimenter/Tutorials/AnsibleHelloGENI/DesignSetup


Ignore:
Timestamp:
03/15/15 16:29:53 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/AnsibleHelloGENI/DesignSetup

    v6 v7  
    122122
    123123== 2.  Establish the Environment ==
    124 
    125    1.  Execute these commands:
    126 {{{
    127     $ cd mydir
    128     $ ssh my.host.com
    129 }}}
    130 
    131        Expected Output
    132        {{{
    133    This is the output that I should see
    134        }}}
     124   a. To run this exercise, you will need several items.  If you haven't already, install these now:
     125      i. a GENI Portal account,
     126      ii. `omni` installed on your local machine, and
     127      iii. `ansible` installed on your local machine.
    135128
    136129== 3.  Obtain Resources ==
    137 
    138    1. Use diagrams and screenshots to show topologies and user interfaces.  Label your figures for easy reference.
    139 {{{
    140 #!html
    141 <table border="0">
    142       <tr>
    143         <td>
    144         <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/PortalSimpleLayer2Example/Graphics/manifest_utah_1.png?format=raw" alt="Login information for a VM"  height="200" title="Login information for a VM" /> </a><br />
    145          Figure (1)
    146        </td>
    147     </tr>
    148  </table>
    149 }}}
    150 
    151   2.  Videos are a great tool to illustrate multi-step visual processes.  Make sure to also include the textual steps, however, in case they are not able to play the video.
    152 
    153 {{{
    154 #!html
    155 <table border="0">
    156    
    157       <tr>
    158        <td>
    159 
    160         <a href="http://www.youtube.com/watch?v=-XF6wyNu1BE" target="GENIVideo">
    161 <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Graphics/video-flack.png?format=raw" alt="Login to Flack Video"  height="120" title="How to login video" />  </a>
    162        </td>
    163        <td >
    164          <ol>
    165             <li> Go to <a href="http://www.protogeni.net/flack" target="_blank"> http://www.protogeni.net/flack </a> and press the <b> Log in </b> button</li>
    166             <li> From the <b> select authority</b> drop down menu, select the site authority for your GENI account, most probably pgeni.gpolab.bbn.com  and press the <b> Download </b> button</li>
    167             <li> Answer <b>yes</b> in the pop-up window </li>
    168             <li> Login to the new window using your GENI account </li>
    169             <li> Reload the Flack tab and repeat steps <b> 1 and 2 </b> </li>
    170             <li> After your private key and certificate are loaded, type your GENI passphrase in the box</li>
    171             <li> Select the sites you want. For this tutorial we only need the utahemulab.cm site.</li>
    172           </ol>
    173        </td>
    174     </tr>
    175  </table>
    176 }}}
    177130
    178131=== Warnings ===