Changes between Version 9 and Version 10 of GEC21Agenda/ScalingUp/Procedure/Appendix


Ignore:
Timestamp:
05/27/15 09:37:39 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC21Agenda/ScalingUp/Procedure/Appendix

    v9 v10  
    3131               </td>
    3232               <td>
    33                    Windows users should follow the instructions for setting up a <a href="http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/AnsibleHelloGENI/StandaloneSetup">separate GENI node for running Ansible</a>.
     33                   Before reserving their resources, Windows users should have followed the instructions for setting up a <a href="http://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/AnsibleHelloGENI/StandaloneSetup">separate GENI node for running Ansible</a>.
    3434               </td>
    3535        </tr>
     
    3737}}}
    3838}}} 
    39    a. Download the webpages and scripts needed for the HelloGENI exercise.
     39   a. Download the Ansible playbook, webpages, etc needed to configure the nodes.
    4040{{{
    4141#!div style="background: #ffd; border: 3px ridge; width: 800px;"
     
    4343   {{{
    4444#!sh
    45 wget http://www.gpolab.bbn.com/experiment-support/HelloGENI/hellogeni-install.tar.gz
    46 tar zxvf hellogeni-install.tar.gz
     45wget http://www.gpolab.bbn.com/experiment-support/XXXXX.tar.gz
     46tar zxvf XXXXXX.tar.gz
    4747   }}}
    4848}}}
     
    7474server  ansible_ssh_host=pcvm3-6.instageni.clemson.edu
    7575   }}}
    76 
    77 {{{
    78 #!html
    79 
    80 <table id="Table_03" border="0" cellpadding="5" cellspacing="0">
    81         <tr>
    82                 <td>
    83                         <img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/Symbols-Tips-icon.png?format=raw" width="50" height="50" alt="Tip">
    84                </td>
    85                <td>
    86                    If your GENI Username is different than your username on your local machine, append the following information to each line of the `inventory` file:
    87 <pre>
    88 ansible_ssh_user = GENIUSERNAME
    89 </pre>
    90 Your GENIUSERNAME is shown in the header of the GENI Portal in the upper right hand corner.
    91                </td>
    92         </tr>
    93 </table>
    94 }}}
    9576}}}
    9677{{{