Changes between Version 23 and Version 24 of APRAGENI/GREE-SC2015


Ignore:
Timestamp:
05/27/15 15:22:21 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APRAGENI/GREE-SC2015

    v23 v24  
    6666   * !OpenFlow Specification [https://www.opennetworking.org/images/stories/downloads/sdn-resources/onf-specifications/openflow/openflow-spec-v1.0.0.pdf web] [http://groups.geni.net/geni/attachment/wiki/APRAGENI/GREE-SC2015/openflow-spec-v1.0.0.pdf?format=raw pdf] [[BR]]
    6767
     68
     69=== Wed Homework ===
     70 * Install geni-lib
     71 * Install Ansible
     72
     73
     74=== 2.1  Pre-work: Install geni-lib ===
     75 1. Install the `geni-lib` tool using the [http://geni-lib.readthedocs.org/en/latest/intro/install.html installation instructions] for your operating system.
     76 1. Install [https://networkx.github.io/ `networkx`] on your system.
     77{{{
     78pip install networkx
     79}}}
     80 1. On mac and UNIX you may need to add geni-lib to your path:
     81{{{
     82    export PYTHONPATH="/PATH/TO/geni-lib:$PYTHONPATH"
     83}}}
     84
     85=== 2.2 Pre-work: Install ansible ===
     86   1. `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]).
     87{{{
     88#!div style="background: #fdd; border: 3px ridge; width: 800px;"
     89
     90Windows users should do the following steps
     91
     92{{{
     93#!html
     94
     95<table id="Table_03" border="0" cellpadding="5" cellspacing="0">
     96        <tr>
     97                <td>
     98                        <img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/Symbols-Tips-icon.png?format=raw" width="50" height="50" alt="Tip">
     99               </td>
     100               <td>
     101                   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>.  Be sure to renew your resources for at least 24 hours.
     102               </td>
     103        </tr>
     104</table>
     105}}}
     106}}}
     107
    68108=== Thursday ===
    69109 * Systematic Experimentation