Changes between Version 1 and Version 2 of GEC21Agenda/ScalingUp/Procedure/Appendix


Ignore:
Timestamp:
05/26/15 21:20:34 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v1 v2  
    1010     - A third party [https://serversforhackers.com/an-ansible-tutorial Getting Started with Ansible walk through]
    1111     - [http://docs.ansible.com/modules_by_category.html Ansible Module Documentation]
     12
     13== Instructions ==
     14=== 2.  Establish the Environment ===
     15   a. To run this exercise, you will need an account and two pieces of software.  If you haven't already, get or install these now:
     16      i. a GENI Portal account ([SignMeUp instructions]),
     17      ii. `omni` installed and configured on your local machine ([http://trac.gpolab.bbn.com/gcf/wiki#GettingStarted instructions]), and
     18      iii. `ansible` installed on your local machine ([http://docs.ansible.com/intro_installation.html#latest-release-via-yum find the instructions for your package manager here]).
     19{{{
     20#!div style="background: #fdd; border: 3px ridge; width: 800px;"
     21
     22Windows users should do the following steps
     23
     24{{{
     25#!html
     26
     27<table id="Table_03" border="0" cellpadding="5" cellspacing="0">
     28        <tr>
     29                <td>
     30                        <img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/Symbols-Tips-icon.png?format=raw" width="50" height="50" alt="Tip">
     31               </td>
     32               <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>.
     34               </td>
     35        </tr>
     36</table>
     37}}}
     38}}} 
     39   a. Download the webpages and scripts needed for the HelloGENI exercise.
     40{{{
     41#!div style="background: #ffd; border: 3px ridge; width: 800px;"
     42Use `wget` to download the tarball of files onto your local machine and use `tar` to uncompress it:
     43   {{{
     44#!sh
     45wget http://www.gpolab.bbn.com/experiment-support/HelloGENI/hellogeni-install.tar.gz
     46tar zxvf hellogeni-install.tar.gz
     47   }}}
     48}}}